Shades of Malachite #0EC554
Tints of Malachite #0EC554
RGB
CMYK
RGB Variations
Color information
#0EC554 (or 0x0EC554) is known color: Malachite. HEX triplet: 0E, C5 and 54. RGB value is (14,197,84). Sum of RGB (Red+Green+Blue) = 14+197+84=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC554 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC554 is #F13AAB. Grayscale: #818181. Windows color (decimal): -15809196 or 5555470. OLE color: 5555470.
HSL color Cylindrical-coordinate representation of color #0EC554: hue angle of 142.95º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC554 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 84 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.23 |
| HSL | 142.95º | 0.87% | 0.41% | - |
| HSV(B) | 142.95º | 0.93% | 0.77% | - |
| XYZ | 21.75 | 40.67 | 15.09 | - |
| YUV | 129.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 84 | 0.93 | 0 | 0.57 | 0.23 | 142.95 | 0.87 | 0.41 |
| Hex | E | C5 | 54 | 5D | 0 | 39 | 17 | 8F | 57 | 29 |
| Octal | 16 | 305 | 124 | 135 | 0 | 71 | 27 | 217 | 127 | 51 |
| Binary | 1110 | 11000101 | 1010100 | 1011101 | 0 | 111001 | 10111 | 10001111 | 1010111 | 101001 |
Color Harmonies of #0EC554
Complementary color
Monochromatic Colors of #0EC554
Black with #0EC554
Text Example
Text Example
White with #0EC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC554; }
p { color: rgb(14,197,84); }
H1.HeaderClassName
{
color: #0EC554;
}
.AnyTagClassName
{
color: #0EC554;
}
</style>
background-color css
<style>
a { background-color: #0EC554; }
a { background-color: rgb(14,197,84); }
div.DivClassName
{
background-color: #0EC554;
}
.BgClassName
{
background-color: #0EC554;
}
</style>
border-color css
<style>
span { border-color: #0EC554; }
span { border-color: rgb(14,197,84); }
td.TdClassName
{
border-color: #0EC554;
}
.TagClassName
{
border-color: #0EC554;
}
</style>