Shades of Elf Green #20977C
Tints of Elf Green #20977C
RGB
CMYK
RGB Variations
Color information
#20977C (or 0x20977C) is known color: Elf Green. HEX triplet: 20, 97 and 7C. RGB value is (32,151,124). Sum of RGB (Red+Green+Blue) = 32+151+124=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #20977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20977C is #DF6883. Grayscale: #707070. Windows color (decimal): -14641284 or 8165152. OLE color: 8165152.
HSL color Cylindrical-coordinate representation of color #20977C: hue angle of 166.39º 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 #20977C is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 124 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.41 |
| HSL | 166.39º | 0.65% | 0.36% | - |
| HSV(B) | 166.39º | 0.79% | 0.59% | - |
| XYZ | 15.3 | 23.9 | 22.87 | - |
| YUV | 112.34 | 134.58 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 124 | 0.79 | 0 | 0.18 | 0.41 | 166.39 | 0.65 | 0.36 |
| Hex | 20 | 97 | 7C | 4F | 0 | 12 | 29 | A6 | 41 | 24 |
| Octal | 40 | 227 | 174 | 117 | 0 | 22 | 51 | 246 | 101 | 44 |
| Binary | 100000 | 10010111 | 1111100 | 1001111 | 0 | 10010 | 101001 | 10100110 | 1000001 | 100100 |
Color Harmonies of #20977C
Complementary color
Monochromatic Colors of #20977C
Black with #20977C
Text Example
Text Example
White with #20977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20977C; }
p { color: rgb(32,151,124); }
H1.HeaderClassName
{
color: #20977C;
}
.AnyTagClassName
{
color: #20977C;
}
</style>
background-color css
<style>
a { background-color: #20977C; }
a { background-color: rgb(32,151,124); }
div.DivClassName
{
background-color: #20977C;
}
.BgClassName
{
background-color: #20977C;
}
</style>
border-color css
<style>
span { border-color: #20977C; }
span { border-color: rgb(32,151,124); }
td.TdClassName
{
border-color: #20977C;
}
.TagClassName
{
border-color: #20977C;
}
</style>