Shades of Elf Green #199160
Tints of Elf Green #199160
RGB
CMYK
RGB Variations
Color information
#199160 (or 0x199160) is known color: Elf Green. HEX triplet: 19, 91 and 60. RGB value is (25,145,96). Sum of RGB (Red+Green+Blue) = 25+145+96=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #199160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199160 is #E66E9F. Grayscale: #676767. Windows color (decimal): -15101600 or 6328601. OLE color: 6328601.
HSL color Cylindrical-coordinate representation of color #199160: hue angle of 155.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199160 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 96 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.43 |
| HSL | 155.5º | 0.71% | 0.33% | - |
| HSV(B) | 155.5º | 0.83% | 0.57% | - |
| XYZ | 12.64 | 21.3 | 14.51 | - |
| YUV | 103.53 | 123.74 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 96 | 0.83 | 0 | 0.34 | 0.43 | 155.5 | 0.71 | 0.33 |
| Hex | 19 | 91 | 60 | 53 | 0 | 22 | 2B | 9C | 47 | 21 |
| Octal | 31 | 221 | 140 | 123 | 0 | 42 | 53 | 234 | 107 | 41 |
| Binary | 11001 | 10010001 | 1100000 | 1010011 | 0 | 100010 | 101011 | 10011100 | 1000111 | 100001 |
Color Harmonies of #199160
Complementary color
Monochromatic Colors of #199160
Black with #199160
Text Example
Text Example
White with #199160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199160; }
p { color: rgb(25,145,96); }
H1.HeaderClassName
{
color: #199160;
}
.AnyTagClassName
{
color: #199160;
}
</style>
background-color css
<style>
a { background-color: #199160; }
a { background-color: rgb(25,145,96); }
div.DivClassName
{
background-color: #199160;
}
.BgClassName
{
background-color: #199160;
}
</style>
border-color css
<style>
span { border-color: #199160; }
span { border-color: rgb(25,145,96); }
td.TdClassName
{
border-color: #199160;
}
.TagClassName
{
border-color: #199160;
}
</style>