Shades of Malachite #0EE75A
Tints of Malachite #0EE75A
RGB
CMYK
RGB Variations
Color information
#0EE75A (or 0x0EE75A) is known color: Malachite. HEX triplet: 0E, E7 and 5A. RGB value is (14,231,90). Sum of RGB (Red+Green+Blue) = 14+231+90=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 231 (90.62% from 255 or 68.96% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE75A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE75A is #F118A5. Grayscale: #969696. Windows color (decimal): -15800486 or 5957390. OLE color: 5957390.
HSL color Cylindrical-coordinate representation of color #0EE75A: hue angle of 141.01º 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 #0EE75A is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 90 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.09 |
| HSL | 141.01º | 0.89% | 0.48% | - |
| HSV(B) | 141.01º | 0.94% | 0.91% | - |
| XYZ | 30.6 | 57.98 | 19.25 | - |
| YUV | 150.04 | 94.11 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 90 | 0.94 | 0 | 0.61 | 0.09 | 141.01 | 0.89 | 0.48 |
| Hex | E | E7 | 5A | 5E | 0 | 3D | 9 | 8D | 59 | 30 |
| Octal | 16 | 347 | 132 | 136 | 0 | 75 | 11 | 215 | 131 | 60 |
| Binary | 1110 | 11100111 | 1011010 | 1011110 | 0 | 111101 | 1001 | 10001101 | 1011001 | 110000 |
Color Harmonies of #0EE75A
Complementary color
Monochromatic Colors of #0EE75A
Black with #0EE75A
Text Example
Text Example
White with #0EE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE75A; }
p { color: rgb(14,231,90); }
H1.HeaderClassName
{
color: #0EE75A;
}
.AnyTagClassName
{
color: #0EE75A;
}
</style>
background-color css
<style>
a { background-color: #0EE75A; }
a { background-color: rgb(14,231,90); }
div.DivClassName
{
background-color: #0EE75A;
}
.BgClassName
{
background-color: #0EE75A;
}
</style>
border-color css
<style>
span { border-color: #0EE75A; }
span { border-color: rgb(14,231,90); }
td.TdClassName
{
border-color: #0EE75A;
}
.TagClassName
{
border-color: #0EE75A;
}
</style>