Shades of Malachite #14EC54
Tints of Malachite #14EC54
RGB
CMYK
RGB Variations
Color information
#14EC54 (or 0x14EC54) is known color: Malachite. HEX triplet: 14, EC and 54. RGB value is (20,236,84). Sum of RGB (Red+Green+Blue) = 20+236+84=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EC54 is #EB13AB. Grayscale: #9A9A9A. Windows color (decimal): -15405996 or 5565460. OLE color: 5565460.
HSL color Cylindrical-coordinate representation of color #14EC54: hue angle of 137.78º 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 #14EC54 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 84 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.07 |
| HSL | 137.78º | 0.85% | 0.5% | - |
| HSV(B) | 137.78º | 0.92% | 0.93% | - |
| XYZ | 31.88 | 60.78 | 18.44 | - |
| YUV | 154.09 | 88.44 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 84 | 0.92 | 0 | 0.64 | 0.07 | 137.78 | 0.85 | 0.5 |
| Hex | 14 | EC | 54 | 5C | 0 | 40 | 7 | 8A | 55 | 32 |
| Octal | 24 | 354 | 124 | 134 | 0 | 100 | 7 | 212 | 125 | 62 |
| Binary | 10100 | 11101100 | 1010100 | 1011100 | 0 | 1000000 | 111 | 10001010 | 1010101 | 110010 |
Color Harmonies of #14EC54
Complementary color
Monochromatic Colors of #14EC54
Black with #14EC54
Text Example
Text Example
White with #14EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC54; }
p { color: rgb(20,236,84); }
H1.HeaderClassName
{
color: #14EC54;
}
.AnyTagClassName
{
color: #14EC54;
}
</style>
background-color css
<style>
a { background-color: #14EC54; }
a { background-color: rgb(20,236,84); }
div.DivClassName
{
background-color: #14EC54;
}
.BgClassName
{
background-color: #14EC54;
}
</style>
border-color css
<style>
span { border-color: #14EC54; }
span { border-color: rgb(20,236,84); }
td.TdClassName
{
border-color: #14EC54;
}
.TagClassName
{
border-color: #14EC54;
}
</style>