Shades of Elf Green #19996A
Tints of Elf Green #19996A
RGB
CMYK
RGB Variations
Color information
#19996A (or 0x19996A) is known color: Elf Green. HEX triplet: 19, 99 and 6A. RGB value is (25,153,106). Sum of RGB (Red+Green+Blue) = 25+153+106=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #19996A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19996A is #E66695. Grayscale: #6D6D6D. Windows color (decimal): -15099542 or 6986009. OLE color: 6986009.
HSL color Cylindrical-coordinate representation of color #19996A: hue angle of 157.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19996A is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 106 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.4 |
| HSL | 157.97º | 0.72% | 0.35% | - |
| HSV(B) | 157.97º | 0.84% | 0.6% | - |
| XYZ | 14.39 | 24.03 | 17.52 | - |
| YUV | 109.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 106 | 0.84 | 0 | 0.31 | 0.4 | 157.97 | 0.72 | 0.35 |
| Hex | 19 | 99 | 6A | 54 | 0 | 1F | 28 | 9E | 48 | 23 |
| Octal | 31 | 231 | 152 | 124 | 0 | 37 | 50 | 236 | 110 | 43 |
| Binary | 11001 | 10011001 | 1101010 | 1010100 | 0 | 11111 | 101000 | 10011110 | 1001000 | 100011 |
Color Harmonies of #19996A
Complementary color
Monochromatic Colors of #19996A
Black with #19996A
Text Example
Text Example
White with #19996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19996A; }
p { color: rgb(25,153,106); }
H1.HeaderClassName
{
color: #19996A;
}
.AnyTagClassName
{
color: #19996A;
}
</style>
background-color css
<style>
a { background-color: #19996A; }
a { background-color: rgb(25,153,106); }
div.DivClassName
{
background-color: #19996A;
}
.BgClassName
{
background-color: #19996A;
}
</style>
border-color css
<style>
span { border-color: #19996A; }
span { border-color: rgb(25,153,106); }
td.TdClassName
{
border-color: #19996A;
}
.TagClassName
{
border-color: #19996A;
}
</style>