Shades of Malachite #0EC962
Tints of Malachite #0EC962
RGB
CMYK
RGB Variations
Color information
#0EC962 (or 0x0EC962) is known color: Malachite. HEX triplet: 0E, C9 and 62. RGB value is (14,201,98). Sum of RGB (Red+Green+Blue) = 14+201+98=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC962 is #F1369D. Grayscale: #858585. Windows color (decimal): -15808158 or 6473998. OLE color: 6473998.
HSL color Cylindrical-coordinate representation of color #0EC962: hue angle of 146.95º 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 #0EC962 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 98 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.21 |
| HSL | 146.95º | 0.87% | 0.42% | - |
| HSV(B) | 146.95º | 0.93% | 0.79% | - |
| XYZ | 23.27 | 42.75 | 18.58 | - |
| YUV | 133.35 | 108.05 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 98 | 0.93 | 0 | 0.51 | 0.21 | 146.95 | 0.87 | 0.42 |
| Hex | E | C9 | 62 | 5D | 0 | 33 | 15 | 93 | 57 | 2A |
| Octal | 16 | 311 | 142 | 135 | 0 | 63 | 25 | 223 | 127 | 52 |
| Binary | 1110 | 11001001 | 1100010 | 1011101 | 0 | 110011 | 10101 | 10010011 | 1010111 | 101010 |
Color Harmonies of #0EC962
Complementary color
Monochromatic Colors of #0EC962
Black with #0EC962
Text Example
Text Example
White with #0EC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC962; }
p { color: rgb(14,201,98); }
H1.HeaderClassName
{
color: #0EC962;
}
.AnyTagClassName
{
color: #0EC962;
}
</style>
background-color css
<style>
a { background-color: #0EC962; }
a { background-color: rgb(14,201,98); }
div.DivClassName
{
background-color: #0EC962;
}
.BgClassName
{
background-color: #0EC962;
}
</style>
border-color css
<style>
span { border-color: #0EC962; }
span { border-color: rgb(14,201,98); }
td.TdClassName
{
border-color: #0EC962;
}
.TagClassName
{
border-color: #0EC962;
}
</style>