Shades of Malachite #0EC660
Tints of Malachite #0EC660
RGB
CMYK
RGB Variations
Color information
#0EC660 (or 0x0EC660) is known color: Malachite. HEX triplet: 0E, C6 and 60. RGB value is (14,198,96). Sum of RGB (Red+Green+Blue) = 14+198+96=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC660 is #F1399F. Grayscale: #838383. Windows color (decimal): -15808928 or 6342158. OLE color: 6342158.
HSL color Cylindrical-coordinate representation of color #0EC660: hue angle of 146.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC660 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 96 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.22 |
| HSL | 146.74º | 0.87% | 0.42% | - |
| HSV(B) | 146.74º | 0.93% | 0.78% | - |
| XYZ | 22.49 | 41.33 | 17.86 | - |
| YUV | 131.36 | 108.04 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 96 | 0.93 | 0 | 0.52 | 0.22 | 146.74 | 0.87 | 0.42 |
| Hex | E | C6 | 60 | 5D | 0 | 34 | 16 | 93 | 57 | 2A |
| Octal | 16 | 306 | 140 | 135 | 0 | 64 | 26 | 223 | 127 | 52 |
| Binary | 1110 | 11000110 | 1100000 | 1011101 | 0 | 110100 | 10110 | 10010011 | 1010111 | 101010 |
Color Harmonies of #0EC660
Complementary color
Monochromatic Colors of #0EC660
Black with #0EC660
Text Example
Text Example
White with #0EC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC660; }
p { color: rgb(14,198,96); }
H1.HeaderClassName
{
color: #0EC660;
}
.AnyTagClassName
{
color: #0EC660;
}
</style>
background-color css
<style>
a { background-color: #0EC660; }
a { background-color: rgb(14,198,96); }
div.DivClassName
{
background-color: #0EC660;
}
.BgClassName
{
background-color: #0EC660;
}
</style>
border-color css
<style>
span { border-color: #0EC660; }
span { border-color: rgb(14,198,96); }
td.TdClassName
{
border-color: #0EC660;
}
.TagClassName
{
border-color: #0EC660;
}
</style>