Shades of Malachite #0ECE60
Tints of Malachite #0ECE60
RGB
CMYK
RGB Variations
Color information
#0ECE60 (or 0x0ECE60) is known color: Malachite. HEX triplet: 0E, CE and 60. RGB value is (14,206,96). Sum of RGB (Red+Green+Blue) = 14+206+96=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECE60 is #F1319F. Grayscale: #888888. Windows color (decimal): -15806880 or 6344206. OLE color: 6344206.
HSL color Cylindrical-coordinate representation of color #0ECE60: hue angle of 145.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECE60 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 96 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.19 |
| HSL | 145.63º | 0.87% | 0.43% | - |
| HSV(B) | 145.63º | 0.93% | 0.81% | - |
| XYZ | 24.36 | 45.08 | 18.48 | - |
| YUV | 136.05 | 105.39 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 96 | 0.93 | 0 | 0.53 | 0.19 | 145.63 | 0.87 | 0.43 |
| Hex | E | CE | 60 | 5D | 0 | 35 | 13 | 92 | 57 | 2B |
| Octal | 16 | 316 | 140 | 135 | 0 | 65 | 23 | 222 | 127 | 53 |
| Binary | 1110 | 11001110 | 1100000 | 1011101 | 0 | 110101 | 10011 | 10010010 | 1010111 | 101011 |
Color Harmonies of #0ECE60
Complementary color
Monochromatic Colors of #0ECE60
Black with #0ECE60
Text Example
Text Example
White with #0ECE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECE60; }
p { color: rgb(14,206,96); }
H1.HeaderClassName
{
color: #0ECE60;
}
.AnyTagClassName
{
color: #0ECE60;
}
</style>
background-color css
<style>
a { background-color: #0ECE60; }
a { background-color: rgb(14,206,96); }
div.DivClassName
{
background-color: #0ECE60;
}
.BgClassName
{
background-color: #0ECE60;
}
</style>
border-color css
<style>
span { border-color: #0ECE60; }
span { border-color: rgb(14,206,96); }
td.TdClassName
{
border-color: #0ECE60;
}
.TagClassName
{
border-color: #0ECE60;
}
</style>