Shades of Malachite #20EA6D
Tints of Malachite #20EA6D
RGB
CMYK
RGB Variations
Color information
#20EA6D (or 0x20EA6D) is known color: Malachite. HEX triplet: 20, EA and 6D. RGB value is (32,234,109). Sum of RGB (Red+Green+Blue) = 32+234+109=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #20EA6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EA6D is #DF1592. Grayscale: #9F9F9F. Windows color (decimal): -14620051 or 7203360. OLE color: 7203360.
HSL color Cylindrical-coordinate representation of color #20EA6D: hue angle of 142.87º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EA6D is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 109 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.08 |
| HSL | 142.87º | 0.83% | 0.52% | - |
| HSV(B) | 142.87º | 0.86% | 0.92% | - |
| XYZ | 32.78 | 60.26 | 24.37 | - |
| YUV | 159.35 | 99.58 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 109 | 0.86 | 0 | 0.53 | 0.08 | 142.87 | 0.83 | 0.52 |
| Hex | 20 | EA | 6D | 56 | 0 | 35 | 8 | 8F | 53 | 34 |
| Octal | 40 | 352 | 155 | 126 | 0 | 65 | 10 | 217 | 123 | 64 |
| Binary | 100000 | 11101010 | 1101101 | 1010110 | 0 | 110101 | 1000 | 10001111 | 1010011 | 110100 |
Color Harmonies of #20EA6D
Complementary color
Monochromatic Colors of #20EA6D
Black with #20EA6D
Text Example
Text Example
White with #20EA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EA6D; }
p { color: rgb(32,234,109); }
H1.HeaderClassName
{
color: #20EA6D;
}
.AnyTagClassName
{
color: #20EA6D;
}
</style>
background-color css
<style>
a { background-color: #20EA6D; }
a { background-color: rgb(32,234,109); }
div.DivClassName
{
background-color: #20EA6D;
}
.BgClassName
{
background-color: #20EA6D;
}
</style>
border-color css
<style>
span { border-color: #20EA6D; }
span { border-color: rgb(32,234,109); }
td.TdClassName
{
border-color: #20EA6D;
}
.TagClassName
{
border-color: #20EA6D;
}
</style>