Shades of Malachite #0EE940
Tints of Malachite #0EE940
RGB
CMYK
RGB Variations
Color information
#0EE940 (or 0x0EE940) is known color: Malachite. HEX triplet: 0E, E9 and 40. RGB value is (14,233,64). Sum of RGB (Red+Green+Blue) = 14+233+64=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 233 (91.41% from 255 or 74.92% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE940 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE940 is #F116BF. Grayscale: #949494. Windows color (decimal): -15800000 or 4253966. OLE color: 4253966.
HSL color Cylindrical-coordinate representation of color #0EE940: hue angle of 133.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE940 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 64 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.09 |
| HSL | 133.7º | 0.89% | 0.48% | - |
| HSV(B) | 133.7º | 0.94% | 0.91% | - |
| XYZ | 30.25 | 58.74 | 14.59 | - |
| YUV | 148.25 | 80.45 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 64 | 0.94 | 0 | 0.73 | 0.09 | 133.7 | 0.89 | 0.48 |
| Hex | E | E9 | 40 | 5E | 0 | 49 | 9 | 86 | 59 | 30 |
| Octal | 16 | 351 | 100 | 136 | 0 | 111 | 11 | 206 | 131 | 60 |
| Binary | 1110 | 11101001 | 1000000 | 1011110 | 0 | 1001001 | 1001 | 10000110 | 1011001 | 110000 |
Color Harmonies of #0EE940
Complementary color
Monochromatic Colors of #0EE940
Black with #0EE940
Text Example
Text Example
White with #0EE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE940; }
p { color: rgb(14,233,64); }
H1.HeaderClassName
{
color: #0EE940;
}
.AnyTagClassName
{
color: #0EE940;
}
</style>
background-color css
<style>
a { background-color: #0EE940; }
a { background-color: rgb(14,233,64); }
div.DivClassName
{
background-color: #0EE940;
}
.BgClassName
{
background-color: #0EE940;
}
</style>
border-color css
<style>
span { border-color: #0EE940; }
span { border-color: rgb(14,233,64); }
td.TdClassName
{
border-color: #0EE940;
}
.TagClassName
{
border-color: #0EE940;
}
</style>