Shades of Malachite #0EC15A
Tints of Malachite #0EC15A
RGB
CMYK
RGB Variations
Color information
#0EC15A (or 0x0EC15A) is known color: Malachite. HEX triplet: 0E, C1 and 5A. RGB value is (14,193,90). Sum of RGB (Red+Green+Blue) = 14+193+90=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC15A is #F13EA5. Grayscale: #7F7F7F. Windows color (decimal): -15810214 or 5947662. OLE color: 5947662.
HSL color Cylindrical-coordinate representation of color #0EC15A: hue angle of 145.47º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC15A is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 90 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.24 |
| HSL | 145.47º | 0.86% | 0.41% | - |
| HSV(B) | 145.47º | 0.93% | 0.76% | - |
| XYZ | 21.1 | 38.97 | 16.08 | - |
| YUV | 127.74 | 106.7 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 90 | 0.93 | 0 | 0.53 | 0.24 | 145.47 | 0.86 | 0.41 |
| Hex | E | C1 | 5A | 5D | 0 | 35 | 18 | 91 | 56 | 29 |
| Octal | 16 | 301 | 132 | 135 | 0 | 65 | 30 | 221 | 126 | 51 |
| Binary | 1110 | 11000001 | 1011010 | 1011101 | 0 | 110101 | 11000 | 10010001 | 1010110 | 101001 |
Color Harmonies of #0EC15A
Complementary color
Monochromatic Colors of #0EC15A
Black with #0EC15A
Text Example
Text Example
White with #0EC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC15A; }
p { color: rgb(14,193,90); }
H1.HeaderClassName
{
color: #0EC15A;
}
.AnyTagClassName
{
color: #0EC15A;
}
</style>
background-color css
<style>
a { background-color: #0EC15A; }
a { background-color: rgb(14,193,90); }
div.DivClassName
{
background-color: #0EC15A;
}
.BgClassName
{
background-color: #0EC15A;
}
</style>
border-color css
<style>
span { border-color: #0EC15A; }
span { border-color: rgb(14,193,90); }
td.TdClassName
{
border-color: #0EC15A;
}
.TagClassName
{
border-color: #0EC15A;
}
</style>