Shades of Malachite #0EEC56
Tints of Malachite #0EEC56
RGB
CMYK
RGB Variations
Color information
#0EEC56 (or 0x0EEC56) is known color: Malachite. HEX triplet: 0E, EC and 56. RGB value is (14,236,86). Sum of RGB (Red+Green+Blue) = 14+236+86=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC56 is #F113A9. Grayscale: #989898. Windows color (decimal): -15799210 or 5696526. OLE color: 5696526.
HSL color Cylindrical-coordinate representation of color #0EEC56: hue angle of 139.46º 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 #0EEC56 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 86 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.07 |
| HSL | 139.46º | 0.89% | 0.49% | - |
| HSV(B) | 139.46º | 0.94% | 0.93% | - |
| XYZ | 31.86 | 60.76 | 18.85 | - |
| YUV | 152.52 | 90.45 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 86 | 0.94 | 0 | 0.64 | 0.07 | 139.46 | 0.89 | 0.49 |
| Hex | E | EC | 56 | 5E | 0 | 40 | 7 | 8B | 59 | 31 |
| Octal | 16 | 354 | 126 | 136 | 0 | 100 | 7 | 213 | 131 | 61 |
| Binary | 1110 | 11101100 | 1010110 | 1011110 | 0 | 1000000 | 111 | 10001011 | 1011001 | 110001 |
Color Harmonies of #0EEC56
Complementary color
Monochromatic Colors of #0EEC56
Black with #0EEC56
Text Example
Text Example
White with #0EEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEC56; }
p { color: rgb(14,236,86); }
H1.HeaderClassName
{
color: #0EEC56;
}
.AnyTagClassName
{
color: #0EEC56;
}
</style>
background-color css
<style>
a { background-color: #0EEC56; }
a { background-color: rgb(14,236,86); }
div.DivClassName
{
background-color: #0EEC56;
}
.BgClassName
{
background-color: #0EEC56;
}
</style>
border-color css
<style>
span { border-color: #0EEC56; }
span { border-color: rgb(14,236,86); }
td.TdClassName
{
border-color: #0EEC56;
}
.TagClassName
{
border-color: #0EEC56;
}
</style>