Shades of Sprout #AFCC90
Tints of Sprout #AFCC90
RGB
CMYK
RGB Variations
Color information
#AFCC90 (or 0xAFCC90) is known color: Sprout. HEX triplet: AF, CC and 90. RGB value is (175,204,144). Sum of RGB (Red+Green+Blue) = 175+204+144=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC90 is #50336F. Grayscale: #BCBCBC. Windows color (decimal): -5256048 or 9489583. OLE color: 9489583.
HSL color Cylindrical-coordinate representation of color #AFCC90: hue angle of 89º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCC90 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 144 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.2 |
| HSL | 89º | 0.37% | 0.68% | - |
| HSV(B) | 89º | 0.29% | 0.8% | - |
| XYZ | 44.31 | 54.31 | 34.53 | - |
| YUV | 188.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 144 | 0.14 | 0 | 0.29 | 0.2 | 89 | 0.37 | 0.68 |
| Hex | AF | CC | 90 | E | 0 | 1D | 14 | 59 | 25 | 44 |
| Octal | 257 | 314 | 220 | 16 | 0 | 35 | 24 | 131 | 45 | 104 |
| Binary | 10101111 | 11001100 | 10010000 | 1110 | 0 | 11101 | 10100 | 1011001 | 100101 | 1000100 |
Color Harmonies of #AFCC90
Complementary color
Monochromatic Colors of #AFCC90
Black with #AFCC90
Text Example
Text Example
White with #AFCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC90; }
p { color: rgb(175,204,144); }
H1.HeaderClassName
{
color: #AFCC90;
}
.AnyTagClassName
{
color: #AFCC90;
}
</style>
background-color css
<style>
a { background-color: #AFCC90; }
a { background-color: rgb(175,204,144); }
div.DivClassName
{
background-color: #AFCC90;
}
.BgClassName
{
background-color: #AFCC90;
}
</style>
border-color css
<style>
span { border-color: #AFCC90; }
span { border-color: rgb(175,204,144); }
td.TdClassName
{
border-color: #AFCC90;
}
.TagClassName
{
border-color: #AFCC90;
}
</style>