Shades of Malachite #0EEC52
Tints of Malachite #0EEC52
RGB
CMYK
RGB Variations
Color information
#0EEC52 (or 0x0EEC52) is known color: Malachite. HEX triplet: 0E, EC and 52. RGB value is (14,236,82). Sum of RGB (Red+Green+Blue) = 14+236+82=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC52 is #F113AD. Grayscale: #989898. Windows color (decimal): -15799214 or 5434382. OLE color: 5434382.
HSL color Cylindrical-coordinate representation of color #0EEC52: hue angle of 138.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEC52 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 82 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.07 |
| HSL | 138.38º | 0.89% | 0.49% | - |
| HSV(B) | 138.38º | 0.94% | 0.93% | - |
| XYZ | 31.7 | 60.69 | 18.03 | - |
| YUV | 152.07 | 88.45 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 82 | 0.94 | 0 | 0.65 | 0.07 | 138.38 | 0.89 | 0.49 |
| Hex | E | EC | 52 | 5E | 0 | 41 | 7 | 8A | 59 | 31 |
| Octal | 16 | 354 | 122 | 136 | 0 | 101 | 7 | 212 | 131 | 61 |
| Binary | 1110 | 11101100 | 1010010 | 1011110 | 0 | 1000001 | 111 | 10001010 | 1011001 | 110001 |
Color Harmonies of #0EEC52
Complementary color
Monochromatic Colors of #0EEC52
Black with #0EEC52
Text Example
Text Example
White with #0EEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEC52; }
p { color: rgb(14,236,82); }
H1.HeaderClassName
{
color: #0EEC52;
}
.AnyTagClassName
{
color: #0EEC52;
}
</style>
background-color css
<style>
a { background-color: #0EEC52; }
a { background-color: rgb(14,236,82); }
div.DivClassName
{
background-color: #0EEC52;
}
.BgClassName
{
background-color: #0EEC52;
}
</style>
border-color css
<style>
span { border-color: #0EEC52; }
span { border-color: rgb(14,236,82); }
td.TdClassName
{
border-color: #0EEC52;
}
.TagClassName
{
border-color: #0EEC52;
}
</style>