Shades of Sprout #AFC19C
Tints of Sprout #AFC19C
RGB
CMYK
RGB Variations
Color information
#AFC19C (or 0xAFC19C) is known color: Sprout. HEX triplet: AF, C1 and 9C. RGB value is (175,193,156). Sum of RGB (Red+Green+Blue) = 175+193+156=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19C is #503E63. Grayscale: #B7B7B7. Windows color (decimal): -5258852 or 10273199. OLE color: 10273199.
HSL color Cylindrical-coordinate representation of color #AFC19C: hue angle of 89.19º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC19C is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 156 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.24 |
| HSL | 89.19º | 0.23% | 0.68% | - |
| HSV(B) | 89.19º | 0.19% | 0.76% | - |
| XYZ | 42.75 | 49.65 | 38.78 | - |
| YUV | 183.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 156 | 0.09 | 0 | 0.19 | 0.24 | 89.19 | 0.23 | 0.68 |
| Hex | AF | C1 | 9C | 9 | 0 | 13 | 18 | 59 | 17 | 44 |
| Octal | 257 | 301 | 234 | 11 | 0 | 23 | 30 | 131 | 27 | 104 |
| Binary | 10101111 | 11000001 | 10011100 | 1001 | 0 | 10011 | 11000 | 1011001 | 10111 | 1000100 |
Color Harmonies of #AFC19C
Complementary color
Monochromatic Colors of #AFC19C
Black with #AFC19C
Text Example
Text Example
White with #AFC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC19C; }
p { color: rgb(175,193,156); }
H1.HeaderClassName
{
color: #AFC19C;
}
.AnyTagClassName
{
color: #AFC19C;
}
</style>
background-color css
<style>
a { background-color: #AFC19C; }
a { background-color: rgb(175,193,156); }
div.DivClassName
{
background-color: #AFC19C;
}
.BgClassName
{
background-color: #AFC19C;
}
</style>
border-color css
<style>
span { border-color: #AFC19C; }
span { border-color: rgb(175,193,156); }
td.TdClassName
{
border-color: #AFC19C;
}
.TagClassName
{
border-color: #AFC19C;
}
</style>