Shades of Malachite #20C154
Tints of Malachite #20C154
RGB
CMYK
RGB Variations
Color information
#20C154 (or 0x20C154) is known color: Malachite. HEX triplet: 20, C1 and 54. RGB value is (32,193,84). Sum of RGB (Red+Green+Blue) = 32+193+84=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #20C154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C154 is #DF3EAB. Grayscale: #848484. Windows color (decimal): -14630572 or 5554464. OLE color: 5554464.
HSL color Cylindrical-coordinate representation of color #20C154: hue angle of 139.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C154 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 84 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.24 |
| HSL | 139.38º | 0.72% | 0.44% | - |
| HSV(B) | 139.38º | 0.83% | 0.76% | - |
| XYZ | 21.27 | 39.09 | 14.81 | - |
| YUV | 132.44 | 100.66 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 84 | 0.83 | 0 | 0.56 | 0.24 | 139.38 | 0.72 | 0.44 |
| Hex | 20 | C1 | 54 | 53 | 0 | 38 | 18 | 8B | 48 | 2C |
| Octal | 40 | 301 | 124 | 123 | 0 | 70 | 30 | 213 | 110 | 54 |
| Binary | 100000 | 11000001 | 1010100 | 1010011 | 0 | 111000 | 11000 | 10001011 | 1001000 | 101100 |
Color Harmonies of #20C154
Complementary color
Monochromatic Colors of #20C154
Black with #20C154
Text Example
Text Example
White with #20C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C154; }
p { color: rgb(32,193,84); }
H1.HeaderClassName
{
color: #20C154;
}
.AnyTagClassName
{
color: #20C154;
}
</style>
background-color css
<style>
a { background-color: #20C154; }
a { background-color: rgb(32,193,84); }
div.DivClassName
{
background-color: #20C154;
}
.BgClassName
{
background-color: #20C154;
}
</style>
border-color css
<style>
span { border-color: #20C154; }
span { border-color: rgb(32,193,84); }
td.TdClassName
{
border-color: #20C154;
}
.TagClassName
{
border-color: #20C154;
}
</style>