Shades of Sprout #AFC99D
Tints of Sprout #AFC99D
RGB
CMYK
RGB Variations
Color information
#AFC99D (or 0xAFC99D) is known color: Sprout. HEX triplet: AF, C9 and 9D. RGB value is (175,201,157). Sum of RGB (Red+Green+Blue) = 175+201+157=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC99D is #503662. Grayscale: #BCBCBC. Windows color (decimal): -5256803 or 10340783. OLE color: 10340783.
HSL color Cylindrical-coordinate representation of color #AFC99D: hue angle of 95.45º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC99D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 157 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.21 |
| HSL | 95.45º | 0.29% | 0.7% | - |
| HSV(B) | 95.45º | 0.22% | 0.79% | - |
| XYZ | 44.65 | 53.32 | 39.84 | - |
| YUV | 188.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 157 | 0.13 | 0 | 0.22 | 0.21 | 95.45 | 0.29 | 0.7 |
| Hex | AF | C9 | 9D | D | 0 | 16 | 15 | 5F | 1D | 46 |
| Octal | 257 | 311 | 235 | 15 | 0 | 26 | 25 | 137 | 35 | 106 |
| Binary | 10101111 | 11001001 | 10011101 | 1101 | 0 | 10110 | 10101 | 1011111 | 11101 | 1000110 |
Color Harmonies of #AFC99D
Complementary color
Monochromatic Colors of #AFC99D
Black with #AFC99D
Text Example
Text Example
White with #AFC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC99D; }
p { color: rgb(175,201,157); }
H1.HeaderClassName
{
color: #AFC99D;
}
.AnyTagClassName
{
color: #AFC99D;
}
</style>
background-color css
<style>
a { background-color: #AFC99D; }
a { background-color: rgb(175,201,157); }
div.DivClassName
{
background-color: #AFC99D;
}
.BgClassName
{
background-color: #AFC99D;
}
</style>
border-color css
<style>
span { border-color: #AFC99D; }
span { border-color: rgb(175,201,157); }
td.TdClassName
{
border-color: #AFC99D;
}
.TagClassName
{
border-color: #AFC99D;
}
</style>