Shades of Elf Green #109363
Tints of Elf Green #109363
RGB
CMYK
RGB Variations
Color information
#109363 (or 0x109363) is known color: Elf Green. HEX triplet: 10, 93 and 63. RGB value is (16,147,99). Sum of RGB (Red+Green+Blue) = 16+147+99=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #109363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109363 is #EF6C9C. Grayscale: #666666. Windows color (decimal): -15690909 or 6525712. OLE color: 6525712.
HSL color Cylindrical-coordinate representation of color #109363: hue angle of 158.02º 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 #109363 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 99 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.42 |
| HSL | 158.02º | 0.8% | 0.32% | - |
| HSV(B) | 158.02º | 0.89% | 0.58% | - |
| XYZ | 12.9 | 21.88 | 15.35 | - |
| YUV | 102.36 | 126.1 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 99 | 0.89 | 0 | 0.33 | 0.42 | 158.02 | 0.8 | 0.32 |
| Hex | 10 | 93 | 63 | 59 | 0 | 21 | 2A | 9E | 50 | 20 |
| Octal | 20 | 223 | 143 | 131 | 0 | 41 | 52 | 236 | 120 | 40 |
| Binary | 10000 | 10010011 | 1100011 | 1011001 | 0 | 100001 | 101010 | 10011110 | 1010000 | 100000 |
Color Harmonies of #109363
Complementary color
Monochromatic Colors of #109363
Black with #109363
Text Example
Text Example
White with #109363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109363; }
p { color: rgb(16,147,99); }
H1.HeaderClassName
{
color: #109363;
}
.AnyTagClassName
{
color: #109363;
}
</style>
background-color css
<style>
a { background-color: #109363; }
a { background-color: rgb(16,147,99); }
div.DivClassName
{
background-color: #109363;
}
.BgClassName
{
background-color: #109363;
}
</style>
border-color css
<style>
span { border-color: #109363; }
span { border-color: rgb(16,147,99); }
td.TdClassName
{
border-color: #109363;
}
.TagClassName
{
border-color: #109363;
}
</style>