Shades of Elf Green #109362
Tints of Elf Green #109362
RGB
CMYK
RGB Variations
Color information
#109362 (or 0x109362) is known color: Elf Green. HEX triplet: 10, 93 and 62. RGB value is (16,147,98). Sum of RGB (Red+Green+Blue) = 16+147+98=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #109362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109362 is #EF6C9D. Grayscale: #666666. Windows color (decimal): -15690910 or 6460176. OLE color: 6460176.
HSL color Cylindrical-coordinate representation of color #109362: hue angle of 157.56º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109362 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 98 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.42 |
| HSL | 157.56º | 0.8% | 0.32% | - |
| HSV(B) | 157.56º | 0.89% | 0.58% | - |
| XYZ | 12.85 | 21.86 | 15.1 | - |
| YUV | 102.25 | 125.6 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 98 | 0.89 | 0 | 0.33 | 0.42 | 157.56 | 0.8 | 0.32 |
| Hex | 10 | 93 | 62 | 59 | 0 | 21 | 2A | 9E | 50 | 20 |
| Octal | 20 | 223 | 142 | 131 | 0 | 41 | 52 | 236 | 120 | 40 |
| Binary | 10000 | 10010011 | 1100010 | 1011001 | 0 | 100001 | 101010 | 10011110 | 1010000 | 100000 |
Color Harmonies of #109362
Complementary color
Monochromatic Colors of #109362
Black with #109362
Text Example
Text Example
White with #109362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109362; }
p { color: rgb(16,147,98); }
H1.HeaderClassName
{
color: #109362;
}
.AnyTagClassName
{
color: #109362;
}
</style>
background-color css
<style>
a { background-color: #109362; }
a { background-color: rgb(16,147,98); }
div.DivClassName
{
background-color: #109362;
}
.BgClassName
{
background-color: #109362;
}
</style>
border-color css
<style>
span { border-color: #109362; }
span { border-color: rgb(16,147,98); }
td.TdClassName
{
border-color: #109362;
}
.TagClassName
{
border-color: #109362;
}
</style>