Shades of Malachite #14CC4E
Tints of Malachite #14CC4E
RGB
CMYK
RGB Variations
Color information
#14CC4E (or 0x14CC4E) is known color: Malachite. HEX triplet: 14, CC and 4E. RGB value is (20,204,78). Sum of RGB (Red+Green+Blue) = 20+204+78=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC4E is #EB33B1. Grayscale: #868686. Windows color (decimal): -15414194 or 5164052. OLE color: 5164052.
HSL color Cylindrical-coordinate representation of color #14CC4E: hue angle of 138.91º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC4E is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 78 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.2 |
| HSL | 138.91º | 0.82% | 0.44% | - |
| HSV(B) | 138.91º | 0.9% | 0.8% | - |
| XYZ | 23.26 | 43.88 | 14.45 | - |
| YUV | 134.62 | 96.04 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 78 | 0.90 | 0 | 0.62 | 0.2 | 138.91 | 0.82 | 0.44 |
| Hex | 14 | CC | 4E | 5A | 0 | 3E | 14 | 8B | 52 | 2C |
| Octal | 24 | 314 | 116 | 132 | 0 | 76 | 24 | 213 | 122 | 54 |
| Binary | 10100 | 11001100 | 1001110 | 1011010 | 0 | 111110 | 10100 | 10001011 | 1010010 | 101100 |
Color Harmonies of #14CC4E
Complementary color
Monochromatic Colors of #14CC4E
Black with #14CC4E
Text Example
Text Example
White with #14CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC4E; }
p { color: rgb(20,204,78); }
H1.HeaderClassName
{
color: #14CC4E;
}
.AnyTagClassName
{
color: #14CC4E;
}
</style>
background-color css
<style>
a { background-color: #14CC4E; }
a { background-color: rgb(20,204,78); }
div.DivClassName
{
background-color: #14CC4E;
}
.BgClassName
{
background-color: #14CC4E;
}
</style>
border-color css
<style>
span { border-color: #14CC4E; }
span { border-color: rgb(20,204,78); }
td.TdClassName
{
border-color: #14CC4E;
}
.TagClassName
{
border-color: #14CC4E;
}
</style>