Shades of Malachite #0EE460
Tints of Malachite #0EE460
RGB
CMYK
RGB Variations
Color information
#0EE460 (or 0x0EE460) is known color: Malachite. HEX triplet: 0E, E4 and 60. RGB value is (14,228,96). Sum of RGB (Red+Green+Blue) = 14+228+96=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE460 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE460 is #F11B9F. Grayscale: #959595. Windows color (decimal): -15801248 or 6349838. OLE color: 6349838.
HSL color Cylindrical-coordinate representation of color #0EE460: hue angle of 142.99º 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 #0EE460 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 228 | 96 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.11 |
| HSL | 142.99º | 0.88% | 0.47% | - |
| HSV(B) | 142.99º | 0.94% | 0.89% | - |
| XYZ | 30.04 | 56.42 | 20.37 | - |
| YUV | 148.97 | 98.1 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 96 | 0.94 | 0 | 0.58 | 0.11 | 142.99 | 0.88 | 0.47 |
| Hex | E | E4 | 60 | 5E | 0 | 3A | B | 8F | 58 | 2F |
| Octal | 16 | 344 | 140 | 136 | 0 | 72 | 13 | 217 | 130 | 57 |
| Binary | 1110 | 11100100 | 1100000 | 1011110 | 0 | 111010 | 1011 | 10001111 | 1011000 | 101111 |
Color Harmonies of #0EE460
Complementary color
Monochromatic Colors of #0EE460
Black with #0EE460
Text Example
Text Example
White with #0EE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE460; }
p { color: rgb(14,228,96); }
H1.HeaderClassName
{
color: #0EE460;
}
.AnyTagClassName
{
color: #0EE460;
}
</style>
background-color css
<style>
a { background-color: #0EE460; }
a { background-color: rgb(14,228,96); }
div.DivClassName
{
background-color: #0EE460;
}
.BgClassName
{
background-color: #0EE460;
}
</style>
border-color css
<style>
span { border-color: #0EE460; }
span { border-color: rgb(14,228,96); }
td.TdClassName
{
border-color: #0EE460;
}
.TagClassName
{
border-color: #0EE460;
}
</style>