Shades of Sprout #AFC79D
Tints of Sprout #AFC79D
RGB
CMYK
RGB Variations
Color information
#AFC79D (or 0xAFC79D) is known color: Sprout. HEX triplet: AF, C7 and 9D. RGB value is (175,199,157). Sum of RGB (Red+Green+Blue) = 175+199+157=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC79D is #503862. Grayscale: #BBBBBB. Windows color (decimal): -5257315 or 10340271. OLE color: 10340271.
HSL color Cylindrical-coordinate representation of color #AFC79D: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC79D is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 157 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.22 |
| HSL | 94.29º | 0.27% | 0.7% | - |
| HSV(B) | 94.29º | 0.21% | 0.78% | - |
| XYZ | 44.19 | 52.4 | 39.68 | - |
| YUV | 187.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 157 | 0.12 | 0 | 0.21 | 0.22 | 94.29 | 0.27 | 0.7 |
| Hex | AF | C7 | 9D | C | 0 | 15 | 16 | 5E | 1B | 46 |
| Octal | 257 | 307 | 235 | 14 | 0 | 25 | 26 | 136 | 33 | 106 |
| Binary | 10101111 | 11000111 | 10011101 | 1100 | 0 | 10101 | 10110 | 1011110 | 11011 | 1000110 |
Color Harmonies of #AFC79D
Complementary color
Monochromatic Colors of #AFC79D
Black with #AFC79D
Text Example
Text Example
White with #AFC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC79D; }
p { color: rgb(175,199,157); }
H1.HeaderClassName
{
color: #AFC79D;
}
.AnyTagClassName
{
color: #AFC79D;
}
</style>
background-color css
<style>
a { background-color: #AFC79D; }
a { background-color: rgb(175,199,157); }
div.DivClassName
{
background-color: #AFC79D;
}
.BgClassName
{
background-color: #AFC79D;
}
</style>
border-color css
<style>
span { border-color: #AFC79D; }
span { border-color: rgb(175,199,157); }
td.TdClassName
{
border-color: #AFC79D;
}
.TagClassName
{
border-color: #AFC79D;
}
</style>