Shades of Malachite #14EC47
Tints of Malachite #14EC47
RGB
CMYK
RGB Variations
Color information
#14EC47 (or 0x14EC47) is known color: Malachite. HEX triplet: 14, EC and 47. RGB value is (20,236,71). Sum of RGB (Red+Green+Blue) = 20+236+71=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EC47 is #EB13B8. Grayscale: #999999. Windows color (decimal): -15406009 or 4713492. OLE color: 4713492.
HSL color Cylindrical-coordinate representation of color #14EC47: hue angle of 134.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EC47 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 71 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.07 |
| HSL | 134.17º | 0.85% | 0.5% | - |
| HSV(B) | 134.17º | 0.92% | 0.93% | - |
| XYZ | 31.42 | 60.59 | 16 | - |
| YUV | 152.61 | 81.94 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 71 | 0.92 | 0 | 0.70 | 0.07 | 134.17 | 0.85 | 0.5 |
| Hex | 14 | EC | 47 | 5C | 0 | 46 | 7 | 86 | 55 | 32 |
| Octal | 24 | 354 | 107 | 134 | 0 | 106 | 7 | 206 | 125 | 62 |
| Binary | 10100 | 11101100 | 1000111 | 1011100 | 0 | 1000110 | 111 | 10000110 | 1010101 | 110010 |
Color Harmonies of #14EC47
Complementary color
Monochromatic Colors of #14EC47
Black with #14EC47
Text Example
Text Example
White with #14EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC47; }
p { color: rgb(20,236,71); }
H1.HeaderClassName
{
color: #14EC47;
}
.AnyTagClassName
{
color: #14EC47;
}
</style>
background-color css
<style>
a { background-color: #14EC47; }
a { background-color: rgb(20,236,71); }
div.DivClassName
{
background-color: #14EC47;
}
.BgClassName
{
background-color: #14EC47;
}
</style>
border-color css
<style>
span { border-color: #14EC47; }
span { border-color: rgb(20,236,71); }
td.TdClassName
{
border-color: #14EC47;
}
.TagClassName
{
border-color: #14EC47;
}
</style>