Shades of Elf Green #20906D
Tints of Elf Green #20906D
RGB
CMYK
RGB Variations
Color information
#20906D (or 0x20906D) is known color: Elf Green. HEX triplet: 20, 90 and 6D. RGB value is (32,144,109). Sum of RGB (Red+Green+Blue) = 32+144+109=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #20906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20906D is #DF6F92. Grayscale: #6A6A6A. Windows color (decimal): -14643091 or 7180320. OLE color: 7180320.
HSL color Cylindrical-coordinate representation of color #20906D: hue angle of 161.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20906D is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 109 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.44 |
| HSL | 161.25º | 0.64% | 0.35% | - |
| HSV(B) | 161.25º | 0.78% | 0.56% | - |
| XYZ | 13.33 | 21.36 | 17.89 | - |
| YUV | 106.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 109 | 0.78 | 0 | 0.24 | 0.44 | 161.25 | 0.64 | 0.35 |
| Hex | 20 | 90 | 6D | 4E | 0 | 18 | 2C | A1 | 40 | 23 |
| Octal | 40 | 220 | 155 | 116 | 0 | 30 | 54 | 241 | 100 | 43 |
| Binary | 100000 | 10010000 | 1101101 | 1001110 | 0 | 11000 | 101100 | 10100001 | 1000000 | 100011 |
Color Harmonies of #20906D
Complementary color
Monochromatic Colors of #20906D
Black with #20906D
Text Example
Text Example
White with #20906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20906D; }
p { color: rgb(32,144,109); }
H1.HeaderClassName
{
color: #20906D;
}
.AnyTagClassName
{
color: #20906D;
}
</style>
background-color css
<style>
a { background-color: #20906D; }
a { background-color: rgb(32,144,109); }
div.DivClassName
{
background-color: #20906D;
}
.BgClassName
{
background-color: #20906D;
}
</style>
border-color css
<style>
span { border-color: #20906D; }
span { border-color: rgb(32,144,109); }
td.TdClassName
{
border-color: #20906D;
}
.TagClassName
{
border-color: #20906D;
}
</style>