Shades of Sprout #AFCC92
Tints of Sprout #AFCC92
RGB
CMYK
RGB Variations
Color information
#AFCC92 (or 0xAFCC92) is known color: Sprout. HEX triplet: AF, CC and 92. RGB value is (175,204,146). Sum of RGB (Red+Green+Blue) = 175+204+146=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC92 is #50336D. Grayscale: #BCBCBC. Windows color (decimal): -5256046 or 9620655. OLE color: 9620655.
HSL color Cylindrical-coordinate representation of color #AFCC92: hue angle of 90º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCC92 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 146 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.2 |
| HSL | 90º | 0.36% | 0.69% | - |
| HSV(B) | 90º | 0.28% | 0.8% | - |
| XYZ | 44.46 | 54.38 | 35.35 | - |
| YUV | 188.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 146 | 0.14 | 0 | 0.28 | 0.2 | 90 | 0.36 | 0.69 |
| Hex | AF | CC | 92 | E | 0 | 1C | 14 | 5A | 24 | 45 |
| Octal | 257 | 314 | 222 | 16 | 0 | 34 | 24 | 132 | 44 | 105 |
| Binary | 10101111 | 11001100 | 10010010 | 1110 | 0 | 11100 | 10100 | 1011010 | 100100 | 1000101 |
Color Harmonies of #AFCC92
Complementary color
Monochromatic Colors of #AFCC92
Black with #AFCC92
Text Example
Text Example
White with #AFCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC92; }
p { color: rgb(175,204,146); }
H1.HeaderClassName
{
color: #AFCC92;
}
.AnyTagClassName
{
color: #AFCC92;
}
</style>
background-color css
<style>
a { background-color: #AFCC92; }
a { background-color: rgb(175,204,146); }
div.DivClassName
{
background-color: #AFCC92;
}
.BgClassName
{
background-color: #AFCC92;
}
</style>
border-color css
<style>
span { border-color: #AFCC92; }
span { border-color: rgb(175,204,146); }
td.TdClassName
{
border-color: #AFCC92;
}
.TagClassName
{
border-color: #AFCC92;
}
</style>