Shades of Malachite #0EE360
Tints of Malachite #0EE360
RGB
CMYK
RGB Variations
Color information
#0EE360 (or 0x0EE360) is known color: Malachite. HEX triplet: 0E, E3 and 60. RGB value is (14,227,96). Sum of RGB (Red+Green+Blue) = 14+227+96=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 227 (89.06% from 255 or 67.36% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE360 is #F11C9F. Grayscale: #949494. Windows color (decimal): -15801504 or 6349582. OLE color: 6349582.
HSL color Cylindrical-coordinate representation of color #0EE360: hue angle of 143.1º 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 #0EE360 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 96 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.11 |
| HSL | 143.1º | 0.88% | 0.47% | - |
| HSV(B) | 143.1º | 0.94% | 0.89% | - |
| XYZ | 29.76 | 55.88 | 20.28 | - |
| YUV | 148.38 | 98.43 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 96 | 0.94 | 0 | 0.58 | 0.11 | 143.1 | 0.88 | 0.47 |
| Hex | E | E3 | 60 | 5E | 0 | 3A | B | 8F | 58 | 2F |
| Octal | 16 | 343 | 140 | 136 | 0 | 72 | 13 | 217 | 130 | 57 |
| Binary | 1110 | 11100011 | 1100000 | 1011110 | 0 | 111010 | 1011 | 10001111 | 1011000 | 101111 |
Color Harmonies of #0EE360
Complementary color
Monochromatic Colors of #0EE360
Black with #0EE360
Text Example
Text Example
White with #0EE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE360; }
p { color: rgb(14,227,96); }
H1.HeaderClassName
{
color: #0EE360;
}
.AnyTagClassName
{
color: #0EE360;
}
</style>
background-color css
<style>
a { background-color: #0EE360; }
a { background-color: rgb(14,227,96); }
div.DivClassName
{
background-color: #0EE360;
}
.BgClassName
{
background-color: #0EE360;
}
</style>
border-color css
<style>
span { border-color: #0EE360; }
span { border-color: rgb(14,227,96); }
td.TdClassName
{
border-color: #0EE360;
}
.TagClassName
{
border-color: #0EE360;
}
</style>