Shades of Elf Green #109365
Tints of Elf Green #109365
RGB
CMYK
RGB Variations
Color information
#109365 (or 0x109365) is known color: Elf Green. HEX triplet: 10, 93 and 65. RGB value is (16,147,101). Sum of RGB (Red+Green+Blue) = 16+147+101=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #109365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109365 is #EF6C9A. Grayscale: #666666. Windows color (decimal): -15690907 or 6656784. OLE color: 6656784.
HSL color Cylindrical-coordinate representation of color #109365: hue angle of 158.93º 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 #109365 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 101 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.42 |
| HSL | 158.93º | 0.8% | 0.32% | - |
| HSV(B) | 158.93º | 0.89% | 0.58% | - |
| XYZ | 13 | 21.92 | 15.86 | - |
| YUV | 102.59 | 127.1 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 101 | 0.89 | 0 | 0.31 | 0.42 | 158.93 | 0.8 | 0.32 |
| Hex | 10 | 93 | 65 | 59 | 0 | 1F | 2A | 9F | 50 | 20 |
| Octal | 20 | 223 | 145 | 131 | 0 | 37 | 52 | 237 | 120 | 40 |
| Binary | 10000 | 10010011 | 1100101 | 1011001 | 0 | 11111 | 101010 | 10011111 | 1010000 | 100000 |
Color Harmonies of #109365
Complementary color
Monochromatic Colors of #109365
Black with #109365
Text Example
Text Example
White with #109365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109365; }
p { color: rgb(16,147,101); }
H1.HeaderClassName
{
color: #109365;
}
.AnyTagClassName
{
color: #109365;
}
</style>
background-color css
<style>
a { background-color: #109365; }
a { background-color: rgb(16,147,101); }
div.DivClassName
{
background-color: #109365;
}
.BgClassName
{
background-color: #109365;
}
</style>
border-color css
<style>
span { border-color: #109365; }
span { border-color: rgb(16,147,101); }
td.TdClassName
{
border-color: #109365;
}
.TagClassName
{
border-color: #109365;
}
</style>