Shades of Elf Green #20917C
Tints of Elf Green #20917C
RGB
CMYK
RGB Variations
Color information
#20917C (or 0x20917C) is known color: Elf Green. HEX triplet: 20, 91 and 7C. RGB value is (32,145,124). Sum of RGB (Red+Green+Blue) = 32+145+124=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #20917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20917C is #DF6E83. Grayscale: #6C6C6C. Windows color (decimal): -14642820 or 8163616. OLE color: 8163616.
HSL color Cylindrical-coordinate representation of color #20917C: hue angle of 168.85º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20917C is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 124 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.43 |
| HSL | 168.85º | 0.64% | 0.35% | - |
| HSV(B) | 168.85º | 0.78% | 0.57% | - |
| XYZ | 14.36 | 22.01 | 22.56 | - |
| YUV | 108.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 124 | 0.78 | 0 | 0.14 | 0.43 | 168.85 | 0.64 | 0.35 |
| Hex | 20 | 91 | 7C | 4E | 0 | E | 2B | A9 | 40 | 23 |
| Octal | 40 | 221 | 174 | 116 | 0 | 16 | 53 | 251 | 100 | 43 |
| Binary | 100000 | 10010001 | 1111100 | 1001110 | 0 | 1110 | 101011 | 10101001 | 1000000 | 100011 |
Color Harmonies of #20917C
Complementary color
Monochromatic Colors of #20917C
Black with #20917C
Text Example
Text Example
White with #20917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20917C; }
p { color: rgb(32,145,124); }
H1.HeaderClassName
{
color: #20917C;
}
.AnyTagClassName
{
color: #20917C;
}
</style>
background-color css
<style>
a { background-color: #20917C; }
a { background-color: rgb(32,145,124); }
div.DivClassName
{
background-color: #20917C;
}
.BgClassName
{
background-color: #20917C;
}
</style>
border-color css
<style>
span { border-color: #20917C; }
span { border-color: rgb(32,145,124); }
td.TdClassName
{
border-color: #20917C;
}
.TagClassName
{
border-color: #20917C;
}
</style>