Shades of Malachite #0ECA5E
Tints of Malachite #0ECA5E
RGB
CMYK
RGB Variations
Color information
#0ECA5E (or 0x0ECA5E) is known color: Malachite. HEX triplet: 0E, CA and 5E. RGB value is (14,202,94). Sum of RGB (Red+Green+Blue) = 14+202+94=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA5E is #F135A1. Grayscale: #858585. Windows color (decimal): -15807906 or 6212110. OLE color: 6212110.
HSL color Cylindrical-coordinate representation of color #0ECA5E: hue angle of 145.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA5E is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 94 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.21 |
| HSL | 145.53º | 0.87% | 0.42% | - |
| HSV(B) | 145.53º | 0.93% | 0.79% | - |
| XYZ | 23.32 | 43.14 | 17.69 | - |
| YUV | 133.48 | 105.72 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 94 | 0.93 | 0 | 0.53 | 0.21 | 145.53 | 0.87 | 0.42 |
| Hex | E | CA | 5E | 5D | 0 | 35 | 15 | 92 | 57 | 2A |
| Octal | 16 | 312 | 136 | 135 | 0 | 65 | 25 | 222 | 127 | 52 |
| Binary | 1110 | 11001010 | 1011110 | 1011101 | 0 | 110101 | 10101 | 10010010 | 1010111 | 101010 |
Color Harmonies of #0ECA5E
Complementary color
Monochromatic Colors of #0ECA5E
Black with #0ECA5E
Text Example
Text Example
White with #0ECA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA5E; }
p { color: rgb(14,202,94); }
H1.HeaderClassName
{
color: #0ECA5E;
}
.AnyTagClassName
{
color: #0ECA5E;
}
</style>
background-color css
<style>
a { background-color: #0ECA5E; }
a { background-color: rgb(14,202,94); }
div.DivClassName
{
background-color: #0ECA5E;
}
.BgClassName
{
background-color: #0ECA5E;
}
</style>
border-color css
<style>
span { border-color: #0ECA5E; }
span { border-color: rgb(14,202,94); }
td.TdClassName
{
border-color: #0ECA5E;
}
.TagClassName
{
border-color: #0ECA5E;
}
</style>