Shades of Malachite #0EC86D
Tints of Malachite #0EC86D
RGB
CMYK
RGB Variations
Color information
#0EC86D (or 0x0EC86D) is known color: Malachite. HEX triplet: 0E, C8 and 6D. RGB value is (14,200,109). Sum of RGB (Red+Green+Blue) = 14+200+109=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC86D is #F13792. Grayscale: #868686. Windows color (decimal): -15808403 or 7194638. OLE color: 7194638.
HSL color Cylindrical-coordinate representation of color #0EC86D: hue angle of 150.65º 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 #0EC86D is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 109 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.22 |
| HSL | 150.65º | 0.87% | 0.42% | - |
| HSV(B) | 150.65º | 0.93% | 0.78% | - |
| XYZ | 23.6 | 42.51 | 21.43 | - |
| YUV | 134.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 109 | 0.93 | 0 | 0.46 | 0.22 | 150.65 | 0.87 | 0.42 |
| Hex | E | C8 | 6D | 5D | 0 | 2E | 16 | 97 | 57 | 2A |
| Octal | 16 | 310 | 155 | 135 | 0 | 56 | 26 | 227 | 127 | 52 |
| Binary | 1110 | 11001000 | 1101101 | 1011101 | 0 | 101110 | 10110 | 10010111 | 1010111 | 101010 |
Color Harmonies of #0EC86D
Complementary color
Monochromatic Colors of #0EC86D
Black with #0EC86D
Text Example
Text Example
White with #0EC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC86D; }
p { color: rgb(14,200,109); }
H1.HeaderClassName
{
color: #0EC86D;
}
.AnyTagClassName
{
color: #0EC86D;
}
</style>
background-color css
<style>
a { background-color: #0EC86D; }
a { background-color: rgb(14,200,109); }
div.DivClassName
{
background-color: #0EC86D;
}
.BgClassName
{
background-color: #0EC86D;
}
</style>
border-color css
<style>
span { border-color: #0EC86D; }
span { border-color: rgb(14,200,109); }
td.TdClassName
{
border-color: #0EC86D;
}
.TagClassName
{
border-color: #0EC86D;
}
</style>