Shades of Malachite #20C152
Tints of Malachite #20C152
RGB
CMYK
RGB Variations
Color information
#20C152 (or 0x20C152) is known color: Malachite. HEX triplet: 20, C1 and 52. RGB value is (32,193,82). Sum of RGB (Red+Green+Blue) = 32+193+82=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #20C152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C152 is #DF3EAD. Grayscale: #848484. Windows color (decimal): -14630574 or 5423392. OLE color: 5423392.
HSL color Cylindrical-coordinate representation of color #20C152: hue angle of 138.63º 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 #20C152 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 82 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.24 |
| HSL | 138.63º | 0.72% | 0.44% | - |
| HSV(B) | 138.63º | 0.83% | 0.76% | - |
| XYZ | 21.19 | 39.06 | 14.4 | - |
| YUV | 132.21 | 99.66 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 82 | 0.83 | 0 | 0.58 | 0.24 | 138.63 | 0.72 | 0.44 |
| Hex | 20 | C1 | 52 | 53 | 0 | 3A | 18 | 8B | 48 | 2C |
| Octal | 40 | 301 | 122 | 123 | 0 | 72 | 30 | 213 | 110 | 54 |
| Binary | 100000 | 11000001 | 1010010 | 1010011 | 0 | 111010 | 11000 | 10001011 | 1001000 | 101100 |
Color Harmonies of #20C152
Complementary color
Monochromatic Colors of #20C152
Black with #20C152
Text Example
Text Example
White with #20C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C152; }
p { color: rgb(32,193,82); }
H1.HeaderClassName
{
color: #20C152;
}
.AnyTagClassName
{
color: #20C152;
}
</style>
background-color css
<style>
a { background-color: #20C152; }
a { background-color: rgb(32,193,82); }
div.DivClassName
{
background-color: #20C152;
}
.BgClassName
{
background-color: #20C152;
}
</style>
border-color css
<style>
span { border-color: #20C152; }
span { border-color: rgb(32,193,82); }
td.TdClassName
{
border-color: #20C152;
}
.TagClassName
{
border-color: #20C152;
}
</style>