Shades of Elf Green #109570
Tints of Elf Green #109570
RGB
CMYK
RGB Variations
Color information
#109570 (or 0x109570) is known color: Elf Green. HEX triplet: 10, 95 and 70. RGB value is (16,149,112). Sum of RGB (Red+Green+Blue) = 16+149+112=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #109570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109570 is #EF6A8F. Grayscale: #696969. Windows color (decimal): -15690384 or 7378192. OLE color: 7378192.
HSL color Cylindrical-coordinate representation of color #109570: hue angle of 163.31º degrees, saturation: 0.81, 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 #109570 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 112 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.42 |
| HSL | 163.31º | 0.81% | 0.32% | - |
| HSV(B) | 163.31º | 0.89% | 0.58% | - |
| XYZ | 13.89 | 22.77 | 18.99 | - |
| YUV | 105.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 112 | 0.89 | 0 | 0.25 | 0.42 | 163.31 | 0.81 | 0.32 |
| Hex | 10 | 95 | 70 | 59 | 0 | 19 | 2A | A3 | 51 | 20 |
| Octal | 20 | 225 | 160 | 131 | 0 | 31 | 52 | 243 | 121 | 40 |
| Binary | 10000 | 10010101 | 1110000 | 1011001 | 0 | 11001 | 101010 | 10100011 | 1010001 | 100000 |
Color Harmonies of #109570
Complementary color
Monochromatic Colors of #109570
Black with #109570
Text Example
Text Example
White with #109570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109570; }
p { color: rgb(16,149,112); }
H1.HeaderClassName
{
color: #109570;
}
.AnyTagClassName
{
color: #109570;
}
</style>
background-color css
<style>
a { background-color: #109570; }
a { background-color: rgb(16,149,112); }
div.DivClassName
{
background-color: #109570;
}
.BgClassName
{
background-color: #109570;
}
</style>
border-color css
<style>
span { border-color: #109570; }
span { border-color: rgb(16,149,112); }
td.TdClassName
{
border-color: #109570;
}
.TagClassName
{
border-color: #109570;
}
</style>