Shades of Elf Green #20916C
Tints of Elf Green #20916C
RGB
CMYK
RGB Variations
Color information
#20916C (or 0x20916C) is known color: Elf Green. HEX triplet: 20, 91 and 6C. RGB value is (32,145,108). Sum of RGB (Red+Green+Blue) = 32+145+108=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #20916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20916C is #DF6E93. Grayscale: #6B6B6B. Windows color (decimal): -14642836 or 7115040. OLE color: 7115040.
HSL color Cylindrical-coordinate representation of color #20916C: hue angle of 160.35º 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 #20916C is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 108 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.43 |
| HSL | 160.35º | 0.64% | 0.35% | - |
| HSV(B) | 160.35º | 0.78% | 0.57% | - |
| XYZ | 13.43 | 21.64 | 17.66 | - |
| YUV | 107 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 108 | 0.78 | 0 | 0.26 | 0.43 | 160.35 | 0.64 | 0.35 |
| Hex | 20 | 91 | 6C | 4E | 0 | 1A | 2B | A0 | 40 | 23 |
| Octal | 40 | 221 | 154 | 116 | 0 | 32 | 53 | 240 | 100 | 43 |
| Binary | 100000 | 10010001 | 1101100 | 1001110 | 0 | 11010 | 101011 | 10100000 | 1000000 | 100011 |
Color Harmonies of #20916C
Complementary color
Monochromatic Colors of #20916C
Black with #20916C
Text Example
Text Example
White with #20916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20916C; }
p { color: rgb(32,145,108); }
H1.HeaderClassName
{
color: #20916C;
}
.AnyTagClassName
{
color: #20916C;
}
</style>
background-color css
<style>
a { background-color: #20916C; }
a { background-color: rgb(32,145,108); }
div.DivClassName
{
background-color: #20916C;
}
.BgClassName
{
background-color: #20916C;
}
</style>
border-color css
<style>
span { border-color: #20916C; }
span { border-color: rgb(32,145,108); }
td.TdClassName
{
border-color: #20916C;
}
.TagClassName
{
border-color: #20916C;
}
</style>