Shades of Malachite #0EC259
Tints of Malachite #0EC259
RGB
CMYK
RGB Variations
Color information
#0EC259 (or 0x0EC259) is known color: Malachite. HEX triplet: 0E, C2 and 59. RGB value is (14,194,89). Sum of RGB (Red+Green+Blue) = 14+194+89=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC259 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC259 is #F13DA6. Grayscale: #808080. Windows color (decimal): -15809959 or 5882382. OLE color: 5882382.
HSL color Cylindrical-coordinate representation of color #0EC259: hue angle of 145º 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 #0EC259 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 89 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.24 |
| HSL | 145º | 0.87% | 0.41% | - |
| HSV(B) | 145º | 0.93% | 0.76% | - |
| XYZ | 21.28 | 39.4 | 15.93 | - |
| YUV | 128.21 | 105.87 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 89 | 0.93 | 0 | 0.54 | 0.24 | 145 | 0.87 | 0.41 |
| Hex | E | C2 | 59 | 5D | 0 | 36 | 18 | 91 | 57 | 29 |
| Octal | 16 | 302 | 131 | 135 | 0 | 66 | 30 | 221 | 127 | 51 |
| Binary | 1110 | 11000010 | 1011001 | 1011101 | 0 | 110110 | 11000 | 10010001 | 1010111 | 101001 |
Color Harmonies of #0EC259
Complementary color
Monochromatic Colors of #0EC259
Black with #0EC259
Text Example
Text Example
White with #0EC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC259; }
p { color: rgb(14,194,89); }
H1.HeaderClassName
{
color: #0EC259;
}
.AnyTagClassName
{
color: #0EC259;
}
</style>
background-color css
<style>
a { background-color: #0EC259; }
a { background-color: rgb(14,194,89); }
div.DivClassName
{
background-color: #0EC259;
}
.BgClassName
{
background-color: #0EC259;
}
</style>
border-color css
<style>
span { border-color: #0EC259; }
span { border-color: rgb(14,194,89); }
td.TdClassName
{
border-color: #0EC259;
}
.TagClassName
{
border-color: #0EC259;
}
</style>