Shades of Elf Green #199260
Tints of Elf Green #199260
RGB
CMYK
RGB Variations
Color information
#199260 (or 0x199260) is known color: Elf Green. HEX triplet: 19, 92 and 60. RGB value is (25,146,96). Sum of RGB (Red+Green+Blue) = 25+146+96=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #199260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199260 is #E66D9F. Grayscale: #686868. Windows color (decimal): -15101344 or 6328857. OLE color: 6328857.
HSL color Cylindrical-coordinate representation of color #199260: hue angle of 155.21º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199260 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 96 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.43 |
| HSL | 155.21º | 0.71% | 0.34% | - |
| HSV(B) | 155.21º | 0.83% | 0.57% | - |
| XYZ | 12.79 | 21.61 | 14.56 | - |
| YUV | 104.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 96 | 0.83 | 0 | 0.34 | 0.43 | 155.21 | 0.71 | 0.34 |
| Hex | 19 | 92 | 60 | 53 | 0 | 22 | 2B | 9B | 47 | 22 |
| Octal | 31 | 222 | 140 | 123 | 0 | 42 | 53 | 233 | 107 | 42 |
| Binary | 11001 | 10010010 | 1100000 | 1010011 | 0 | 100010 | 101011 | 10011011 | 1000111 | 100010 |
Color Harmonies of #199260
Complementary color
Monochromatic Colors of #199260
Black with #199260
Text Example
Text Example
White with #199260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199260; }
p { color: rgb(25,146,96); }
H1.HeaderClassName
{
color: #199260;
}
.AnyTagClassName
{
color: #199260;
}
</style>
background-color css
<style>
a { background-color: #199260; }
a { background-color: rgb(25,146,96); }
div.DivClassName
{
background-color: #199260;
}
.BgClassName
{
background-color: #199260;
}
</style>
border-color css
<style>
span { border-color: #199260; }
span { border-color: rgb(25,146,96); }
td.TdClassName
{
border-color: #199260;
}
.TagClassName
{
border-color: #199260;
}
</style>