Shades of Malachite #0EC964
Tints of Malachite #0EC964
RGB
CMYK
RGB Variations
Color information
#0EC964 (or 0x0EC964) is known color: Malachite. HEX triplet: 0E, C9 and 64. RGB value is (14,201,100). Sum of RGB (Red+Green+Blue) = 14+201+100=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC964 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC964 is #F1369B. Grayscale: #858585. Windows color (decimal): -15808156 or 6605070. OLE color: 6605070.
HSL color Cylindrical-coordinate representation of color #0EC964: hue angle of 147.59º 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 #0EC964 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 100 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.21 |
| HSL | 147.59º | 0.87% | 0.42% | - |
| HSV(B) | 147.59º | 0.93% | 0.79% | - |
| XYZ | 23.37 | 42.79 | 19.08 | - |
| YUV | 133.57 | 109.05 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 100 | 0.93 | 0 | 0.50 | 0.21 | 147.59 | 0.87 | 0.42 |
| Hex | E | C9 | 64 | 5D | 0 | 32 | 15 | 94 | 57 | 2A |
| Octal | 16 | 311 | 144 | 135 | 0 | 62 | 25 | 224 | 127 | 52 |
| Binary | 1110 | 11001001 | 1100100 | 1011101 | 0 | 110010 | 10101 | 10010100 | 1010111 | 101010 |
Color Harmonies of #0EC964
Complementary color
Monochromatic Colors of #0EC964
Black with #0EC964
Text Example
Text Example
White with #0EC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC964; }
p { color: rgb(14,201,100); }
H1.HeaderClassName
{
color: #0EC964;
}
.AnyTagClassName
{
color: #0EC964;
}
</style>
background-color css
<style>
a { background-color: #0EC964; }
a { background-color: rgb(14,201,100); }
div.DivClassName
{
background-color: #0EC964;
}
.BgClassName
{
background-color: #0EC964;
}
</style>
border-color css
<style>
span { border-color: #0EC964; }
span { border-color: rgb(14,201,100); }
td.TdClassName
{
border-color: #0EC964;
}
.TagClassName
{
border-color: #0EC964;
}
</style>