Shades of Malachite #0EE052
Tints of Malachite #0EE052
RGB
CMYK
RGB Variations
Color information
#0EE052 (or 0x0EE052) is known color: Malachite. HEX triplet: 0E, E0 and 52. RGB value is (14,224,82). Sum of RGB (Red+Green+Blue) = 14+224+82=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE052 is #F11FAD. Grayscale: #919191. Windows color (decimal): -15802286 or 5431310. OLE color: 5431310.
HSL color Cylindrical-coordinate representation of color #0EE052: hue angle of 139.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE052 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 82 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.12 |
| HSL | 139.43º | 0.88% | 0.47% | - |
| HSV(B) | 139.43º | 0.94% | 0.88% | - |
| XYZ | 28.36 | 54.01 | 16.91 | - |
| YUV | 145.02 | 92.43 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 82 | 0.94 | 0 | 0.63 | 0.12 | 139.43 | 0.88 | 0.47 |
| Hex | E | E0 | 52 | 5E | 0 | 3F | C | 8B | 58 | 2F |
| Octal | 16 | 340 | 122 | 136 | 0 | 77 | 14 | 213 | 130 | 57 |
| Binary | 1110 | 11100000 | 1010010 | 1011110 | 0 | 111111 | 1100 | 10001011 | 1011000 | 101111 |
Color Harmonies of #0EE052
Complementary color
Monochromatic Colors of #0EE052
Black with #0EE052
Text Example
Text Example
White with #0EE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE052; }
p { color: rgb(14,224,82); }
H1.HeaderClassName
{
color: #0EE052;
}
.AnyTagClassName
{
color: #0EE052;
}
</style>
background-color css
<style>
a { background-color: #0EE052; }
a { background-color: rgb(14,224,82); }
div.DivClassName
{
background-color: #0EE052;
}
.BgClassName
{
background-color: #0EE052;
}
</style>
border-color css
<style>
span { border-color: #0EE052; }
span { border-color: rgb(14,224,82); }
td.TdClassName
{
border-color: #0EE052;
}
.TagClassName
{
border-color: #0EE052;
}
</style>