Shades of Malachite #0EC95F
Tints of Malachite #0EC95F
RGB
CMYK
RGB Variations
Color information
#0EC95F (or 0x0EC95F) is known color: Malachite. HEX triplet: 0E, C9 and 5F. RGB value is (14,201,95). Sum of RGB (Red+Green+Blue) = 14+201+95=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC95F is #F136A0. Grayscale: #858585. Windows color (decimal): -15808161 or 6277390. OLE color: 6277390.
HSL color Cylindrical-coordinate representation of color #0EC95F: hue angle of 145.99º 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 #0EC95F is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 95 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.21 |
| HSL | 145.99º | 0.87% | 0.42% | - |
| HSV(B) | 145.99º | 0.93% | 0.79% | - |
| XYZ | 23.13 | 42.69 | 17.85 | - |
| YUV | 133 | 106.55 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 95 | 0.93 | 0 | 0.53 | 0.21 | 145.99 | 0.87 | 0.42 |
| Hex | E | C9 | 5F | 5D | 0 | 35 | 15 | 92 | 57 | 2A |
| Octal | 16 | 311 | 137 | 135 | 0 | 65 | 25 | 222 | 127 | 52 |
| Binary | 1110 | 11001001 | 1011111 | 1011101 | 0 | 110101 | 10101 | 10010010 | 1010111 | 101010 |
Color Harmonies of #0EC95F
Complementary color
Monochromatic Colors of #0EC95F
Black with #0EC95F
Text Example
Text Example
White with #0EC95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC95F; }
p { color: rgb(14,201,95); }
H1.HeaderClassName
{
color: #0EC95F;
}
.AnyTagClassName
{
color: #0EC95F;
}
</style>
background-color css
<style>
a { background-color: #0EC95F; }
a { background-color: rgb(14,201,95); }
div.DivClassName
{
background-color: #0EC95F;
}
.BgClassName
{
background-color: #0EC95F;
}
</style>
border-color css
<style>
span { border-color: #0EC95F; }
span { border-color: rgb(14,201,95); }
td.TdClassName
{
border-color: #0EC95F;
}
.TagClassName
{
border-color: #0EC95F;
}
</style>