Shades of Elf Green #20917A
Tints of Elf Green #20917A
RGB
CMYK
RGB Variations
Color information
#20917A (or 0x20917A) is known color: Elf Green. HEX triplet: 20, 91 and 7A. RGB value is (32,145,122). Sum of RGB (Red+Green+Blue) = 32+145+122=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #20917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20917A is #DF6E85. Grayscale: #6C6C6C. Windows color (decimal): -14642822 or 8032544. OLE color: 8032544.
HSL color Cylindrical-coordinate representation of color #20917A: hue angle of 167.79º 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 #20917A is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 122 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.43 |
| HSL | 167.79º | 0.64% | 0.35% | - |
| HSV(B) | 167.79º | 0.78% | 0.57% | - |
| XYZ | 14.23 | 21.96 | 21.9 | - |
| YUV | 108.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 122 | 0.78 | 0 | 0.16 | 0.43 | 167.79 | 0.64 | 0.35 |
| Hex | 20 | 91 | 7A | 4E | 0 | 10 | 2B | A8 | 40 | 23 |
| Octal | 40 | 221 | 172 | 116 | 0 | 20 | 53 | 250 | 100 | 43 |
| Binary | 100000 | 10010001 | 1111010 | 1001110 | 0 | 10000 | 101011 | 10101000 | 1000000 | 100011 |
Color Harmonies of #20917A
Complementary color
Monochromatic Colors of #20917A
Black with #20917A
Text Example
Text Example
White with #20917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20917A; }
p { color: rgb(32,145,122); }
H1.HeaderClassName
{
color: #20917A;
}
.AnyTagClassName
{
color: #20917A;
}
</style>
background-color css
<style>
a { background-color: #20917A; }
a { background-color: rgb(32,145,122); }
div.DivClassName
{
background-color: #20917A;
}
.BgClassName
{
background-color: #20917A;
}
</style>
border-color css
<style>
span { border-color: #20917A; }
span { border-color: rgb(32,145,122); }
td.TdClassName
{
border-color: #20917A;
}
.TagClassName
{
border-color: #20917A;
}
</style>