Shades of Malachite #20E26A
Tints of Malachite #20E26A
RGB
CMYK
RGB Variations
Color information
#20E26A (or 0x20E26A) is known color: Malachite. HEX triplet: 20, E2 and 6A. RGB value is (32,226,106). Sum of RGB (Red+Green+Blue) = 32+226+106=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #20E26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E26A is #DF1D95. Grayscale: #9A9A9A. Windows color (decimal): -14622102 or 7004704. OLE color: 7004704.
HSL color Cylindrical-coordinate representation of color #20E26A: hue angle of 142.89º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E26A is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 226 | 106 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.11 |
| HSL | 142.89º | 0.77% | 0.51% | - |
| HSV(B) | 142.89º | 0.86% | 0.89% | - |
| XYZ | 30.39 | 55.74 | 22.79 | - |
| YUV | 154.31 | 100.73 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 226 | 106 | 0.86 | 0 | 0.53 | 0.11 | 142.89 | 0.77 | 0.51 |
| Hex | 20 | E2 | 6A | 56 | 0 | 35 | B | 8F | 4D | 33 |
| Octal | 40 | 342 | 152 | 126 | 0 | 65 | 13 | 217 | 115 | 63 |
| Binary | 100000 | 11100010 | 1101010 | 1010110 | 0 | 110101 | 1011 | 10001111 | 1001101 | 110011 |
Color Harmonies of #20E26A
Complementary color
Monochromatic Colors of #20E26A
Black with #20E26A
Text Example
Text Example
White with #20E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E26A; }
p { color: rgb(32,226,106); }
H1.HeaderClassName
{
color: #20E26A;
}
.AnyTagClassName
{
color: #20E26A;
}
</style>
background-color css
<style>
a { background-color: #20E26A; }
a { background-color: rgb(32,226,106); }
div.DivClassName
{
background-color: #20E26A;
}
.BgClassName
{
background-color: #20E26A;
}
</style>
border-color css
<style>
span { border-color: #20E26A; }
span { border-color: rgb(32,226,106); }
td.TdClassName
{
border-color: #20E26A;
}
.TagClassName
{
border-color: #20E26A;
}
</style>