Shades of Sprout #AFC29A
Tints of Sprout #AFC29A
RGB
CMYK
RGB Variations
Color information
#AFC29A (or 0xAFC29A) is known color: Sprout. HEX triplet: AF, C2 and 9A. RGB value is (175,194,154). Sum of RGB (Red+Green+Blue) = 175+194+154=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC29A is #503D65. Grayscale: #B7B7B7. Windows color (decimal): -5258598 or 10142383. OLE color: 10142383.
HSL color Cylindrical-coordinate representation of color #AFC29A: hue angle of 88.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC29A is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 154 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.24 |
| HSL | 88.5º | 0.25% | 0.68% | - |
| HSV(B) | 88.5º | 0.21% | 0.76% | - |
| XYZ | 42.8 | 50.03 | 37.97 | - |
| YUV | 183.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 154 | 0.10 | 0 | 0.21 | 0.24 | 88.5 | 0.25 | 0.68 |
| Hex | AF | C2 | 9A | A | 0 | 15 | 18 | 58 | 19 | 44 |
| Octal | 257 | 302 | 232 | 12 | 0 | 25 | 30 | 130 | 31 | 104 |
| Binary | 10101111 | 11000010 | 10011010 | 1010 | 0 | 10101 | 11000 | 1011000 | 11001 | 1000100 |
Color Harmonies of #AFC29A
Complementary color
Monochromatic Colors of #AFC29A
Black with #AFC29A
Text Example
Text Example
White with #AFC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC29A; }
p { color: rgb(175,194,154); }
H1.HeaderClassName
{
color: #AFC29A;
}
.AnyTagClassName
{
color: #AFC29A;
}
</style>
background-color css
<style>
a { background-color: #AFC29A; }
a { background-color: rgb(175,194,154); }
div.DivClassName
{
background-color: #AFC29A;
}
.BgClassName
{
background-color: #AFC29A;
}
</style>
border-color css
<style>
span { border-color: #AFC29A; }
span { border-color: rgb(175,194,154); }
td.TdClassName
{
border-color: #AFC29A;
}
.TagClassName
{
border-color: #AFC29A;
}
</style>