Shades of Sprout #AFC696
Tints of Sprout #AFC696
RGB
CMYK
RGB Variations
Color information
#AFC696 (or 0xAFC696) is known color: Sprout. HEX triplet: AF, C6 and 96. RGB value is (175,198,150). Sum of RGB (Red+Green+Blue) = 175+198+150=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC696 is #503969. Grayscale: #B9B9B9. Windows color (decimal): -5257578 or 9881263. OLE color: 9881263.
HSL color Cylindrical-coordinate representation of color #AFC696: hue angle of 88.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC696 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 150 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.22 |
| HSL | 88.75º | 0.3% | 0.68% | - |
| HSV(B) | 88.75º | 0.24% | 0.78% | - |
| XYZ | 43.38 | 51.7 | 36.55 | - |
| YUV | 185.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 150 | 0.12 | 0 | 0.24 | 0.22 | 88.75 | 0.3 | 0.68 |
| Hex | AF | C6 | 96 | C | 0 | 18 | 16 | 59 | 1E | 44 |
| Octal | 257 | 306 | 226 | 14 | 0 | 30 | 26 | 131 | 36 | 104 |
| Binary | 10101111 | 11000110 | 10010110 | 1100 | 0 | 11000 | 10110 | 1011001 | 11110 | 1000100 |
Color Harmonies of #AFC696
Complementary color
Monochromatic Colors of #AFC696
Black with #AFC696
Text Example
Text Example
White with #AFC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC696; }
p { color: rgb(175,198,150); }
H1.HeaderClassName
{
color: #AFC696;
}
.AnyTagClassName
{
color: #AFC696;
}
</style>
background-color css
<style>
a { background-color: #AFC696; }
a { background-color: rgb(175,198,150); }
div.DivClassName
{
background-color: #AFC696;
}
.BgClassName
{
background-color: #AFC696;
}
</style>
border-color css
<style>
span { border-color: #AFC696; }
span { border-color: rgb(175,198,150); }
td.TdClassName
{
border-color: #AFC696;
}
.TagClassName
{
border-color: #AFC696;
}
</style>