Shades of Malachite #0EC85F
Tints of Malachite #0EC85F
RGB
CMYK
RGB Variations
Color information
#0EC85F (or 0x0EC85F) is known color: Malachite. HEX triplet: 0E, C8 and 5F. RGB value is (14,200,95). Sum of RGB (Red+Green+Blue) = 14+200+95=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC85F is #F137A0. Grayscale: #848484. Windows color (decimal): -15808417 or 6277134. OLE color: 6277134.
HSL color Cylindrical-coordinate representation of color #0EC85F: hue angle of 146.13º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC85F is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 95 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.22 |
| HSL | 146.13º | 0.87% | 0.42% | - |
| HSV(B) | 146.13º | 0.93% | 0.78% | - |
| XYZ | 22.9 | 42.23 | 17.77 | - |
| YUV | 132.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 95 | 0.93 | 0 | 0.52 | 0.22 | 146.13 | 0.87 | 0.42 |
| Hex | E | C8 | 5F | 5D | 0 | 34 | 16 | 92 | 57 | 2A |
| Octal | 16 | 310 | 137 | 135 | 0 | 64 | 26 | 222 | 127 | 52 |
| Binary | 1110 | 11001000 | 1011111 | 1011101 | 0 | 110100 | 10110 | 10010010 | 1010111 | 101010 |
Color Harmonies of #0EC85F
Complementary color
Monochromatic Colors of #0EC85F
Black with #0EC85F
Text Example
Text Example
White with #0EC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC85F; }
p { color: rgb(14,200,95); }
H1.HeaderClassName
{
color: #0EC85F;
}
.AnyTagClassName
{
color: #0EC85F;
}
</style>
background-color css
<style>
a { background-color: #0EC85F; }
a { background-color: rgb(14,200,95); }
div.DivClassName
{
background-color: #0EC85F;
}
.BgClassName
{
background-color: #0EC85F;
}
</style>
border-color css
<style>
span { border-color: #0EC85F; }
span { border-color: rgb(14,200,95); }
td.TdClassName
{
border-color: #0EC85F;
}
.TagClassName
{
border-color: #0EC85F;
}
</style>