Shades of Malachite #0EEC54
Tints of Malachite #0EEC54
RGB
CMYK
RGB Variations
Color information
#0EEC54 (or 0x0EEC54) is known color: Malachite. HEX triplet: 0E, EC and 54. RGB value is (14,236,84). Sum of RGB (Red+Green+Blue) = 14+236+84=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC54 is #F113AB. Grayscale: #989898. Windows color (decimal): -15799212 or 5565454. OLE color: 5565454.
HSL color Cylindrical-coordinate representation of color #0EEC54: hue angle of 138.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEC54 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 84 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.07 |
| HSL | 138.92º | 0.89% | 0.49% | - |
| HSV(B) | 138.92º | 0.94% | 0.93% | - |
| XYZ | 31.78 | 60.72 | 18.43 | - |
| YUV | 152.29 | 89.45 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 84 | 0.94 | 0 | 0.64 | 0.07 | 138.92 | 0.89 | 0.49 |
| Hex | E | EC | 54 | 5E | 0 | 40 | 7 | 8B | 59 | 31 |
| Octal | 16 | 354 | 124 | 136 | 0 | 100 | 7 | 213 | 131 | 61 |
| Binary | 1110 | 11101100 | 1010100 | 1011110 | 0 | 1000000 | 111 | 10001011 | 1011001 | 110001 |
Color Harmonies of #0EEC54
Complementary color
Monochromatic Colors of #0EEC54
Black with #0EEC54
Text Example
Text Example
White with #0EEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEC54; }
p { color: rgb(14,236,84); }
H1.HeaderClassName
{
color: #0EEC54;
}
.AnyTagClassName
{
color: #0EEC54;
}
</style>
background-color css
<style>
a { background-color: #0EEC54; }
a { background-color: rgb(14,236,84); }
div.DivClassName
{
background-color: #0EEC54;
}
.BgClassName
{
background-color: #0EEC54;
}
</style>
border-color css
<style>
span { border-color: #0EEC54; }
span { border-color: rgb(14,236,84); }
td.TdClassName
{
border-color: #0EEC54;
}
.TagClassName
{
border-color: #0EEC54;
}
</style>