Shades of Sprout #AFC19E
Tints of Sprout #AFC19E
RGB
CMYK
RGB Variations
Color information
#AFC19E (or 0xAFC19E) is known color: Sprout. HEX triplet: AF, C1 and 9E. RGB value is (175,193,158). Sum of RGB (Red+Green+Blue) = 175+193+158=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19E is #503E61. Grayscale: #B7B7B7. Windows color (decimal): -5258850 or 10404271. OLE color: 10404271.
HSL color Cylindrical-coordinate representation of color #AFC19E: hue angle of 90.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC19E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 158 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.24 |
| HSL | 90.86º | 0.22% | 0.69% | - |
| HSV(B) | 90.86º | 0.18% | 0.76% | - |
| XYZ | 42.92 | 49.72 | 39.68 | - |
| YUV | 183.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 158 | 0.09 | 0 | 0.18 | 0.24 | 90.86 | 0.22 | 0.69 |
| Hex | AF | C1 | 9E | 9 | 0 | 12 | 18 | 5B | 16 | 45 |
| Octal | 257 | 301 | 236 | 11 | 0 | 22 | 30 | 133 | 26 | 105 |
| Binary | 10101111 | 11000001 | 10011110 | 1001 | 0 | 10010 | 11000 | 1011011 | 10110 | 1000101 |
Color Harmonies of #AFC19E
Complementary color
Monochromatic Colors of #AFC19E
Black with #AFC19E
Text Example
Text Example
White with #AFC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC19E; }
p { color: rgb(175,193,158); }
H1.HeaderClassName
{
color: #AFC19E;
}
.AnyTagClassName
{
color: #AFC19E;
}
</style>
background-color css
<style>
a { background-color: #AFC19E; }
a { background-color: rgb(175,193,158); }
div.DivClassName
{
background-color: #AFC19E;
}
.BgClassName
{
background-color: #AFC19E;
}
</style>
border-color css
<style>
span { border-color: #AFC19E; }
span { border-color: rgb(175,193,158); }
td.TdClassName
{
border-color: #AFC19E;
}
.TagClassName
{
border-color: #AFC19E;
}
</style>