Shades of Elf Green #20986C
Tints of Elf Green #20986C
RGB
CMYK
RGB Variations
Color information
#20986C (or 0x20986C) is known color: Elf Green. HEX triplet: 20, 98 and 6C. RGB value is (32,152,108). Sum of RGB (Red+Green+Blue) = 32+152+108=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #20986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20986C is #DF6793. Grayscale: #6F6F6F. Windows color (decimal): -14641044 or 7116832. OLE color: 7116832.
HSL color Cylindrical-coordinate representation of color #20986C: hue angle of 158º 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 #20986C is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 108 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.40 |
| HSL | 158º | 0.65% | 0.36% | - |
| HSV(B) | 158º | 0.79% | 0.6% | - |
| XYZ | 14.53 | 23.85 | 18.02 | - |
| YUV | 111.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 108 | 0.79 | 0 | 0.29 | 0.40 | 158 | 0.65 | 0.36 |
| Hex | 20 | 98 | 6C | 4F | 0 | 1D | 28 | 9E | 41 | 24 |
| Octal | 40 | 230 | 154 | 117 | 0 | 35 | 50 | 236 | 101 | 44 |
| Binary | 100000 | 10011000 | 1101100 | 1001111 | 0 | 11101 | 101000 | 10011110 | 1000001 | 100100 |
Color Harmonies of #20986C
Complementary color
Monochromatic Colors of #20986C
Black with #20986C
Text Example
Text Example
White with #20986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20986C; }
p { color: rgb(32,152,108); }
H1.HeaderClassName
{
color: #20986C;
}
.AnyTagClassName
{
color: #20986C;
}
</style>
background-color css
<style>
a { background-color: #20986C; }
a { background-color: rgb(32,152,108); }
div.DivClassName
{
background-color: #20986C;
}
.BgClassName
{
background-color: #20986C;
}
</style>
border-color css
<style>
span { border-color: #20986C; }
span { border-color: rgb(32,152,108); }
td.TdClassName
{
border-color: #20986C;
}
.TagClassName
{
border-color: #20986C;
}
</style>