Shades of Elf Green #209870
Tints of Elf Green #209870
RGB
CMYK
RGB Variations
Color information
#209870 (or 0x209870) is known color: Elf Green. HEX triplet: 20, 98 and 70. RGB value is (32,152,112). Sum of RGB (Red+Green+Blue) = 32+152+112=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #209870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209870 is #DF678F. Grayscale: #6F6F6F. Windows color (decimal): -14641040 or 7378976. OLE color: 7378976.
HSL color Cylindrical-coordinate representation of color #209870: hue angle of 160º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209870 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 112 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.40 |
| HSL | 160º | 0.65% | 0.36% | - |
| HSV(B) | 160º | 0.79% | 0.6% | - |
| XYZ | 14.75 | 23.93 | 19.17 | - |
| YUV | 111.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 112 | 0.79 | 0 | 0.26 | 0.40 | 160 | 0.65 | 0.36 |
| Hex | 20 | 98 | 70 | 4F | 0 | 1A | 28 | A0 | 41 | 24 |
| Octal | 40 | 230 | 160 | 117 | 0 | 32 | 50 | 240 | 101 | 44 |
| Binary | 100000 | 10011000 | 1110000 | 1001111 | 0 | 11010 | 101000 | 10100000 | 1000001 | 100100 |
Color Harmonies of #209870
Complementary color
Monochromatic Colors of #209870
Black with #209870
Text Example
Text Example
White with #209870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209870; }
p { color: rgb(32,152,112); }
H1.HeaderClassName
{
color: #209870;
}
.AnyTagClassName
{
color: #209870;
}
</style>
background-color css
<style>
a { background-color: #209870; }
a { background-color: rgb(32,152,112); }
div.DivClassName
{
background-color: #209870;
}
.BgClassName
{
background-color: #209870;
}
</style>
border-color css
<style>
span { border-color: #209870; }
span { border-color: rgb(32,152,112); }
td.TdClassName
{
border-color: #209870;
}
.TagClassName
{
border-color: #209870;
}
</style>