Shades of Malachite #0EC968
Tints of Malachite #0EC968
RGB
CMYK
RGB Variations
Color information
#0EC968 (or 0x0EC968) is known color: Malachite. HEX triplet: 0E, C9 and 68. RGB value is (14,201,104). Sum of RGB (Red+Green+Blue) = 14+201+104=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC968 is #F13697. Grayscale: #868686. Windows color (decimal): -15808152 or 6867214. OLE color: 6867214.
HSL color Cylindrical-coordinate representation of color #0EC968: hue angle of 148.88º 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 #0EC968 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 104 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.21 |
| HSL | 148.88º | 0.87% | 0.42% | - |
| HSV(B) | 148.88º | 0.93% | 0.79% | - |
| XYZ | 23.57 | 42.87 | 20.13 | - |
| YUV | 134.03 | 111.05 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 104 | 0.93 | 0 | 0.48 | 0.21 | 148.88 | 0.87 | 0.42 |
| Hex | E | C9 | 68 | 5D | 0 | 30 | 15 | 95 | 57 | 2A |
| Octal | 16 | 311 | 150 | 135 | 0 | 60 | 25 | 225 | 127 | 52 |
| Binary | 1110 | 11001001 | 1101000 | 1011101 | 0 | 110000 | 10101 | 10010101 | 1010111 | 101010 |
Color Harmonies of #0EC968
Complementary color
Monochromatic Colors of #0EC968
Black with #0EC968
Text Example
Text Example
White with #0EC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC968; }
p { color: rgb(14,201,104); }
H1.HeaderClassName
{
color: #0EC968;
}
.AnyTagClassName
{
color: #0EC968;
}
</style>
background-color css
<style>
a { background-color: #0EC968; }
a { background-color: rgb(14,201,104); }
div.DivClassName
{
background-color: #0EC968;
}
.BgClassName
{
background-color: #0EC968;
}
</style>
border-color css
<style>
span { border-color: #0EC968; }
span { border-color: rgb(14,201,104); }
td.TdClassName
{
border-color: #0EC968;
}
.TagClassName
{
border-color: #0EC968;
}
</style>