Shades of Elf Green #109364
Tints of Elf Green #109364
RGB
CMYK
RGB Variations
Color information
#109364 (or 0x109364) is known color: Elf Green. HEX triplet: 10, 93 and 64. RGB value is (16,147,100). Sum of RGB (Red+Green+Blue) = 16+147+100=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #109364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109364 is #EF6C9B. Grayscale: #666666. Windows color (decimal): -15690908 or 6591248. OLE color: 6591248.
HSL color Cylindrical-coordinate representation of color #109364: hue angle of 158.47º 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 #109364 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 100 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.42 |
| HSL | 158.47º | 0.8% | 0.32% | - |
| HSV(B) | 158.47º | 0.89% | 0.58% | - |
| XYZ | 12.95 | 21.9 | 15.6 | - |
| YUV | 102.47 | 126.6 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 100 | 0.89 | 0 | 0.32 | 0.42 | 158.47 | 0.8 | 0.32 |
| Hex | 10 | 93 | 64 | 59 | 0 | 20 | 2A | 9E | 50 | 20 |
| Octal | 20 | 223 | 144 | 131 | 0 | 40 | 52 | 236 | 120 | 40 |
| Binary | 10000 | 10010011 | 1100100 | 1011001 | 0 | 100000 | 101010 | 10011110 | 1010000 | 100000 |
Color Harmonies of #109364
Complementary color
Monochromatic Colors of #109364
Black with #109364
Text Example
Text Example
White with #109364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109364; }
p { color: rgb(16,147,100); }
H1.HeaderClassName
{
color: #109364;
}
.AnyTagClassName
{
color: #109364;
}
</style>
background-color css
<style>
a { background-color: #109364; }
a { background-color: rgb(16,147,100); }
div.DivClassName
{
background-color: #109364;
}
.BgClassName
{
background-color: #109364;
}
</style>
border-color css
<style>
span { border-color: #109364; }
span { border-color: rgb(16,147,100); }
td.TdClassName
{
border-color: #109364;
}
.TagClassName
{
border-color: #109364;
}
</style>