Shades of Elf Green #19946D
Tints of Elf Green #19946D
RGB
CMYK
RGB Variations
Color information
#19946D (or 0x19946D) is known color: Elf Green. HEX triplet: 19, 94 and 6D. RGB value is (25,148,109). Sum of RGB (Red+Green+Blue) = 25+148+109=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #19946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19946D is #E66B92. Grayscale: #6A6A6A. Windows color (decimal): -15100819 or 7181337. OLE color: 7181337.
HSL color Cylindrical-coordinate representation of color #19946D: hue angle of 160.98º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19946D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 109 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.42 |
| HSL | 160.98º | 0.71% | 0.34% | - |
| HSV(B) | 160.98º | 0.83% | 0.58% | - |
| XYZ | 13.75 | 22.49 | 18.08 | - |
| YUV | 106.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 109 | 0.83 | 0 | 0.26 | 0.42 | 160.98 | 0.71 | 0.34 |
| Hex | 19 | 94 | 6D | 53 | 0 | 1A | 2A | A1 | 47 | 22 |
| Octal | 31 | 224 | 155 | 123 | 0 | 32 | 52 | 241 | 107 | 42 |
| Binary | 11001 | 10010100 | 1101101 | 1010011 | 0 | 11010 | 101010 | 10100001 | 1000111 | 100010 |
Color Harmonies of #19946D
Complementary color
Monochromatic Colors of #19946D
Black with #19946D
Text Example
Text Example
White with #19946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19946D; }
p { color: rgb(25,148,109); }
H1.HeaderClassName
{
color: #19946D;
}
.AnyTagClassName
{
color: #19946D;
}
</style>
background-color css
<style>
a { background-color: #19946D; }
a { background-color: rgb(25,148,109); }
div.DivClassName
{
background-color: #19946D;
}
.BgClassName
{
background-color: #19946D;
}
</style>
border-color css
<style>
span { border-color: #19946D; }
span { border-color: rgb(25,148,109); }
td.TdClassName
{
border-color: #19946D;
}
.TagClassName
{
border-color: #19946D;
}
</style>