Shades of Elf Green #20987C
Tints of Elf Green #20987C
RGB
CMYK
RGB Variations
Color information
#20987C (or 0x20987C) is known color: Elf Green. HEX triplet: 20, 98 and 7C. RGB value is (32,152,124). Sum of RGB (Red+Green+Blue) = 32+152+124=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #20987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20987C is #DF6783. Grayscale: #707070. Windows color (decimal): -14641028 or 8165408. OLE color: 8165408.
HSL color Cylindrical-coordinate representation of color #20987C: hue angle of 166º 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 #20987C is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 124 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.40 |
| HSL | 166º | 0.65% | 0.36% | - |
| HSV(B) | 166º | 0.79% | 0.6% | - |
| XYZ | 15.46 | 24.22 | 22.93 | - |
| YUV | 112.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 124 | 0.79 | 0 | 0.18 | 0.40 | 166 | 0.65 | 0.36 |
| Hex | 20 | 98 | 7C | 4F | 0 | 12 | 28 | A6 | 41 | 24 |
| Octal | 40 | 230 | 174 | 117 | 0 | 22 | 50 | 246 | 101 | 44 |
| Binary | 100000 | 10011000 | 1111100 | 1001111 | 0 | 10010 | 101000 | 10100110 | 1000001 | 100100 |
Color Harmonies of #20987C
Complementary color
Monochromatic Colors of #20987C
Black with #20987C
Text Example
Text Example
White with #20987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20987C; }
p { color: rgb(32,152,124); }
H1.HeaderClassName
{
color: #20987C;
}
.AnyTagClassName
{
color: #20987C;
}
</style>
background-color css
<style>
a { background-color: #20987C; }
a { background-color: rgb(32,152,124); }
div.DivClassName
{
background-color: #20987C;
}
.BgClassName
{
background-color: #20987C;
}
</style>
border-color css
<style>
span { border-color: #20987C; }
span { border-color: rgb(32,152,124); }
td.TdClassName
{
border-color: #20987C;
}
.TagClassName
{
border-color: #20987C;
}
</style>