Shades of Malachite #0EC252
Tints of Malachite #0EC252
RGB
CMYK
RGB Variations
Color information
#0EC252 (or 0x0EC252) is known color: Malachite. HEX triplet: 0E, C2 and 52. RGB value is (14,194,82). Sum of RGB (Red+Green+Blue) = 14+194+82=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC252 is #F13DAD. Grayscale: #7F7F7F. Windows color (decimal): -15809966 or 5423630. OLE color: 5423630.
HSL color Cylindrical-coordinate representation of color #0EC252: hue angle of 142.67º 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 #0EC252 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 82 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.24 |
| HSL | 142.67º | 0.87% | 0.41% | - |
| HSV(B) | 142.67º | 0.93% | 0.76% | - |
| XYZ | 21 | 39.29 | 14.46 | - |
| YUV | 127.41 | 102.37 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 82 | 0.93 | 0 | 0.58 | 0.24 | 142.67 | 0.87 | 0.41 |
| Hex | E | C2 | 52 | 5D | 0 | 3A | 18 | 8F | 57 | 29 |
| Octal | 16 | 302 | 122 | 135 | 0 | 72 | 30 | 217 | 127 | 51 |
| Binary | 1110 | 11000010 | 1010010 | 1011101 | 0 | 111010 | 11000 | 10001111 | 1010111 | 101001 |
Color Harmonies of #0EC252
Complementary color
Monochromatic Colors of #0EC252
Black with #0EC252
Text Example
Text Example
White with #0EC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC252; }
p { color: rgb(14,194,82); }
H1.HeaderClassName
{
color: #0EC252;
}
.AnyTagClassName
{
color: #0EC252;
}
</style>
background-color css
<style>
a { background-color: #0EC252; }
a { background-color: rgb(14,194,82); }
div.DivClassName
{
background-color: #0EC252;
}
.BgClassName
{
background-color: #0EC252;
}
</style>
border-color css
<style>
span { border-color: #0EC252; }
span { border-color: rgb(14,194,82); }
td.TdClassName
{
border-color: #0EC252;
}
.TagClassName
{
border-color: #0EC252;
}
</style>