Shades of Sprout #AFC39A
Tints of Sprout #AFC39A
RGB
CMYK
RGB Variations
Color information
#AFC39A (or 0xAFC39A) is known color: Sprout. HEX triplet: AF, C3 and 9A. RGB value is (175,195,154). Sum of RGB (Red+Green+Blue) = 175+195+154=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39A is #503C65. Grayscale: #B8B8B8. Windows color (decimal): -5258342 or 10142639. OLE color: 10142639.
HSL color Cylindrical-coordinate representation of color #AFC39A: hue angle of 89.27º 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 #AFC39A is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 154 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.24 |
| HSL | 89.27º | 0.25% | 0.68% | - |
| HSV(B) | 89.27º | 0.21% | 0.76% | - |
| XYZ | 43.03 | 50.48 | 38.05 | - |
| YUV | 184.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 154 | 0.10 | 0 | 0.21 | 0.24 | 89.27 | 0.25 | 0.68 |
| Hex | AF | C3 | 9A | A | 0 | 15 | 18 | 59 | 19 | 44 |
| Octal | 257 | 303 | 232 | 12 | 0 | 25 | 30 | 131 | 31 | 104 |
| Binary | 10101111 | 11000011 | 10011010 | 1010 | 0 | 10101 | 11000 | 1011001 | 11001 | 1000100 |
Color Harmonies of #AFC39A
Complementary color
Monochromatic Colors of #AFC39A
Black with #AFC39A
Text Example
Text Example
White with #AFC39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC39A; }
p { color: rgb(175,195,154); }
H1.HeaderClassName
{
color: #AFC39A;
}
.AnyTagClassName
{
color: #AFC39A;
}
</style>
background-color css
<style>
a { background-color: #AFC39A; }
a { background-color: rgb(175,195,154); }
div.DivClassName
{
background-color: #AFC39A;
}
.BgClassName
{
background-color: #AFC39A;
}
</style>
border-color css
<style>
span { border-color: #AFC39A; }
span { border-color: rgb(175,195,154); }
td.TdClassName
{
border-color: #AFC39A;
}
.TagClassName
{
border-color: #AFC39A;
}
</style>