Shades of Elf Green #19996C
Tints of Elf Green #19996C
RGB
CMYK
RGB Variations
Color information
#19996C (or 0x19996C) is known color: Elf Green. HEX triplet: 19, 99 and 6C. RGB value is (25,153,108). Sum of RGB (Red+Green+Blue) = 25+153+108=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #19996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19996C is #E66693. Grayscale: #6D6D6D. Windows color (decimal): -15099540 or 7117081. OLE color: 7117081.
HSL color Cylindrical-coordinate representation of color #19996C: hue angle of 158.91º 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 #19996C is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 108 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.4 |
| HSL | 158.91º | 0.72% | 0.35% | - |
| HSV(B) | 158.91º | 0.84% | 0.6% | - |
| XYZ | 14.5 | 24.07 | 18.07 | - |
| YUV | 109.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 108 | 0.84 | 0 | 0.29 | 0.4 | 158.91 | 0.72 | 0.35 |
| Hex | 19 | 99 | 6C | 54 | 0 | 1D | 28 | 9F | 48 | 23 |
| Octal | 31 | 231 | 154 | 124 | 0 | 35 | 50 | 237 | 110 | 43 |
| Binary | 11001 | 10011001 | 1101100 | 1010100 | 0 | 11101 | 101000 | 10011111 | 1001000 | 100011 |
Color Harmonies of #19996C
Complementary color
Monochromatic Colors of #19996C
Black with #19996C
Text Example
Text Example
White with #19996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19996C; }
p { color: rgb(25,153,108); }
H1.HeaderClassName
{
color: #19996C;
}
.AnyTagClassName
{
color: #19996C;
}
</style>
background-color css
<style>
a { background-color: #19996C; }
a { background-color: rgb(25,153,108); }
div.DivClassName
{
background-color: #19996C;
}
.BgClassName
{
background-color: #19996C;
}
</style>
border-color css
<style>
span { border-color: #19996C; }
span { border-color: rgb(25,153,108); }
td.TdClassName
{
border-color: #19996C;
}
.TagClassName
{
border-color: #19996C;
}
</style>