Shades of Malachite #0EE95E
Tints of Malachite #0EE95E
RGB
CMYK
RGB Variations
Color information
#0EE95E (or 0x0EE95E) is known color: Malachite. HEX triplet: 0E, E9 and 5E. RGB value is (14,233,94). Sum of RGB (Red+Green+Blue) = 14+233+94=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 233 (91.41% from 255 or 68.33% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE95E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE95E is #F116A1. Grayscale: #989898. Windows color (decimal): -15799970 or 6220046. OLE color: 6220046.
HSL color Cylindrical-coordinate representation of color #0EE95E: hue angle of 141.92º 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 #0EE95E is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 94 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.09 |
| HSL | 141.92º | 0.89% | 0.48% | - |
| HSV(B) | 141.92º | 0.94% | 0.91% | - |
| XYZ | 31.34 | 59.18 | 20.36 | - |
| YUV | 151.67 | 95.45 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 94 | 0.94 | 0 | 0.60 | 0.09 | 141.92 | 0.89 | 0.48 |
| Hex | E | E9 | 5E | 5E | 0 | 3C | 9 | 8E | 59 | 30 |
| Octal | 16 | 351 | 136 | 136 | 0 | 74 | 11 | 216 | 131 | 60 |
| Binary | 1110 | 11101001 | 1011110 | 1011110 | 0 | 111100 | 1001 | 10001110 | 1011001 | 110000 |
Color Harmonies of #0EE95E
Complementary color
Monochromatic Colors of #0EE95E
Black with #0EE95E
Text Example
Text Example
White with #0EE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE95E; }
p { color: rgb(14,233,94); }
H1.HeaderClassName
{
color: #0EE95E;
}
.AnyTagClassName
{
color: #0EE95E;
}
</style>
background-color css
<style>
a { background-color: #0EE95E; }
a { background-color: rgb(14,233,94); }
div.DivClassName
{
background-color: #0EE95E;
}
.BgClassName
{
background-color: #0EE95E;
}
</style>
border-color css
<style>
span { border-color: #0EE95E; }
span { border-color: rgb(14,233,94); }
td.TdClassName
{
border-color: #0EE95E;
}
.TagClassName
{
border-color: #0EE95E;
}
</style>