Shades of Elf Green #19996F
Tints of Elf Green #19996F
RGB
CMYK
RGB Variations
Color information
#19996F (or 0x19996F) is known color: Elf Green. HEX triplet: 19, 99 and 6F. RGB value is (25,153,111). Sum of RGB (Red+Green+Blue) = 25+153+111=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #19996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19996F is #E66690. Grayscale: #6D6D6D. Windows color (decimal): -15099537 or 7313689. OLE color: 7313689.
HSL color Cylindrical-coordinate representation of color #19996F: hue angle of 160.31º 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 #19996F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 111 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.4 |
| HSL | 160.31º | 0.72% | 0.35% | - |
| HSV(B) | 160.31º | 0.84% | 0.6% | - |
| XYZ | 14.66 | 24.14 | 18.93 | - |
| YUV | 109.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 111 | 0.84 | 0 | 0.27 | 0.4 | 160.31 | 0.72 | 0.35 |
| Hex | 19 | 99 | 6F | 54 | 0 | 1B | 28 | A0 | 48 | 23 |
| Octal | 31 | 231 | 157 | 124 | 0 | 33 | 50 | 240 | 110 | 43 |
| Binary | 11001 | 10011001 | 1101111 | 1010100 | 0 | 11011 | 101000 | 10100000 | 1001000 | 100011 |
Color Harmonies of #19996F
Complementary color
Monochromatic Colors of #19996F
Black with #19996F
Text Example
Text Example
White with #19996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19996F; }
p { color: rgb(25,153,111); }
H1.HeaderClassName
{
color: #19996F;
}
.AnyTagClassName
{
color: #19996F;
}
</style>
background-color css
<style>
a { background-color: #19996F; }
a { background-color: rgb(25,153,111); }
div.DivClassName
{
background-color: #19996F;
}
.BgClassName
{
background-color: #19996F;
}
</style>
border-color css
<style>
span { border-color: #19996F; }
span { border-color: rgb(25,153,111); }
td.TdClassName
{
border-color: #19996F;
}
.TagClassName
{
border-color: #19996F;
}
</style>