Shades of Elf Green #20966D
Tints of Elf Green #20966D
RGB
CMYK
RGB Variations
Color information
#20966D (or 0x20966D) is known color: Elf Green. HEX triplet: 20, 96 and 6D. RGB value is (32,150,109). Sum of RGB (Red+Green+Blue) = 32+150+109=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #20966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20966D is #DF6992. Grayscale: #6E6E6E. Windows color (decimal): -14641555 or 7181856. OLE color: 7181856.
HSL color Cylindrical-coordinate representation of color #20966D: hue angle of 159.15º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20966D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 109 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.41 |
| HSL | 159.15º | 0.65% | 0.36% | - |
| HSV(B) | 159.15º | 0.79% | 0.59% | - |
| XYZ | 14.26 | 23.22 | 18.2 | - |
| YUV | 110.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 109 | 0.79 | 0 | 0.27 | 0.41 | 159.15 | 0.65 | 0.36 |
| Hex | 20 | 96 | 6D | 4F | 0 | 1B | 29 | 9F | 41 | 24 |
| Octal | 40 | 226 | 155 | 117 | 0 | 33 | 51 | 237 | 101 | 44 |
| Binary | 100000 | 10010110 | 1101101 | 1001111 | 0 | 11011 | 101001 | 10011111 | 1000001 | 100100 |
Color Harmonies of #20966D
Complementary color
Monochromatic Colors of #20966D
Black with #20966D
Text Example
Text Example
White with #20966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20966D; }
p { color: rgb(32,150,109); }
H1.HeaderClassName
{
color: #20966D;
}
.AnyTagClassName
{
color: #20966D;
}
</style>
background-color css
<style>
a { background-color: #20966D; }
a { background-color: rgb(32,150,109); }
div.DivClassName
{
background-color: #20966D;
}
.BgClassName
{
background-color: #20966D;
}
</style>
border-color css
<style>
span { border-color: #20966D; }
span { border-color: rgb(32,150,109); }
td.TdClassName
{
border-color: #20966D;
}
.TagClassName
{
border-color: #20966D;
}
</style>