Shades of Elf Green #119161
Tints of Elf Green #119161
RGB
CMYK
RGB Variations
Color information
#119161 (or 0x119161) is known color: Elf Green. HEX triplet: 11, 91 and 61. RGB value is (17,145,97). Sum of RGB (Red+Green+Blue) = 17+145+97=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #119161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119161 is #EE6E9E. Grayscale: #656565. Windows color (decimal): -15625887 or 6394129. OLE color: 6394129.
HSL color Cylindrical-coordinate representation of color #119161: hue angle of 157.5º 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 #119161 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 97 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.43 |
| HSL | 157.5º | 0.79% | 0.32% | - |
| HSV(B) | 157.5º | 0.88% | 0.57% | - |
| XYZ | 12.51 | 21.23 | 14.75 | - |
| YUV | 101.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 97 | 0.88 | 0 | 0.33 | 0.43 | 157.5 | 0.79 | 0.32 |
| Hex | 11 | 91 | 61 | 58 | 0 | 21 | 2B | 9E | 4F | 20 |
| Octal | 21 | 221 | 141 | 130 | 0 | 41 | 53 | 236 | 117 | 40 |
| Binary | 10001 | 10010001 | 1100001 | 1011000 | 0 | 100001 | 101011 | 10011110 | 1001111 | 100000 |
Color Harmonies of #119161
Complementary color
Monochromatic Colors of #119161
Black with #119161
Text Example
Text Example
White with #119161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119161; }
p { color: rgb(17,145,97); }
H1.HeaderClassName
{
color: #119161;
}
.AnyTagClassName
{
color: #119161;
}
</style>
background-color css
<style>
a { background-color: #119161; }
a { background-color: rgb(17,145,97); }
div.DivClassName
{
background-color: #119161;
}
.BgClassName
{
background-color: #119161;
}
</style>
border-color css
<style>
span { border-color: #119161; }
span { border-color: rgb(17,145,97); }
td.TdClassName
{
border-color: #119161;
}
.TagClassName
{
border-color: #119161;
}
</style>