Shades of Malachite #20C054
Tints of Malachite #20C054
RGB
CMYK
RGB Variations
Color information
#20C054 (or 0x20C054) is known color: Malachite. HEX triplet: 20, C0 and 54. RGB value is (32,192,84). Sum of RGB (Red+Green+Blue) = 32+192+84=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #20C054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C054 is #DF3FAB. Grayscale: #848484. Windows color (decimal): -14630828 or 5554208. OLE color: 5554208.
HSL color Cylindrical-coordinate representation of color #20C054: hue angle of 139.5º 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 #20C054 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 84 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.25 |
| HSL | 139.5º | 0.71% | 0.44% | - |
| HSV(B) | 139.5º | 0.83% | 0.75% | - |
| XYZ | 21.05 | 38.65 | 14.74 | - |
| YUV | 131.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 84 | 0.83 | 0 | 0.56 | 0.25 | 139.5 | 0.71 | 0.44 |
| Hex | 20 | C0 | 54 | 53 | 0 | 38 | 19 | 8C | 47 | 2C |
| Octal | 40 | 300 | 124 | 123 | 0 | 70 | 31 | 214 | 107 | 54 |
| Binary | 100000 | 11000000 | 1010100 | 1010011 | 0 | 111000 | 11001 | 10001100 | 1000111 | 101100 |
Color Harmonies of #20C054
Complementary color
Monochromatic Colors of #20C054
Black with #20C054
Text Example
Text Example
White with #20C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C054; }
p { color: rgb(32,192,84); }
H1.HeaderClassName
{
color: #20C054;
}
.AnyTagClassName
{
color: #20C054;
}
</style>
background-color css
<style>
a { background-color: #20C054; }
a { background-color: rgb(32,192,84); }
div.DivClassName
{
background-color: #20C054;
}
.BgClassName
{
background-color: #20C054;
}
</style>
border-color css
<style>
span { border-color: #20C054; }
span { border-color: rgb(32,192,84); }
td.TdClassName
{
border-color: #20C054;
}
.TagClassName
{
border-color: #20C054;
}
</style>