Shades of Elf Green #119164
Tints of Elf Green #119164
RGB
CMYK
RGB Variations
Color information
#119164 (or 0x119164) is known color: Elf Green. HEX triplet: 11, 91 and 64. RGB value is (17,145,100). Sum of RGB (Red+Green+Blue) = 17+145+100=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #119164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119164 is #EE6E9B. Grayscale: #656565. Windows color (decimal): -15625884 or 6590737. OLE color: 6590737.
HSL color Cylindrical-coordinate representation of color #119164: hue angle of 158.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119164 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 100 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.43 |
| HSL | 158.91º | 0.79% | 0.32% | - |
| HSV(B) | 158.91º | 0.88% | 0.57% | - |
| XYZ | 12.66 | 21.29 | 15.5 | - |
| YUV | 101.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 100 | 0.88 | 0 | 0.31 | 0.43 | 158.91 | 0.79 | 0.32 |
| Hex | 11 | 91 | 64 | 58 | 0 | 1F | 2B | 9F | 4F | 20 |
| Octal | 21 | 221 | 144 | 130 | 0 | 37 | 53 | 237 | 117 | 40 |
| Binary | 10001 | 10010001 | 1100100 | 1011000 | 0 | 11111 | 101011 | 10011111 | 1001111 | 100000 |
Color Harmonies of #119164
Complementary color
Monochromatic Colors of #119164
Black with #119164
Text Example
Text Example
White with #119164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119164; }
p { color: rgb(17,145,100); }
H1.HeaderClassName
{
color: #119164;
}
.AnyTagClassName
{
color: #119164;
}
</style>
background-color css
<style>
a { background-color: #119164; }
a { background-color: rgb(17,145,100); }
div.DivClassName
{
background-color: #119164;
}
.BgClassName
{
background-color: #119164;
}
</style>
border-color css
<style>
span { border-color: #119164; }
span { border-color: rgb(17,145,100); }
td.TdClassName
{
border-color: #119164;
}
.TagClassName
{
border-color: #119164;
}
</style>