Shades of Sprout #AFC796
Tints of Sprout #AFC796
RGB
CMYK
RGB Variations
Color information
#AFC796 (or 0xAFC796) is known color: Sprout. HEX triplet: AF, C7 and 96. RGB value is (175,199,150). Sum of RGB (Red+Green+Blue) = 175+199+150=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC796 is #503869. Grayscale: #BABABA. Windows color (decimal): -5257322 or 9881519. OLE color: 9881519.
HSL color Cylindrical-coordinate representation of color #AFC796: hue angle of 89.39º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC796 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 150 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.22 |
| HSL | 89.39º | 0.3% | 0.68% | - |
| HSV(B) | 89.39º | 0.25% | 0.78% | - |
| XYZ | 43.61 | 52.16 | 36.62 | - |
| YUV | 186.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 150 | 0.12 | 0 | 0.25 | 0.22 | 89.39 | 0.3 | 0.68 |
| Hex | AF | C7 | 96 | C | 0 | 19 | 16 | 59 | 1E | 44 |
| Octal | 257 | 307 | 226 | 14 | 0 | 31 | 26 | 131 | 36 | 104 |
| Binary | 10101111 | 11000111 | 10010110 | 1100 | 0 | 11001 | 10110 | 1011001 | 11110 | 1000100 |
Color Harmonies of #AFC796
Complementary color
Monochromatic Colors of #AFC796
Black with #AFC796
Text Example
Text Example
White with #AFC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC796; }
p { color: rgb(175,199,150); }
H1.HeaderClassName
{
color: #AFC796;
}
.AnyTagClassName
{
color: #AFC796;
}
</style>
background-color css
<style>
a { background-color: #AFC796; }
a { background-color: rgb(175,199,150); }
div.DivClassName
{
background-color: #AFC796;
}
.BgClassName
{
background-color: #AFC796;
}
</style>
border-color css
<style>
span { border-color: #AFC796; }
span { border-color: rgb(175,199,150); }
td.TdClassName
{
border-color: #AFC796;
}
.TagClassName
{
border-color: #AFC796;
}
</style>