color with percentage css code example
Example 1: background color css rgb
body {
background-color: rgb(255,255,255);
}
Example 2: rgba green color
rgb(0,128,0) /*green*/ Hex #008000
body {
background-color: rgb(255,255,255);
}
rgb(0,128,0) /*green*/ Hex #008000