Shades of Malachite #14EC45
Tints of Malachite #14EC45
RGB
CMYK
RGB Variations
Color information
#14EC45 (or 0x14EC45) is known color: Malachite. HEX triplet: 14, EC and 45. RGB value is (20,236,69). Sum of RGB (Red+Green+Blue) = 20+236+69=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EC45 is #EB13BA. Grayscale: #989898. Windows color (decimal): -15406011 or 4582420. OLE color: 4582420.
HSL color Cylindrical-coordinate representation of color #14EC45: hue angle of 133.61º 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 #14EC45 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 69 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.07 |
| HSL | 133.61º | 0.85% | 0.5% | - |
| HSV(B) | 133.61º | 0.92% | 0.93% | - |
| XYZ | 31.36 | 60.57 | 15.67 | - |
| YUV | 152.38 | 80.94 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 69 | 0.92 | 0 | 0.71 | 0.07 | 133.61 | 0.85 | 0.5 |
| Hex | 14 | EC | 45 | 5C | 0 | 47 | 7 | 86 | 55 | 32 |
| Octal | 24 | 354 | 105 | 134 | 0 | 107 | 7 | 206 | 125 | 62 |
| Binary | 10100 | 11101100 | 1000101 | 1011100 | 0 | 1000111 | 111 | 10000110 | 1010101 | 110010 |
Color Harmonies of #14EC45
Complementary color
Monochromatic Colors of #14EC45
Black with #14EC45
Text Example
Text Example
White with #14EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC45; }
p { color: rgb(20,236,69); }
H1.HeaderClassName
{
color: #14EC45;
}
.AnyTagClassName
{
color: #14EC45;
}
</style>
background-color css
<style>
a { background-color: #14EC45; }
a { background-color: rgb(20,236,69); }
div.DivClassName
{
background-color: #14EC45;
}
.BgClassName
{
background-color: #14EC45;
}
</style>
border-color css
<style>
span { border-color: #14EC45; }
span { border-color: rgb(20,236,69); }
td.TdClassName
{
border-color: #14EC45;
}
.TagClassName
{
border-color: #14EC45;
}
</style>