Shades of Elf Green #109361
Tints of Elf Green #109361
RGB
CMYK
RGB Variations
Color information
#109361 (or 0x109361) is known color: Elf Green. HEX triplet: 10, 93 and 61. RGB value is (16,147,97). Sum of RGB (Red+Green+Blue) = 16+147+97=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #109361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109361 is #EF6C9E. Grayscale: #666666. Windows color (decimal): -15690911 or 6394640. OLE color: 6394640.
HSL color Cylindrical-coordinate representation of color #109361: hue angle of 157.1º 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 #109361 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 97 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.42 |
| HSL | 157.1º | 0.8% | 0.32% | - |
| HSV(B) | 157.1º | 0.89% | 0.58% | - |
| XYZ | 12.81 | 21.84 | 14.85 | - |
| YUV | 102.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 97 | 0.89 | 0 | 0.34 | 0.42 | 157.1 | 0.8 | 0.32 |
| Hex | 10 | 93 | 61 | 59 | 0 | 22 | 2A | 9D | 50 | 20 |
| Octal | 20 | 223 | 141 | 131 | 0 | 42 | 52 | 235 | 120 | 40 |
| Binary | 10000 | 10010011 | 1100001 | 1011001 | 0 | 100010 | 101010 | 10011101 | 1010000 | 100000 |
Color Harmonies of #109361
Complementary color
Monochromatic Colors of #109361
Black with #109361
Text Example
Text Example
White with #109361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109361; }
p { color: rgb(16,147,97); }
H1.HeaderClassName
{
color: #109361;
}
.AnyTagClassName
{
color: #109361;
}
</style>
background-color css
<style>
a { background-color: #109361; }
a { background-color: rgb(16,147,97); }
div.DivClassName
{
background-color: #109361;
}
.BgClassName
{
background-color: #109361;
}
</style>
border-color css
<style>
span { border-color: #109361; }
span { border-color: rgb(16,147,97); }
td.TdClassName
{
border-color: #109361;
}
.TagClassName
{
border-color: #109361;
}
</style>