Shades of Elf Green #199264
Tints of Elf Green #199264
RGB
CMYK
RGB Variations
Color information
#199264 (or 0x199264) is known color: Elf Green. HEX triplet: 19, 92 and 64. RGB value is (25,146,100). Sum of RGB (Red+Green+Blue) = 25+146+100=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #199264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199264 is #E66D9B. Grayscale: #686868. Windows color (decimal): -15101340 or 6591001. OLE color: 6591001.
HSL color Cylindrical-coordinate representation of color #199264: hue angle of 157.19º 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 #199264 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 100 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.43 |
| HSL | 157.19º | 0.71% | 0.34% | - |
| HSV(B) | 157.19º | 0.83% | 0.57% | - |
| XYZ | 12.98 | 21.68 | 15.56 | - |
| YUV | 104.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 100 | 0.83 | 0 | 0.32 | 0.43 | 157.19 | 0.71 | 0.34 |
| Hex | 19 | 92 | 64 | 53 | 0 | 20 | 2B | 9D | 47 | 22 |
| Octal | 31 | 222 | 144 | 123 | 0 | 40 | 53 | 235 | 107 | 42 |
| Binary | 11001 | 10010010 | 1100100 | 1010011 | 0 | 100000 | 101011 | 10011101 | 1000111 | 100010 |
Color Harmonies of #199264
Complementary color
Monochromatic Colors of #199264
Black with #199264
Text Example
Text Example
White with #199264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199264; }
p { color: rgb(25,146,100); }
H1.HeaderClassName
{
color: #199264;
}
.AnyTagClassName
{
color: #199264;
}
</style>
background-color css
<style>
a { background-color: #199264; }
a { background-color: rgb(25,146,100); }
div.DivClassName
{
background-color: #199264;
}
.BgClassName
{
background-color: #199264;
}
</style>
border-color css
<style>
span { border-color: #199264; }
span { border-color: rgb(25,146,100); }
td.TdClassName
{
border-color: #199264;
}
.TagClassName
{
border-color: #199264;
}
</style>