Shades of Malachite #0EC152
Tints of Malachite #0EC152
RGB
CMYK
RGB Variations
Color information
#0EC152 (or 0x0EC152) is known color: Malachite. HEX triplet: 0E, C1 and 52. RGB value is (14,193,82). Sum of RGB (Red+Green+Blue) = 14+193+82=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC152 is #F13EAD. Grayscale: #7F7F7F. Windows color (decimal): -15810222 or 5423374. OLE color: 5423374.
HSL color Cylindrical-coordinate representation of color #0EC152: hue angle of 142.79º degrees, saturation: 0.86, 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 #0EC152 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 82 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.24 |
| HSL | 142.79º | 0.86% | 0.41% | - |
| HSV(B) | 142.79º | 0.93% | 0.76% | - |
| XYZ | 20.77 | 38.84 | 14.39 | - |
| YUV | 126.83 | 102.7 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 82 | 0.93 | 0 | 0.58 | 0.24 | 142.79 | 0.86 | 0.41 |
| Hex | E | C1 | 52 | 5D | 0 | 3A | 18 | 8F | 56 | 29 |
| Octal | 16 | 301 | 122 | 135 | 0 | 72 | 30 | 217 | 126 | 51 |
| Binary | 1110 | 11000001 | 1010010 | 1011101 | 0 | 111010 | 11000 | 10001111 | 1010110 | 101001 |
Color Harmonies of #0EC152
Complementary color
Monochromatic Colors of #0EC152
Black with #0EC152
Text Example
Text Example
White with #0EC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC152; }
p { color: rgb(14,193,82); }
H1.HeaderClassName
{
color: #0EC152;
}
.AnyTagClassName
{
color: #0EC152;
}
</style>
background-color css
<style>
a { background-color: #0EC152; }
a { background-color: rgb(14,193,82); }
div.DivClassName
{
background-color: #0EC152;
}
.BgClassName
{
background-color: #0EC152;
}
</style>
border-color css
<style>
span { border-color: #0EC152; }
span { border-color: rgb(14,193,82); }
td.TdClassName
{
border-color: #0EC152;
}
.TagClassName
{
border-color: #0EC152;
}
</style>