Shades of Elf Green #19997D
Tints of Elf Green #19997D
RGB
CMYK
RGB Variations
Color information
#19997D (or 0x19997D) is known color: Elf Green. HEX triplet: 19, 99 and 7D. RGB value is (25,153,125). Sum of RGB (Red+Green+Blue) = 25+153+125=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #19997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19997D is #E66682. Grayscale: #6F6F6F. Windows color (decimal): -15099523 or 8231193. OLE color: 8231193.
HSL color Cylindrical-coordinate representation of color #19997D: hue angle of 166.88º 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 #19997D is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 125 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.4 |
| HSL | 166.88º | 0.72% | 0.35% | - |
| HSV(B) | 166.88º | 0.84% | 0.6% | - |
| XYZ | 15.49 | 24.47 | 23.31 | - |
| YUV | 111.54 | 135.59 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 125 | 0.84 | 0 | 0.18 | 0.4 | 166.88 | 0.72 | 0.35 |
| Hex | 19 | 99 | 7D | 54 | 0 | 12 | 28 | A7 | 48 | 23 |
| Octal | 31 | 231 | 175 | 124 | 0 | 22 | 50 | 247 | 110 | 43 |
| Binary | 11001 | 10011001 | 1111101 | 1010100 | 0 | 10010 | 101000 | 10100111 | 1001000 | 100011 |
Color Harmonies of #19997D
Complementary color
Monochromatic Colors of #19997D
Black with #19997D
Text Example
Text Example
White with #19997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19997D; }
p { color: rgb(25,153,125); }
H1.HeaderClassName
{
color: #19997D;
}
.AnyTagClassName
{
color: #19997D;
}
</style>
background-color css
<style>
a { background-color: #19997D; }
a { background-color: rgb(25,153,125); }
div.DivClassName
{
background-color: #19997D;
}
.BgClassName
{
background-color: #19997D;
}
</style>
border-color css
<style>
span { border-color: #19997D; }
span { border-color: rgb(25,153,125); }
td.TdClassName
{
border-color: #19997D;
}
.TagClassName
{
border-color: #19997D;
}
</style>