Shades of Malachite #20C95C
Tints of Malachite #20C95C
RGB
CMYK
RGB Variations
Color information
#20C95C (or 0x20C95C) is known color: Malachite. HEX triplet: 20, C9 and 5C. RGB value is (32,201,92). Sum of RGB (Red+Green+Blue) = 32+201+92=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #20C95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C95C is #DF36A3. Grayscale: #8A8A8A. Windows color (decimal): -14628516 or 6080800. OLE color: 6080800.
HSL color Cylindrical-coordinate representation of color #20C95C: hue angle of 141.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C95C is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 92 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.21 |
| HSL | 141.3º | 0.73% | 0.46% | - |
| HSV(B) | 141.3º | 0.84% | 0.79% | - |
| XYZ | 23.41 | 42.85 | 17.16 | - |
| YUV | 138.04 | 102.01 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 92 | 0.84 | 0 | 0.54 | 0.21 | 141.3 | 0.73 | 0.46 |
| Hex | 20 | C9 | 5C | 54 | 0 | 36 | 15 | 8D | 49 | 2E |
| Octal | 40 | 311 | 134 | 124 | 0 | 66 | 25 | 215 | 111 | 56 |
| Binary | 100000 | 11001001 | 1011100 | 1010100 | 0 | 110110 | 10101 | 10001101 | 1001001 | 101110 |
Color Harmonies of #20C95C
Complementary color
Monochromatic Colors of #20C95C
Black with #20C95C
Text Example
Text Example
White with #20C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C95C; }
p { color: rgb(32,201,92); }
H1.HeaderClassName
{
color: #20C95C;
}
.AnyTagClassName
{
color: #20C95C;
}
</style>
background-color css
<style>
a { background-color: #20C95C; }
a { background-color: rgb(32,201,92); }
div.DivClassName
{
background-color: #20C95C;
}
.BgClassName
{
background-color: #20C95C;
}
</style>
border-color css
<style>
span { border-color: #20C95C; }
span { border-color: rgb(32,201,92); }
td.TdClassName
{
border-color: #20C95C;
}
.TagClassName
{
border-color: #20C95C;
}
</style>