Shades of Malachite #0ECA5D
Tints of Malachite #0ECA5D
RGB
CMYK
RGB Variations
Color information
#0ECA5D (or 0x0ECA5D) is known color: Malachite. HEX triplet: 0E, CA and 5D. RGB value is (14,202,93). Sum of RGB (Red+Green+Blue) = 14+202+93=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA5D is #F135A2. Grayscale: #858585. Windows color (decimal): -15807907 or 6146574. OLE color: 6146574.
HSL color Cylindrical-coordinate representation of color #0ECA5D: hue angle of 145.21º 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 #0ECA5D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 93 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.21 |
| HSL | 145.21º | 0.87% | 0.42% | - |
| HSV(B) | 145.21º | 0.93% | 0.79% | - |
| XYZ | 23.28 | 43.12 | 17.45 | - |
| YUV | 133.36 | 105.22 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 93 | 0.93 | 0 | 0.54 | 0.21 | 145.21 | 0.87 | 0.42 |
| Hex | E | CA | 5D | 5D | 0 | 36 | 15 | 91 | 57 | 2A |
| Octal | 16 | 312 | 135 | 135 | 0 | 66 | 25 | 221 | 127 | 52 |
| Binary | 1110 | 11001010 | 1011101 | 1011101 | 0 | 110110 | 10101 | 10010001 | 1010111 | 101010 |
Color Harmonies of #0ECA5D
Complementary color
Monochromatic Colors of #0ECA5D
Black with #0ECA5D
Text Example
Text Example
White with #0ECA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA5D; }
p { color: rgb(14,202,93); }
H1.HeaderClassName
{
color: #0ECA5D;
}
.AnyTagClassName
{
color: #0ECA5D;
}
</style>
background-color css
<style>
a { background-color: #0ECA5D; }
a { background-color: rgb(14,202,93); }
div.DivClassName
{
background-color: #0ECA5D;
}
.BgClassName
{
background-color: #0ECA5D;
}
</style>
border-color css
<style>
span { border-color: #0ECA5D; }
span { border-color: rgb(14,202,93); }
td.TdClassName
{
border-color: #0ECA5D;
}
.TagClassName
{
border-color: #0ECA5D;
}
</style>