Shades of Elf Green #20996B
Tints of Elf Green #20996B
RGB
CMYK
RGB Variations
Color information
#20996B (or 0x20996B) is known color: Elf Green. HEX triplet: 20, 99 and 6B. RGB value is (32,153,107). Sum of RGB (Red+Green+Blue) = 32+153+107=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #20996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20996B is #DF6694. Grayscale: #6F6F6F. Windows color (decimal): -14640789 or 7051552. OLE color: 7051552.
HSL color Cylindrical-coordinate representation of color #20996B: hue angle of 157.19º 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 #20996B is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 107 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.4 |
| HSL | 157.19º | 0.65% | 0.36% | - |
| HSV(B) | 157.19º | 0.79% | 0.6% | - |
| XYZ | 14.64 | 24.15 | 17.8 | - |
| YUV | 111.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 107 | 0.79 | 0 | 0.30 | 0.4 | 157.19 | 0.65 | 0.36 |
| Hex | 20 | 99 | 6B | 4F | 0 | 1E | 28 | 9D | 41 | 24 |
| Octal | 40 | 231 | 153 | 117 | 0 | 36 | 50 | 235 | 101 | 44 |
| Binary | 100000 | 10011001 | 1101011 | 1001111 | 0 | 11110 | 101000 | 10011101 | 1000001 | 100100 |
Color Harmonies of #20996B
Complementary color
Monochromatic Colors of #20996B
Black with #20996B
Text Example
Text Example
White with #20996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20996B; }
p { color: rgb(32,153,107); }
H1.HeaderClassName
{
color: #20996B;
}
.AnyTagClassName
{
color: #20996B;
}
</style>
background-color css
<style>
a { background-color: #20996B; }
a { background-color: rgb(32,153,107); }
div.DivClassName
{
background-color: #20996B;
}
.BgClassName
{
background-color: #20996B;
}
</style>
border-color css
<style>
span { border-color: #20996B; }
span { border-color: rgb(32,153,107); }
td.TdClassName
{
border-color: #20996B;
}
.TagClassName
{
border-color: #20996B;
}
</style>