Shades of Malachite #20C05A
Tints of Malachite #20C05A
RGB
CMYK
RGB Variations
Color information
#20C05A (or 0x20C05A) is known color: Malachite. HEX triplet: 20, C0 and 5A. RGB value is (32,192,90). Sum of RGB (Red+Green+Blue) = 32+192+90=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #20C05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C05A is #DF3FA5. Grayscale: #848484. Windows color (decimal): -14630822 or 5947424. OLE color: 5947424.
HSL color Cylindrical-coordinate representation of color #20C05A: hue angle of 141.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C05A is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 90 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.25 |
| HSL | 141.75º | 0.71% | 0.44% | - |
| HSV(B) | 141.75º | 0.83% | 0.75% | - |
| XYZ | 21.29 | 38.74 | 16.03 | - |
| YUV | 132.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 90 | 0.83 | 0 | 0.53 | 0.25 | 141.75 | 0.71 | 0.44 |
| Hex | 20 | C0 | 5A | 53 | 0 | 35 | 19 | 8E | 47 | 2C |
| Octal | 40 | 300 | 132 | 123 | 0 | 65 | 31 | 216 | 107 | 54 |
| Binary | 100000 | 11000000 | 1011010 | 1010011 | 0 | 110101 | 11001 | 10001110 | 1000111 | 101100 |
Color Harmonies of #20C05A
Complementary color
Monochromatic Colors of #20C05A
Black with #20C05A
Text Example
Text Example
White with #20C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C05A; }
p { color: rgb(32,192,90); }
H1.HeaderClassName
{
color: #20C05A;
}
.AnyTagClassName
{
color: #20C05A;
}
</style>
background-color css
<style>
a { background-color: #20C05A; }
a { background-color: rgb(32,192,90); }
div.DivClassName
{
background-color: #20C05A;
}
.BgClassName
{
background-color: #20C05A;
}
</style>
border-color css
<style>
span { border-color: #20C05A; }
span { border-color: rgb(32,192,90); }
td.TdClassName
{
border-color: #20C05A;
}
.TagClassName
{
border-color: #20C05A;
}
</style>