Shades of Sprout #AFC691
Tints of Sprout #AFC691
RGB
CMYK
RGB Variations
Color information
#AFC691 (or 0xAFC691) is known color: Sprout. HEX triplet: AF, C6 and 91. RGB value is (175,198,145). Sum of RGB (Red+Green+Blue) = 175+198+145=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC691 is #50396E. Grayscale: #B9B9B9. Windows color (decimal): -5257583 or 9553583. OLE color: 9553583.
HSL color Cylindrical-coordinate representation of color #AFC691: hue angle of 86.04º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC691 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 145 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.22 |
| HSL | 86.04º | 0.32% | 0.67% | - |
| HSV(B) | 86.04º | 0.27% | 0.78% | - |
| XYZ | 42.98 | 51.55 | 34.47 | - |
| YUV | 185.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 145 | 0.12 | 0 | 0.27 | 0.22 | 86.04 | 0.32 | 0.67 |
| Hex | AF | C6 | 91 | C | 0 | 1B | 16 | 56 | 20 | 43 |
| Octal | 257 | 306 | 221 | 14 | 0 | 33 | 26 | 126 | 40 | 103 |
| Binary | 10101111 | 11000110 | 10010001 | 1100 | 0 | 11011 | 10110 | 1010110 | 100000 | 1000011 |
Color Harmonies of #AFC691
Complementary color
Monochromatic Colors of #AFC691
Black with #AFC691
Text Example
Text Example
White with #AFC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC691; }
p { color: rgb(175,198,145); }
H1.HeaderClassName
{
color: #AFC691;
}
.AnyTagClassName
{
color: #AFC691;
}
</style>
background-color css
<style>
a { background-color: #AFC691; }
a { background-color: rgb(175,198,145); }
div.DivClassName
{
background-color: #AFC691;
}
.BgClassName
{
background-color: #AFC691;
}
</style>
border-color css
<style>
span { border-color: #AFC691; }
span { border-color: rgb(175,198,145); }
td.TdClassName
{
border-color: #AFC691;
}
.TagClassName
{
border-color: #AFC691;
}
</style>