Shades of Elf Green #19926F
Tints of Elf Green #19926F
RGB
CMYK
RGB Variations
Color information
#19926F (or 0x19926F) is known color: Elf Green. HEX triplet: 19, 92 and 6F. RGB value is (25,146,111). Sum of RGB (Red+Green+Blue) = 25+146+111=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #19926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19926F is #E66D90. Grayscale: #696969. Windows color (decimal): -15101329 or 7311897. OLE color: 7311897.
HSL color Cylindrical-coordinate representation of color #19926F: hue angle of 162.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19926F is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 111 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.43 |
| HSL | 162.64º | 0.71% | 0.34% | - |
| HSV(B) | 162.64º | 0.83% | 0.57% | - |
| XYZ | 13.55 | 21.91 | 18.55 | - |
| YUV | 105.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 111 | 0.83 | 0 | 0.24 | 0.43 | 162.64 | 0.71 | 0.34 |
| Hex | 19 | 92 | 6F | 53 | 0 | 18 | 2B | A3 | 47 | 22 |
| Octal | 31 | 222 | 157 | 123 | 0 | 30 | 53 | 243 | 107 | 42 |
| Binary | 11001 | 10010010 | 1101111 | 1010011 | 0 | 11000 | 101011 | 10100011 | 1000111 | 100010 |
Color Harmonies of #19926F
Complementary color
Monochromatic Colors of #19926F
Black with #19926F
Text Example
Text Example
White with #19926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19926F; }
p { color: rgb(25,146,111); }
H1.HeaderClassName
{
color: #19926F;
}
.AnyTagClassName
{
color: #19926F;
}
</style>
background-color css
<style>
a { background-color: #19926F; }
a { background-color: rgb(25,146,111); }
div.DivClassName
{
background-color: #19926F;
}
.BgClassName
{
background-color: #19926F;
}
</style>
border-color css
<style>
span { border-color: #19926F; }
span { border-color: rgb(25,146,111); }
td.TdClassName
{
border-color: #19926F;
}
.TagClassName
{
border-color: #19926F;
}
</style>