Shades of Sprout #AFC199
Tints of Sprout #AFC199
RGB
CMYK
RGB Variations
Color information
#AFC199 (or 0xAFC199) is known color: Sprout. HEX triplet: AF, C1 and 99. RGB value is (175,193,153). Sum of RGB (Red+Green+Blue) = 175+193+153=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC199 is #503E66. Grayscale: #B7B7B7. Windows color (decimal): -5258855 or 10076591. OLE color: 10076591.
HSL color Cylindrical-coordinate representation of color #AFC199: hue angle of 87º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC199 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 153 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.24 |
| HSL | 87º | 0.24% | 0.68% | - |
| HSV(B) | 87º | 0.21% | 0.76% | - |
| XYZ | 42.5 | 49.55 | 37.46 | - |
| YUV | 183.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 153 | 0.09 | 0 | 0.21 | 0.24 | 87 | 0.24 | 0.68 |
| Hex | AF | C1 | 99 | 9 | 0 | 15 | 18 | 57 | 18 | 44 |
| Octal | 257 | 301 | 231 | 11 | 0 | 25 | 30 | 127 | 30 | 104 |
| Binary | 10101111 | 11000001 | 10011001 | 1001 | 0 | 10101 | 11000 | 1010111 | 11000 | 1000100 |
Color Harmonies of #AFC199
Complementary color
Monochromatic Colors of #AFC199
Black with #AFC199
Text Example
Text Example
White with #AFC199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC199; }
p { color: rgb(175,193,153); }
H1.HeaderClassName
{
color: #AFC199;
}
.AnyTagClassName
{
color: #AFC199;
}
</style>
background-color css
<style>
a { background-color: #AFC199; }
a { background-color: rgb(175,193,153); }
div.DivClassName
{
background-color: #AFC199;
}
.BgClassName
{
background-color: #AFC199;
}
</style>
border-color css
<style>
span { border-color: #AFC199; }
span { border-color: rgb(175,193,153); }
td.TdClassName
{
border-color: #AFC199;
}
.TagClassName
{
border-color: #AFC199;
}
</style>