Shades of Malachite #0EC95E
Tints of Malachite #0EC95E
RGB
CMYK
RGB Variations
Color information
#0EC95E (or 0x0EC95E) is known color: Malachite. HEX triplet: 0E, C9 and 5E. RGB value is (14,201,94). Sum of RGB (Red+Green+Blue) = 14+201+94=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC95E is #F136A1. Grayscale: #858585. Windows color (decimal): -15808162 or 6211854. OLE color: 6211854.
HSL color Cylindrical-coordinate representation of color #0EC95E: hue angle of 145.67º 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 #0EC95E is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 94 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.21 |
| HSL | 145.67º | 0.87% | 0.42% | - |
| HSV(B) | 145.67º | 0.93% | 0.79% | - |
| XYZ | 23.09 | 42.67 | 17.61 | - |
| YUV | 132.89 | 106.05 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 94 | 0.93 | 0 | 0.53 | 0.21 | 145.67 | 0.87 | 0.42 |
| Hex | E | C9 | 5E | 5D | 0 | 35 | 15 | 92 | 57 | 2A |
| Octal | 16 | 311 | 136 | 135 | 0 | 65 | 25 | 222 | 127 | 52 |
| Binary | 1110 | 11001001 | 1011110 | 1011101 | 0 | 110101 | 10101 | 10010010 | 1010111 | 101010 |
Color Harmonies of #0EC95E
Complementary color
Monochromatic Colors of #0EC95E
Black with #0EC95E
Text Example
Text Example
White with #0EC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC95E; }
p { color: rgb(14,201,94); }
H1.HeaderClassName
{
color: #0EC95E;
}
.AnyTagClassName
{
color: #0EC95E;
}
</style>
background-color css
<style>
a { background-color: #0EC95E; }
a { background-color: rgb(14,201,94); }
div.DivClassName
{
background-color: #0EC95E;
}
.BgClassName
{
background-color: #0EC95E;
}
</style>
border-color css
<style>
span { border-color: #0EC95E; }
span { border-color: rgb(14,201,94); }
td.TdClassName
{
border-color: #0EC95E;
}
.TagClassName
{
border-color: #0EC95E;
}
</style>