Shades of Malachite #14C44D
Tints of Malachite #14C44D
RGB
CMYK
RGB Variations
Color information
#14C44D (or 0x14C44D) is known color: Malachite. HEX triplet: 14, C4 and 4D. RGB value is (20,196,77). Sum of RGB (Red+Green+Blue) = 20+196+77=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #14C44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C44D is #EB3BB2. Grayscale: #828282. Windows color (decimal): -15416243 or 5096468. OLE color: 5096468.
HSL color Cylindrical-coordinate representation of color #14C44D: hue angle of 139.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C44D is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 77 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.23 |
| HSL | 139.43º | 0.81% | 0.42% | - |
| HSV(B) | 139.43º | 0.9% | 0.77% | - |
| XYZ | 21.37 | 40.16 | 13.65 | - |
| YUV | 129.81 | 98.19 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 77 | 0.90 | 0 | 0.61 | 0.23 | 139.43 | 0.81 | 0.42 |
| Hex | 14 | C4 | 4D | 5A | 0 | 3D | 17 | 8B | 51 | 2A |
| Octal | 24 | 304 | 115 | 132 | 0 | 75 | 27 | 213 | 121 | 52 |
| Binary | 10100 | 11000100 | 1001101 | 1011010 | 0 | 111101 | 10111 | 10001011 | 1010001 | 101010 |
Color Harmonies of #14C44D
Complementary color
Monochromatic Colors of #14C44D
Black with #14C44D
Text Example
Text Example
White with #14C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C44D; }
p { color: rgb(20,196,77); }
H1.HeaderClassName
{
color: #14C44D;
}
.AnyTagClassName
{
color: #14C44D;
}
</style>
background-color css
<style>
a { background-color: #14C44D; }
a { background-color: rgb(20,196,77); }
div.DivClassName
{
background-color: #14C44D;
}
.BgClassName
{
background-color: #14C44D;
}
</style>
border-color css
<style>
span { border-color: #14C44D; }
span { border-color: rgb(20,196,77); }
td.TdClassName
{
border-color: #14C44D;
}
.TagClassName
{
border-color: #14C44D;
}
</style>