Shades of Elf Green #20977B
Tints of Elf Green #20977B
RGB
CMYK
RGB Variations
Color information
#20977B (or 0x20977B) is known color: Elf Green. HEX triplet: 20, 97 and 7B. RGB value is (32,151,123). Sum of RGB (Red+Green+Blue) = 32+151+123=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #20977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20977B is #DF6884. Grayscale: #707070. Windows color (decimal): -14641285 or 8099616. OLE color: 8099616.
HSL color Cylindrical-coordinate representation of color #20977B: hue angle of 165.88º 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 #20977B is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 123 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.41 |
| HSL | 165.88º | 0.65% | 0.36% | - |
| HSV(B) | 165.88º | 0.79% | 0.59% | - |
| XYZ | 15.24 | 23.87 | 22.54 | - |
| YUV | 112.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 123 | 0.79 | 0 | 0.19 | 0.41 | 165.88 | 0.65 | 0.36 |
| Hex | 20 | 97 | 7B | 4F | 0 | 13 | 29 | A6 | 41 | 24 |
| Octal | 40 | 227 | 173 | 117 | 0 | 23 | 51 | 246 | 101 | 44 |
| Binary | 100000 | 10010111 | 1111011 | 1001111 | 0 | 10011 | 101001 | 10100110 | 1000001 | 100100 |
Color Harmonies of #20977B
Complementary color
Monochromatic Colors of #20977B
Black with #20977B
Text Example
Text Example
White with #20977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20977B; }
p { color: rgb(32,151,123); }
H1.HeaderClassName
{
color: #20977B;
}
.AnyTagClassName
{
color: #20977B;
}
</style>
background-color css
<style>
a { background-color: #20977B; }
a { background-color: rgb(32,151,123); }
div.DivClassName
{
background-color: #20977B;
}
.BgClassName
{
background-color: #20977B;
}
</style>
border-color css
<style>
span { border-color: #20977B; }
span { border-color: rgb(32,151,123); }
td.TdClassName
{
border-color: #20977B;
}
.TagClassName
{
border-color: #20977B;
}
</style>