Shades of Elf Green #19947F
Tints of Elf Green #19947F
RGB
CMYK
RGB Variations
Color information
#19947F (or 0x19947F) is known color: Elf Green. HEX triplet: 19, 94 and 7F. RGB value is (25,148,127). Sum of RGB (Red+Green+Blue) = 25+148+127=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #19947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19947F is #E66B80. Grayscale: #6C6C6C. Windows color (decimal): -15100801 or 8360985. OLE color: 8360985.
HSL color Cylindrical-coordinate representation of color #19947F: hue angle of 169.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19947F is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 127 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.42 |
| HSL | 169.76º | 0.71% | 0.34% | - |
| HSV(B) | 169.76º | 0.83% | 0.58% | - |
| XYZ | 14.82 | 22.92 | 23.72 | - |
| YUV | 108.83 | 138.25 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 127 | 0.83 | 0 | 0.14 | 0.42 | 169.76 | 0.71 | 0.34 |
| Hex | 19 | 94 | 7F | 53 | 0 | E | 2A | AA | 47 | 22 |
| Octal | 31 | 224 | 177 | 123 | 0 | 16 | 52 | 252 | 107 | 42 |
| Binary | 11001 | 10010100 | 1111111 | 1010011 | 0 | 1110 | 101010 | 10101010 | 1000111 | 100010 |
Color Harmonies of #19947F
Complementary color
Monochromatic Colors of #19947F
Black with #19947F
Text Example
Text Example
White with #19947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19947F; }
p { color: rgb(25,148,127); }
H1.HeaderClassName
{
color: #19947F;
}
.AnyTagClassName
{
color: #19947F;
}
</style>
background-color css
<style>
a { background-color: #19947F; }
a { background-color: rgb(25,148,127); }
div.DivClassName
{
background-color: #19947F;
}
.BgClassName
{
background-color: #19947F;
}
</style>
border-color css
<style>
span { border-color: #19947F; }
span { border-color: rgb(25,148,127); }
td.TdClassName
{
border-color: #19947F;
}
.TagClassName
{
border-color: #19947F;
}
</style>