Shades of Elf Green #19996B
Tints of Elf Green #19996B
RGB
CMYK
RGB Variations
Color information
#19996B (or 0x19996B) is known color: Elf Green. HEX triplet: 19, 99 and 6B. RGB value is (25,153,107). Sum of RGB (Red+Green+Blue) = 25+153+107=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #19996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19996B is #E66694. Grayscale: #6D6D6D. Windows color (decimal): -15099541 or 7051545. OLE color: 7051545.
HSL color Cylindrical-coordinate representation of color #19996B: hue angle of 158.44º 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 #19996B is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 107 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.4 |
| HSL | 158.44º | 0.72% | 0.35% | - |
| HSV(B) | 158.44º | 0.84% | 0.6% | - |
| XYZ | 14.45 | 24.05 | 17.79 | - |
| YUV | 109.48 | 126.59 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 107 | 0.84 | 0 | 0.30 | 0.4 | 158.44 | 0.72 | 0.35 |
| Hex | 19 | 99 | 6B | 54 | 0 | 1E | 28 | 9E | 48 | 23 |
| Octal | 31 | 231 | 153 | 124 | 0 | 36 | 50 | 236 | 110 | 43 |
| Binary | 11001 | 10011001 | 1101011 | 1010100 | 0 | 11110 | 101000 | 10011110 | 1001000 | 100011 |
Color Harmonies of #19996B
Complementary color
Monochromatic Colors of #19996B
Black with #19996B
Text Example
Text Example
White with #19996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19996B; }
p { color: rgb(25,153,107); }
H1.HeaderClassName
{
color: #19996B;
}
.AnyTagClassName
{
color: #19996B;
}
</style>
background-color css
<style>
a { background-color: #19996B; }
a { background-color: rgb(25,153,107); }
div.DivClassName
{
background-color: #19996B;
}
.BgClassName
{
background-color: #19996B;
}
</style>
border-color css
<style>
span { border-color: #19996B; }
span { border-color: rgb(25,153,107); }
td.TdClassName
{
border-color: #19996B;
}
.TagClassName
{
border-color: #19996B;
}
</style>