Shades of Elf Green #19986F
Tints of Elf Green #19986F
RGB
CMYK
RGB Variations
Color information
#19986F (or 0x19986F) is known color: Elf Green. HEX triplet: 19, 98 and 6F. RGB value is (25,152,111). Sum of RGB (Red+Green+Blue) = 25+152+111=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #19986F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19986F is #E66790. Grayscale: #6D6D6D. Windows color (decimal): -15099793 or 7313433. OLE color: 7313433.
HSL color Cylindrical-coordinate representation of color #19986F: hue angle of 160.63º 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 #19986F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 111 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.40 |
| HSL | 160.63º | 0.72% | 0.35% | - |
| HSV(B) | 160.63º | 0.84% | 0.6% | - |
| XYZ | 14.5 | 23.81 | 18.87 | - |
| YUV | 109.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 111 | 0.84 | 0 | 0.27 | 0.40 | 160.63 | 0.72 | 0.35 |
| Hex | 19 | 98 | 6F | 54 | 0 | 1B | 28 | A1 | 48 | 23 |
| Octal | 31 | 230 | 157 | 124 | 0 | 33 | 50 | 241 | 110 | 43 |
| Binary | 11001 | 10011000 | 1101111 | 1010100 | 0 | 11011 | 101000 | 10100001 | 1001000 | 100011 |
Color Harmonies of #19986F
Complementary color
Monochromatic Colors of #19986F
Black with #19986F
Text Example
Text Example
White with #19986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19986F; }
p { color: rgb(25,152,111); }
H1.HeaderClassName
{
color: #19986F;
}
.AnyTagClassName
{
color: #19986F;
}
</style>
background-color css
<style>
a { background-color: #19986F; }
a { background-color: rgb(25,152,111); }
div.DivClassName
{
background-color: #19986F;
}
.BgClassName
{
background-color: #19986F;
}
</style>
border-color css
<style>
span { border-color: #19986F; }
span { border-color: rgb(25,152,111); }
td.TdClassName
{
border-color: #19986F;
}
.TagClassName
{
border-color: #19986F;
}
</style>