Shades of Malachite #20C24C
Tints of Malachite #20C24C
RGB
CMYK
RGB Variations
Color information
#20C24C (or 0x20C24C) is known color: Malachite. HEX triplet: 20, C2 and 4C. RGB value is (32,194,76). Sum of RGB (Red+Green+Blue) = 32+194+76=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #20C24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C24C is #DF3DB3. Grayscale: #848484. Windows color (decimal): -14630324 or 5030432. OLE color: 5030432.
HSL color Cylindrical-coordinate representation of color #20C24C: hue angle of 136.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C24C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 76 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.24 |
| HSL | 136.3º | 0.72% | 0.44% | - |
| HSV(B) | 136.3º | 0.84% | 0.76% | - |
| XYZ | 21.19 | 39.41 | 13.33 | - |
| YUV | 132.11 | 96.33 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 76 | 0.84 | 0 | 0.61 | 0.24 | 136.3 | 0.72 | 0.44 |
| Hex | 20 | C2 | 4C | 54 | 0 | 3D | 18 | 88 | 48 | 2C |
| Octal | 40 | 302 | 114 | 124 | 0 | 75 | 30 | 210 | 110 | 54 |
| Binary | 100000 | 11000010 | 1001100 | 1010100 | 0 | 111101 | 11000 | 10001000 | 1001000 | 101100 |
Color Harmonies of #20C24C
Complementary color
Monochromatic Colors of #20C24C
Black with #20C24C
Text Example
Text Example
White with #20C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C24C; }
p { color: rgb(32,194,76); }
H1.HeaderClassName
{
color: #20C24C;
}
.AnyTagClassName
{
color: #20C24C;
}
</style>
background-color css
<style>
a { background-color: #20C24C; }
a { background-color: rgb(32,194,76); }
div.DivClassName
{
background-color: #20C24C;
}
.BgClassName
{
background-color: #20C24C;
}
</style>
border-color css
<style>
span { border-color: #20C24C; }
span { border-color: rgb(32,194,76); }
td.TdClassName
{
border-color: #20C24C;
}
.TagClassName
{
border-color: #20C24C;
}
</style>