Shades of Sprout #AFC899
Tints of Sprout #AFC899
RGB
CMYK
RGB Variations
Color information
#AFC899 (or 0xAFC899) is known color: Sprout. HEX triplet: AF, C8 and 99. RGB value is (175,200,153). Sum of RGB (Red+Green+Blue) = 175+200+153=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC899 is #503766. Grayscale: #BBBBBB. Windows color (decimal): -5257063 or 10078383. OLE color: 10078383.
HSL color Cylindrical-coordinate representation of color #AFC899: hue angle of 91.91º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC899 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 153 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.22 |
| HSL | 91.91º | 0.3% | 0.69% | - |
| HSV(B) | 91.91º | 0.24% | 0.78% | - |
| XYZ | 44.08 | 52.72 | 37.99 | - |
| YUV | 187.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 153 | 0.12 | 0 | 0.24 | 0.22 | 91.91 | 0.3 | 0.69 |
| Hex | AF | C8 | 99 | C | 0 | 18 | 16 | 5C | 1E | 45 |
| Octal | 257 | 310 | 231 | 14 | 0 | 30 | 26 | 134 | 36 | 105 |
| Binary | 10101111 | 11001000 | 10011001 | 1100 | 0 | 11000 | 10110 | 1011100 | 11110 | 1000101 |
Color Harmonies of #AFC899
Complementary color
Monochromatic Colors of #AFC899
Black with #AFC899
Text Example
Text Example
White with #AFC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC899; }
p { color: rgb(175,200,153); }
H1.HeaderClassName
{
color: #AFC899;
}
.AnyTagClassName
{
color: #AFC899;
}
</style>
background-color css
<style>
a { background-color: #AFC899; }
a { background-color: rgb(175,200,153); }
div.DivClassName
{
background-color: #AFC899;
}
.BgClassName
{
background-color: #AFC899;
}
</style>
border-color css
<style>
span { border-color: #AFC899; }
span { border-color: rgb(175,200,153); }
td.TdClassName
{
border-color: #AFC899;
}
.TagClassName
{
border-color: #AFC899;
}
</style>