Shades of Malachite #0EE060
Tints of Malachite #0EE060
RGB
CMYK
RGB Variations
Color information
#0EE060 (or 0x0EE060) is known color: Malachite. HEX triplet: 0E, E0 and 60. RGB value is (14,224,96). Sum of RGB (Red+Green+Blue) = 14+224+96=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE060 is #F11F9F. Grayscale: #929292. Windows color (decimal): -15802272 or 6348814. OLE color: 6348814.
HSL color Cylindrical-coordinate representation of color #0EE060: hue angle of 143.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 #0EE060 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 96 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.12 |
| HSL | 143.43º | 0.88% | 0.47% | - |
| HSV(B) | 143.43º | 0.94% | 0.88% | - |
| XYZ | 28.95 | 54.25 | 20.01 | - |
| YUV | 146.62 | 99.43 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 96 | 0.94 | 0 | 0.57 | 0.12 | 143.43 | 0.88 | 0.47 |
| Hex | E | E0 | 60 | 5E | 0 | 39 | C | 8F | 58 | 2F |
| Octal | 16 | 340 | 140 | 136 | 0 | 71 | 14 | 217 | 130 | 57 |
| Binary | 1110 | 11100000 | 1100000 | 1011110 | 0 | 111001 | 1100 | 10001111 | 1011000 | 101111 |
Color Harmonies of #0EE060
Complementary color
Monochromatic Colors of #0EE060
Black with #0EE060
Text Example
Text Example
White with #0EE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE060; }
p { color: rgb(14,224,96); }
H1.HeaderClassName
{
color: #0EE060;
}
.AnyTagClassName
{
color: #0EE060;
}
</style>
background-color css
<style>
a { background-color: #0EE060; }
a { background-color: rgb(14,224,96); }
div.DivClassName
{
background-color: #0EE060;
}
.BgClassName
{
background-color: #0EE060;
}
</style>
border-color css
<style>
span { border-color: #0EE060; }
span { border-color: rgb(14,224,96); }
td.TdClassName
{
border-color: #0EE060;
}
.TagClassName
{
border-color: #0EE060;
}
</style>