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