Shades of Elf Green #20967E
Tints of Elf Green #20967E
RGB
CMYK
RGB Variations
Color information
#20967E (or 0x20967E) is known color: Elf Green. HEX triplet: 20, 96 and 7E. RGB value is (32,150,126). Sum of RGB (Red+Green+Blue) = 32+150+126=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #20967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20967E is #DF6981. Grayscale: #6F6F6F. Windows color (decimal): -14641538 or 8295968. OLE color: 8295968.
HSL color Cylindrical-coordinate representation of color #20967E: hue angle of 167.8º 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 #20967E is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 126 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.41 |
| HSL | 167.8º | 0.65% | 0.36% | - |
| HSV(B) | 167.8º | 0.79% | 0.59% | - |
| XYZ | 15.27 | 23.63 | 23.49 | - |
| YUV | 111.98 | 135.91 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 126 | 0.79 | 0 | 0.16 | 0.41 | 167.8 | 0.65 | 0.36 |
| Hex | 20 | 96 | 7E | 4F | 0 | 10 | 29 | A8 | 41 | 24 |
| Octal | 40 | 226 | 176 | 117 | 0 | 20 | 51 | 250 | 101 | 44 |
| Binary | 100000 | 10010110 | 1111110 | 1001111 | 0 | 10000 | 101001 | 10101000 | 1000001 | 100100 |
Color Harmonies of #20967E
Complementary color
Monochromatic Colors of #20967E
Black with #20967E
Text Example
Text Example
White with #20967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20967E; }
p { color: rgb(32,150,126); }
H1.HeaderClassName
{
color: #20967E;
}
.AnyTagClassName
{
color: #20967E;
}
</style>
background-color css
<style>
a { background-color: #20967E; }
a { background-color: rgb(32,150,126); }
div.DivClassName
{
background-color: #20967E;
}
.BgClassName
{
background-color: #20967E;
}
</style>
border-color css
<style>
span { border-color: #20967E; }
span { border-color: rgb(32,150,126); }
td.TdClassName
{
border-color: #20967E;
}
.TagClassName
{
border-color: #20967E;
}
</style>