Shades of Sprout #AFC79A
Tints of Sprout #AFC79A
RGB
CMYK
RGB Variations
Color information
#AFC79A (or 0xAFC79A) is known color: Sprout. HEX triplet: AF, C7 and 9A. RGB value is (175,199,154). Sum of RGB (Red+Green+Blue) = 175+199+154=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC79A is #503865. Grayscale: #BABABA. Windows color (decimal): -5257318 or 10143663. OLE color: 10143663.
HSL color Cylindrical-coordinate representation of color #AFC79A: hue angle of 92º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC79A is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 154 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.22 |
| HSL | 92º | 0.29% | 0.69% | - |
| HSV(B) | 92º | 0.23% | 0.78% | - |
| XYZ | 43.94 | 52.29 | 38.35 | - |
| YUV | 186.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 154 | 0.12 | 0 | 0.23 | 0.22 | 92 | 0.29 | 0.69 |
| Hex | AF | C7 | 9A | C | 0 | 17 | 16 | 5C | 1D | 45 |
| Octal | 257 | 307 | 232 | 14 | 0 | 27 | 26 | 134 | 35 | 105 |
| Binary | 10101111 | 11000111 | 10011010 | 1100 | 0 | 10111 | 10110 | 1011100 | 11101 | 1000101 |
Color Harmonies of #AFC79A
Complementary color
Monochromatic Colors of #AFC79A
Black with #AFC79A
Text Example
Text Example
White with #AFC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC79A; }
p { color: rgb(175,199,154); }
H1.HeaderClassName
{
color: #AFC79A;
}
.AnyTagClassName
{
color: #AFC79A;
}
</style>
background-color css
<style>
a { background-color: #AFC79A; }
a { background-color: rgb(175,199,154); }
div.DivClassName
{
background-color: #AFC79A;
}
.BgClassName
{
background-color: #AFC79A;
}
</style>
border-color css
<style>
span { border-color: #AFC79A; }
span { border-color: rgb(175,199,154); }
td.TdClassName
{
border-color: #AFC79A;
}
.TagClassName
{
border-color: #AFC79A;
}
</style>