Shades of Sprout #AFCC99
Tints of Sprout #AFCC99
RGB
CMYK
RGB Variations
Color information
#AFCC99 (or 0xAFCC99) is known color: Sprout. HEX triplet: AF, CC and 99. RGB value is (175,204,153). Sum of RGB (Red+Green+Blue) = 175+204+153=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC99 is #503366. Grayscale: #BDBDBD. Windows color (decimal): -5256039 or 10079407. OLE color: 10079407.
HSL color Cylindrical-coordinate representation of color #AFCC99: hue angle of 94.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCC99 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 153 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.2 |
| HSL | 94.12º | 0.33% | 0.7% | - |
| HSV(B) | 94.12º | 0.25% | 0.8% | - |
| XYZ | 45.02 | 54.6 | 38.3 | - |
| YUV | 189.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 153 | 0.14 | 0 | 0.25 | 0.2 | 94.12 | 0.33 | 0.7 |
| Hex | AF | CC | 99 | E | 0 | 19 | 14 | 5E | 21 | 46 |
| Octal | 257 | 314 | 231 | 16 | 0 | 31 | 24 | 136 | 41 | 106 |
| Binary | 10101111 | 11001100 | 10011001 | 1110 | 0 | 11001 | 10100 | 1011110 | 100001 | 1000110 |
Color Harmonies of #AFCC99
Complementary color
Monochromatic Colors of #AFCC99
Black with #AFCC99
Text Example
Text Example
White with #AFCC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC99; }
p { color: rgb(175,204,153); }
H1.HeaderClassName
{
color: #AFCC99;
}
.AnyTagClassName
{
color: #AFCC99;
}
</style>
background-color css
<style>
a { background-color: #AFCC99; }
a { background-color: rgb(175,204,153); }
div.DivClassName
{
background-color: #AFCC99;
}
.BgClassName
{
background-color: #AFCC99;
}
</style>
border-color css
<style>
span { border-color: #AFCC99; }
span { border-color: rgb(175,204,153); }
td.TdClassName
{
border-color: #AFCC99;
}
.TagClassName
{
border-color: #AFCC99;
}
</style>