Shades of Sprout #AFC29E
Tints of Sprout #AFC29E
RGB
CMYK
RGB Variations
Color information
#AFC29E (or 0xAFC29E) is known color: Sprout. HEX triplet: AF, C2 and 9E. RGB value is (175,194,158). Sum of RGB (Red+Green+Blue) = 175+194+158=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC29E is #503D61. Grayscale: #B8B8B8. Windows color (decimal): -5258594 or 10404527. OLE color: 10404527.
HSL color Cylindrical-coordinate representation of color #AFC29E: hue angle of 91.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC29E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 158 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.24 |
| HSL | 91.67º | 0.23% | 0.69% | - |
| HSV(B) | 91.67º | 0.19% | 0.76% | - |
| XYZ | 43.14 | 50.17 | 39.76 | - |
| YUV | 184.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 158 | 0.10 | 0 | 0.19 | 0.24 | 91.67 | 0.23 | 0.69 |
| Hex | AF | C2 | 9E | A | 0 | 13 | 18 | 5C | 17 | 45 |
| Octal | 257 | 302 | 236 | 12 | 0 | 23 | 30 | 134 | 27 | 105 |
| Binary | 10101111 | 11000010 | 10011110 | 1010 | 0 | 10011 | 11000 | 1011100 | 10111 | 1000101 |
Color Harmonies of #AFC29E
Complementary color
Monochromatic Colors of #AFC29E
Black with #AFC29E
Text Example
Text Example
White with #AFC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC29E; }
p { color: rgb(175,194,158); }
H1.HeaderClassName
{
color: #AFC29E;
}
.AnyTagClassName
{
color: #AFC29E;
}
</style>
background-color css
<style>
a { background-color: #AFC29E; }
a { background-color: rgb(175,194,158); }
div.DivClassName
{
background-color: #AFC29E;
}
.BgClassName
{
background-color: #AFC29E;
}
</style>
border-color css
<style>
span { border-color: #AFC29E; }
span { border-color: rgb(175,194,158); }
td.TdClassName
{
border-color: #AFC29E;
}
.TagClassName
{
border-color: #AFC29E;
}
</style>