Shades of Malachite #0EE359
Tints of Malachite #0EE359
RGB
CMYK
RGB Variations
Color information
#0EE359 (or 0x0EE359) is known color: Malachite. HEX triplet: 0E, E3 and 59. RGB value is (14,227,89). Sum of RGB (Red+Green+Blue) = 14+227+89=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE359 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE359 is #F11CA6. Grayscale: #939393. Windows color (decimal): -15801511 or 5890830. OLE color: 5890830.
HSL color Cylindrical-coordinate representation of color #0EE359: hue angle of 141.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE359 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 89 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.11 |
| HSL | 141.13º | 0.88% | 0.47% | - |
| HSV(B) | 141.13º | 0.94% | 0.89% | - |
| XYZ | 29.45 | 55.75 | 18.66 | - |
| YUV | 147.58 | 94.93 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 89 | 0.94 | 0 | 0.61 | 0.11 | 141.13 | 0.88 | 0.47 |
| Hex | E | E3 | 59 | 5E | 0 | 3D | B | 8D | 58 | 2F |
| Octal | 16 | 343 | 131 | 136 | 0 | 75 | 13 | 215 | 130 | 57 |
| Binary | 1110 | 11100011 | 1011001 | 1011110 | 0 | 111101 | 1011 | 10001101 | 1011000 | 101111 |
Color Harmonies of #0EE359
Complementary color
Monochromatic Colors of #0EE359
Black with #0EE359
Text Example
Text Example
White with #0EE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE359; }
p { color: rgb(14,227,89); }
H1.HeaderClassName
{
color: #0EE359;
}
.AnyTagClassName
{
color: #0EE359;
}
</style>
background-color css
<style>
a { background-color: #0EE359; }
a { background-color: rgb(14,227,89); }
div.DivClassName
{
background-color: #0EE359;
}
.BgClassName
{
background-color: #0EE359;
}
</style>
border-color css
<style>
span { border-color: #0EE359; }
span { border-color: rgb(14,227,89); }
td.TdClassName
{
border-color: #0EE359;
}
.TagClassName
{
border-color: #0EE359;
}
</style>