Shades of Elf Green #109162
Tints of Elf Green #109162
RGB
CMYK
RGB Variations
Color information
#109162 (or 0x109162) is known color: Elf Green. HEX triplet: 10, 91 and 62. RGB value is (16,145,98). Sum of RGB (Red+Green+Blue) = 16+145+98=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #109162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109162 is #EF6E9D. Grayscale: #656565. Windows color (decimal): -15691422 or 6459664. OLE color: 6459664.
HSL color Cylindrical-coordinate representation of color #109162: hue angle of 158.14º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109162 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 98 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.43 |
| HSL | 158.14º | 0.8% | 0.32% | - |
| HSV(B) | 158.14º | 0.89% | 0.57% | - |
| XYZ | 12.54 | 21.24 | 14.99 | - |
| YUV | 101.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 98 | 0.89 | 0 | 0.32 | 0.43 | 158.14 | 0.8 | 0.32 |
| Hex | 10 | 91 | 62 | 59 | 0 | 20 | 2B | 9E | 50 | 20 |
| Octal | 20 | 221 | 142 | 131 | 0 | 40 | 53 | 236 | 120 | 40 |
| Binary | 10000 | 10010001 | 1100010 | 1011001 | 0 | 100000 | 101011 | 10011110 | 1010000 | 100000 |
Color Harmonies of #109162
Complementary color
Monochromatic Colors of #109162
Black with #109162
Text Example
Text Example
White with #109162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109162; }
p { color: rgb(16,145,98); }
H1.HeaderClassName
{
color: #109162;
}
.AnyTagClassName
{
color: #109162;
}
</style>
background-color css
<style>
a { background-color: #109162; }
a { background-color: rgb(16,145,98); }
div.DivClassName
{
background-color: #109162;
}
.BgClassName
{
background-color: #109162;
}
</style>
border-color css
<style>
span { border-color: #109162; }
span { border-color: rgb(16,145,98); }
td.TdClassName
{
border-color: #109162;
}
.TagClassName
{
border-color: #109162;
}
</style>