Shades of Elf Green #20966B
Tints of Elf Green #20966B
RGB
CMYK
RGB Variations
Color information
#20966B (or 0x20966B) is known color: Elf Green. HEX triplet: 20, 96 and 6B. RGB value is (32,150,107). Sum of RGB (Red+Green+Blue) = 32+150+107=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #20966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20966B is #DF6994. Grayscale: #6D6D6D. Windows color (decimal): -14641557 or 7050784. OLE color: 7050784.
HSL color Cylindrical-coordinate representation of color #20966B: hue angle of 158.14º 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 #20966B is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 107 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.41 |
| HSL | 158.14º | 0.65% | 0.36% | - |
| HSV(B) | 158.14º | 0.79% | 0.59% | - |
| XYZ | 14.16 | 23.18 | 17.64 | - |
| YUV | 109.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 107 | 0.79 | 0 | 0.29 | 0.41 | 158.14 | 0.65 | 0.36 |
| Hex | 20 | 96 | 6B | 4F | 0 | 1D | 29 | 9E | 41 | 24 |
| Octal | 40 | 226 | 153 | 117 | 0 | 35 | 51 | 236 | 101 | 44 |
| Binary | 100000 | 10010110 | 1101011 | 1001111 | 0 | 11101 | 101001 | 10011110 | 1000001 | 100100 |
Color Harmonies of #20966B
Complementary color
Monochromatic Colors of #20966B
Black with #20966B
Text Example
Text Example
White with #20966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20966B; }
p { color: rgb(32,150,107); }
H1.HeaderClassName
{
color: #20966B;
}
.AnyTagClassName
{
color: #20966B;
}
</style>
background-color css
<style>
a { background-color: #20966B; }
a { background-color: rgb(32,150,107); }
div.DivClassName
{
background-color: #20966B;
}
.BgClassName
{
background-color: #20966B;
}
</style>
border-color css
<style>
span { border-color: #20966B; }
span { border-color: rgb(32,150,107); }
td.TdClassName
{
border-color: #20966B;
}
.TagClassName
{
border-color: #20966B;
}
</style>