Shades of Malachite #0EE93A
Tints of Malachite #0EE93A
RGB
CMYK
RGB Variations
Color information
#0EE93A (or 0x0EE93A) is known color: Malachite. HEX triplet: 0E, E9 and 3A. RGB value is (14,233,58). Sum of RGB (Red+Green+Blue) = 14+233+58=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 233 (91.41% from 255 or 76.39% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE93A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE93A is #F116C5. Grayscale: #949494. Windows color (decimal): -15800006 or 3860750. OLE color: 3860750.
HSL color Cylindrical-coordinate representation of color #0EE93A: hue angle of 132.05º 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 #0EE93A is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 58 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.09 |
| HSL | 132.05º | 0.89% | 0.48% | - |
| HSV(B) | 132.05º | 0.94% | 0.91% | - |
| XYZ | 30.08 | 58.68 | 13.74 | - |
| YUV | 147.57 | 77.45 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 58 | 0.94 | 0 | 0.75 | 0.09 | 132.05 | 0.89 | 0.48 |
| Hex | E | E9 | 3A | 5E | 0 | 4B | 9 | 84 | 59 | 30 |
| Octal | 16 | 351 | 72 | 136 | 0 | 113 | 11 | 204 | 131 | 60 |
| Binary | 1110 | 11101001 | 111010 | 1011110 | 0 | 1001011 | 1001 | 10000100 | 1011001 | 110000 |
Color Harmonies of #0EE93A
Complementary color
Monochromatic Colors of #0EE93A
Black with #0EE93A
Text Example
Text Example
White with #0EE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE93A; }
p { color: rgb(14,233,58); }
H1.HeaderClassName
{
color: #0EE93A;
}
.AnyTagClassName
{
color: #0EE93A;
}
</style>
background-color css
<style>
a { background-color: #0EE93A; }
a { background-color: rgb(14,233,58); }
div.DivClassName
{
background-color: #0EE93A;
}
.BgClassName
{
background-color: #0EE93A;
}
</style>
border-color css
<style>
span { border-color: #0EE93A; }
span { border-color: rgb(14,233,58); }
td.TdClassName
{
border-color: #0EE93A;
}
.TagClassName
{
border-color: #0EE93A;
}
</style>