Shades of Malachite #20D04A
Tints of Malachite #20D04A
RGB
CMYK
RGB Variations
Color information
#20D04A (or 0x20D04A) is known color: Malachite. HEX triplet: 20, D0 and 4A. RGB value is (32,208,74). Sum of RGB (Red+Green+Blue) = 32+208+74=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #20D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D04A is #DF2FB5. Grayscale: #8C8C8C. Windows color (decimal): -14626742 or 4902944. OLE color: 4902944.
HSL color Cylindrical-coordinate representation of color #20D04A: hue angle of 134.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D04A is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 74 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.18 |
| HSL | 134.32º | 0.73% | 0.47% | - |
| HSV(B) | 134.32º | 0.85% | 0.82% | - |
| XYZ | 24.39 | 45.91 | 14.06 | - |
| YUV | 140.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 74 | 0.85 | 0 | 0.64 | 0.18 | 134.32 | 0.73 | 0.47 |
| Hex | 20 | D0 | 4A | 55 | 0 | 40 | 12 | 86 | 49 | 2F |
| Octal | 40 | 320 | 112 | 125 | 0 | 100 | 22 | 206 | 111 | 57 |
| Binary | 100000 | 11010000 | 1001010 | 1010101 | 0 | 1000000 | 10010 | 10000110 | 1001001 | 101111 |
Color Harmonies of #20D04A
Complementary color
Monochromatic Colors of #20D04A
Black with #20D04A
Text Example
Text Example
White with #20D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D04A; }
p { color: rgb(32,208,74); }
H1.HeaderClassName
{
color: #20D04A;
}
.AnyTagClassName
{
color: #20D04A;
}
</style>
background-color css
<style>
a { background-color: #20D04A; }
a { background-color: rgb(32,208,74); }
div.DivClassName
{
background-color: #20D04A;
}
.BgClassName
{
background-color: #20D04A;
}
</style>
border-color css
<style>
span { border-color: #20D04A; }
span { border-color: rgb(32,208,74); }
td.TdClassName
{
border-color: #20D04A;
}
.TagClassName
{
border-color: #20D04A;
}
</style>