Shades of Malachite #20C945
Tints of Malachite #20C945
RGB
CMYK
RGB Variations
Color information
#20C945 (or 0x20C945) is known color: Malachite. HEX triplet: 20, C9 and 45. RGB value is (32,201,69). Sum of RGB (Red+Green+Blue) = 32+201+69=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 201 (78.91% from 255 or 66.56% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 201 - color contains mainly: green. Hex color #20C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C945 is #DF36BA. Grayscale: #878787. Windows color (decimal): -14628539 or 4573472. OLE color: 4573472.
HSL color Cylindrical-coordinate representation of color #20C945: hue angle of 133.14º 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 #20C945 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 69 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.21 |
| HSL | 133.14º | 0.73% | 0.46% | - |
| HSV(B) | 133.14º | 0.84% | 0.79% | - |
| XYZ | 22.56 | 42.51 | 12.65 | - |
| YUV | 135.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 69 | 0.84 | 0 | 0.66 | 0.21 | 133.14 | 0.73 | 0.46 |
| Hex | 20 | C9 | 45 | 54 | 0 | 42 | 15 | 85 | 49 | 2E |
| Octal | 40 | 311 | 105 | 124 | 0 | 102 | 25 | 205 | 111 | 56 |
| Binary | 100000 | 11001001 | 1000101 | 1010100 | 0 | 1000010 | 10101 | 10000101 | 1001001 | 101110 |
Color Harmonies of #20C945
Complementary color
Monochromatic Colors of #20C945
Black with #20C945
Text Example
Text Example
White with #20C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C945; }
p { color: rgb(32,201,69); }
H1.HeaderClassName
{
color: #20C945;
}
.AnyTagClassName
{
color: #20C945;
}
</style>
background-color css
<style>
a { background-color: #20C945; }
a { background-color: rgb(32,201,69); }
div.DivClassName
{
background-color: #20C945;
}
.BgClassName
{
background-color: #20C945;
}
</style>
border-color css
<style>
span { border-color: #20C945; }
span { border-color: rgb(32,201,69); }
td.TdClassName
{
border-color: #20C945;
}
.TagClassName
{
border-color: #20C945;
}
</style>