Shades of Elf Green #19986C
Tints of Elf Green #19986C
RGB
CMYK
RGB Variations
Color information
#19986C (or 0x19986C) is known color: Elf Green. HEX triplet: 19, 98 and 6C. RGB value is (25,152,108). Sum of RGB (Red+Green+Blue) = 25+152+108=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #19986C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19986C is #E66793. Grayscale: #6D6D6D. Windows color (decimal): -15099796 or 7116825. OLE color: 7116825.
HSL color Cylindrical-coordinate representation of color #19986C: hue angle of 159.21º 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 #19986C is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 108 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.40 |
| HSL | 159.21º | 0.72% | 0.35% | - |
| HSV(B) | 159.21º | 0.84% | 0.6% | - |
| XYZ | 14.34 | 23.75 | 18.02 | - |
| YUV | 109.01 | 127.42 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 108 | 0.84 | 0 | 0.29 | 0.40 | 159.21 | 0.72 | 0.35 |
| Hex | 19 | 98 | 6C | 54 | 0 | 1D | 28 | 9F | 48 | 23 |
| Octal | 31 | 230 | 154 | 124 | 0 | 35 | 50 | 237 | 110 | 43 |
| Binary | 11001 | 10011000 | 1101100 | 1010100 | 0 | 11101 | 101000 | 10011111 | 1001000 | 100011 |
Color Harmonies of #19986C
Complementary color
Monochromatic Colors of #19986C
Black with #19986C
Text Example
Text Example
White with #19986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19986C; }
p { color: rgb(25,152,108); }
H1.HeaderClassName
{
color: #19986C;
}
.AnyTagClassName
{
color: #19986C;
}
</style>
background-color css
<style>
a { background-color: #19986C; }
a { background-color: rgb(25,152,108); }
div.DivClassName
{
background-color: #19986C;
}
.BgClassName
{
background-color: #19986C;
}
</style>
border-color css
<style>
span { border-color: #19986C; }
span { border-color: rgb(25,152,108); }
td.TdClassName
{
border-color: #19986C;
}
.TagClassName
{
border-color: #19986C;
}
</style>