Shades of Malachite #0EC25D
Tints of Malachite #0EC25D
RGB
CMYK
RGB Variations
Color information
#0EC25D (or 0x0EC25D) is known color: Malachite. HEX triplet: 0E, C2 and 5D. RGB value is (14,194,93). Sum of RGB (Red+Green+Blue) = 14+194+93=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC25D is #F13DA2. Grayscale: #808080. Windows color (decimal): -15809955 or 6144526. OLE color: 6144526.
HSL color Cylindrical-coordinate representation of color #0EC25D: hue angle of 146.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC25D is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 93 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.24 |
| HSL | 146.33º | 0.87% | 0.41% | - |
| HSV(B) | 146.33º | 0.93% | 0.76% | - |
| XYZ | 21.45 | 39.47 | 16.84 | - |
| YUV | 128.67 | 107.87 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 93 | 0.93 | 0 | 0.52 | 0.24 | 146.33 | 0.87 | 0.41 |
| Hex | E | C2 | 5D | 5D | 0 | 34 | 18 | 92 | 57 | 29 |
| Octal | 16 | 302 | 135 | 135 | 0 | 64 | 30 | 222 | 127 | 51 |
| Binary | 1110 | 11000010 | 1011101 | 1011101 | 0 | 110100 | 11000 | 10010010 | 1010111 | 101001 |
Color Harmonies of #0EC25D
Complementary color
Monochromatic Colors of #0EC25D
Black with #0EC25D
Text Example
Text Example
White with #0EC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC25D; }
p { color: rgb(14,194,93); }
H1.HeaderClassName
{
color: #0EC25D;
}
.AnyTagClassName
{
color: #0EC25D;
}
</style>
background-color css
<style>
a { background-color: #0EC25D; }
a { background-color: rgb(14,194,93); }
div.DivClassName
{
background-color: #0EC25D;
}
.BgClassName
{
background-color: #0EC25D;
}
</style>
border-color css
<style>
span { border-color: #0EC25D; }
span { border-color: rgb(14,194,93); }
td.TdClassName
{
border-color: #0EC25D;
}
.TagClassName
{
border-color: #0EC25D;
}
</style>