Shades of Sprout #AFC59E
Tints of Sprout #AFC59E
RGB
CMYK
RGB Variations
Color information
#AFC59E (or 0xAFC59E) is known color: Sprout. HEX triplet: AF, C5 and 9E. RGB value is (175,197,158). Sum of RGB (Red+Green+Blue) = 175+197+158=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59E is #503A61. Grayscale: #BABABA. Windows color (decimal): -5257826 or 10405295. OLE color: 10405295.
HSL color Cylindrical-coordinate representation of color #AFC59E: hue angle of 93.85º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC59E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 158 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.23 |
| HSL | 93.85º | 0.25% | 0.7% | - |
| HSV(B) | 93.85º | 0.2% | 0.77% | - |
| XYZ | 43.82 | 51.52 | 39.98 | - |
| YUV | 185.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 158 | 0.11 | 0 | 0.20 | 0.23 | 93.85 | 0.25 | 0.7 |
| Hex | AF | C5 | 9E | B | 0 | 14 | 17 | 5E | 19 | 46 |
| Octal | 257 | 305 | 236 | 13 | 0 | 24 | 27 | 136 | 31 | 106 |
| Binary | 10101111 | 11000101 | 10011110 | 1011 | 0 | 10100 | 10111 | 1011110 | 11001 | 1000110 |
Color Harmonies of #AFC59E
Complementary color
Monochromatic Colors of #AFC59E
Black with #AFC59E
Text Example
Text Example
White with #AFC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC59E; }
p { color: rgb(175,197,158); }
H1.HeaderClassName
{
color: #AFC59E;
}
.AnyTagClassName
{
color: #AFC59E;
}
</style>
background-color css
<style>
a { background-color: #AFC59E; }
a { background-color: rgb(175,197,158); }
div.DivClassName
{
background-color: #AFC59E;
}
.BgClassName
{
background-color: #AFC59E;
}
</style>
border-color css
<style>
span { border-color: #AFC59E; }
span { border-color: rgb(175,197,158); }
td.TdClassName
{
border-color: #AFC59E;
}
.TagClassName
{
border-color: #AFC59E;
}
</style>