Shades of Elf Green #19966D
Tints of Elf Green #19966D
RGB
CMYK
RGB Variations
Color information
#19966D (or 0x19966D) is known color: Elf Green. HEX triplet: 19, 96 and 6D. RGB value is (25,150,109). Sum of RGB (Red+Green+Blue) = 25+150+109=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #19966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19966D is #E66992. Grayscale: #6B6B6B. Windows color (decimal): -15100307 or 7181849. OLE color: 7181849.
HSL color Cylindrical-coordinate representation of color #19966D: hue angle of 160.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19966D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 109 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.41 |
| HSL | 160.32º | 0.71% | 0.34% | - |
| HSV(B) | 160.32º | 0.83% | 0.59% | - |
| XYZ | 14.07 | 23.12 | 18.19 | - |
| YUV | 107.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 109 | 0.83 | 0 | 0.27 | 0.41 | 160.32 | 0.71 | 0.34 |
| Hex | 19 | 96 | 6D | 53 | 0 | 1B | 29 | A0 | 47 | 22 |
| Octal | 31 | 226 | 155 | 123 | 0 | 33 | 51 | 240 | 107 | 42 |
| Binary | 11001 | 10010110 | 1101101 | 1010011 | 0 | 11011 | 101001 | 10100000 | 1000111 | 100010 |
Color Harmonies of #19966D
Complementary color
Monochromatic Colors of #19966D
Black with #19966D
Text Example
Text Example
White with #19966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19966D; }
p { color: rgb(25,150,109); }
H1.HeaderClassName
{
color: #19966D;
}
.AnyTagClassName
{
color: #19966D;
}
</style>
background-color css
<style>
a { background-color: #19966D; }
a { background-color: rgb(25,150,109); }
div.DivClassName
{
background-color: #19966D;
}
.BgClassName
{
background-color: #19966D;
}
</style>
border-color css
<style>
span { border-color: #19966D; }
span { border-color: rgb(25,150,109); }
td.TdClassName
{
border-color: #19966D;
}
.TagClassName
{
border-color: #19966D;
}
</style>