Shades of Elf Green #109464
Tints of Elf Green #109464
RGB
CMYK
RGB Variations
Color information
#109464 (or 0x109464) is known color: Elf Green. HEX triplet: 10, 94 and 64. RGB value is (16,148,100). Sum of RGB (Red+Green+Blue) = 16+148+100=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #109464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109464 is #EF6B9B. Grayscale: #676767. Windows color (decimal): -15690652 or 6591504. OLE color: 6591504.
HSL color Cylindrical-coordinate representation of color #109464: hue angle of 158.18º 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 #109464 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 100 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.42 |
| HSL | 158.18º | 0.8% | 0.32% | - |
| HSV(B) | 158.18º | 0.89% | 0.58% | - |
| XYZ | 13.1 | 22.21 | 15.65 | - |
| YUV | 103.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 100 | 0.89 | 0 | 0.32 | 0.42 | 158.18 | 0.8 | 0.32 |
| Hex | 10 | 94 | 64 | 59 | 0 | 20 | 2A | 9E | 50 | 20 |
| Octal | 20 | 224 | 144 | 131 | 0 | 40 | 52 | 236 | 120 | 40 |
| Binary | 10000 | 10010100 | 1100100 | 1011001 | 0 | 100000 | 101010 | 10011110 | 1010000 | 100000 |
Color Harmonies of #109464
Complementary color
Monochromatic Colors of #109464
Black with #109464
Text Example
Text Example
White with #109464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109464; }
p { color: rgb(16,148,100); }
H1.HeaderClassName
{
color: #109464;
}
.AnyTagClassName
{
color: #109464;
}
</style>
background-color css
<style>
a { background-color: #109464; }
a { background-color: rgb(16,148,100); }
div.DivClassName
{
background-color: #109464;
}
.BgClassName
{
background-color: #109464;
}
</style>
border-color css
<style>
span { border-color: #109464; }
span { border-color: rgb(16,148,100); }
td.TdClassName
{
border-color: #109464;
}
.TagClassName
{
border-color: #109464;
}
</style>