Shades of Malachite #0EEC63
Tints of Malachite #0EEC63
RGB
CMYK
RGB Variations
Color information
#0EEC63 (or 0x0EEC63) is known color: Malachite. HEX triplet: 0E, EC and 63. RGB value is (14,236,99). Sum of RGB (Red+Green+Blue) = 14+236+99=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 236 (92.58% from 255 or 67.62% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC63 is #F1139C. Grayscale: #9A9A9A. Windows color (decimal): -15799197 or 6548494. OLE color: 6548494.
HSL color Cylindrical-coordinate representation of color #0EEC63: hue angle of 142.97º 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 #0EEC63 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 99 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.07 |
| HSL | 142.97º | 0.89% | 0.49% | - |
| HSV(B) | 142.97º | 0.94% | 0.93% | - |
| XYZ | 32.43 | 60.99 | 21.87 | - |
| YUV | 154 | 96.95 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 99 | 0.94 | 0 | 0.58 | 0.07 | 142.97 | 0.89 | 0.49 |
| Hex | E | EC | 63 | 5E | 0 | 3A | 7 | 8F | 59 | 31 |
| Octal | 16 | 354 | 143 | 136 | 0 | 72 | 7 | 217 | 131 | 61 |
| Binary | 1110 | 11101100 | 1100011 | 1011110 | 0 | 111010 | 111 | 10001111 | 1011001 | 110001 |
Color Harmonies of #0EEC63
Complementary color
Monochromatic Colors of #0EEC63
Black with #0EEC63
Text Example
Text Example
White with #0EEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEC63; }
p { color: rgb(14,236,99); }
H1.HeaderClassName
{
color: #0EEC63;
}
.AnyTagClassName
{
color: #0EEC63;
}
</style>
background-color css
<style>
a { background-color: #0EEC63; }
a { background-color: rgb(14,236,99); }
div.DivClassName
{
background-color: #0EEC63;
}
.BgClassName
{
background-color: #0EEC63;
}
</style>
border-color css
<style>
span { border-color: #0EEC63; }
span { border-color: rgb(14,236,99); }
td.TdClassName
{
border-color: #0EEC63;
}
.TagClassName
{
border-color: #0EEC63;
}
</style>