Shades of Malachite #20C54A
Tints of Malachite #20C54A
RGB
CMYK
RGB Variations
Color information
#20C54A (or 0x20C54A) is known color: Malachite. HEX triplet: 20, C5 and 4A. RGB value is (32,197,74). Sum of RGB (Red+Green+Blue) = 32+197+74=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #20C54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C54A is #DF3AB5. Grayscale: #858585. Windows color (decimal): -14629558 or 4900128. OLE color: 4900128.
HSL color Cylindrical-coordinate representation of color #20C54A: hue angle of 135.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C54A is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 74 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.23 |
| HSL | 135.27º | 0.72% | 0.45% | - |
| HSV(B) | 135.27º | 0.84% | 0.77% | - |
| XYZ | 21.8 | 40.73 | 13.19 | - |
| YUV | 133.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 74 | 0.84 | 0 | 0.62 | 0.23 | 135.27 | 0.72 | 0.45 |
| Hex | 20 | C5 | 4A | 54 | 0 | 3E | 17 | 87 | 48 | 2D |
| Octal | 40 | 305 | 112 | 124 | 0 | 76 | 27 | 207 | 110 | 55 |
| Binary | 100000 | 11000101 | 1001010 | 1010100 | 0 | 111110 | 10111 | 10000111 | 1001000 | 101101 |
Color Harmonies of #20C54A
Complementary color
Monochromatic Colors of #20C54A
Black with #20C54A
Text Example
Text Example
White with #20C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C54A; }
p { color: rgb(32,197,74); }
H1.HeaderClassName
{
color: #20C54A;
}
.AnyTagClassName
{
color: #20C54A;
}
</style>
background-color css
<style>
a { background-color: #20C54A; }
a { background-color: rgb(32,197,74); }
div.DivClassName
{
background-color: #20C54A;
}
.BgClassName
{
background-color: #20C54A;
}
</style>
border-color css
<style>
span { border-color: #20C54A; }
span { border-color: rgb(32,197,74); }
td.TdClassName
{
border-color: #20C54A;
}
.TagClassName
{
border-color: #20C54A;
}
</style>