Shades of Malachite #0EEB51
Tints of Malachite #0EEB51
RGB
CMYK
RGB Variations
Color information
#0EEB51 (or 0x0EEB51) is known color: Malachite. HEX triplet: 0E, EB and 51. RGB value is (14,235,81). Sum of RGB (Red+Green+Blue) = 14+235+81=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 235 (92.19% from 255 or 71.21% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEB51 is #F114AE. Grayscale: #979797. Windows color (decimal): -15799471 or 5368590. OLE color: 5368590.
HSL color Cylindrical-coordinate representation of color #0EEB51: hue angle of 138.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEB51 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 81 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.08 |
| HSL | 138.19º | 0.89% | 0.49% | - |
| HSV(B) | 138.19º | 0.94% | 0.92% | - |
| XYZ | 31.37 | 60.1 | 17.73 | - |
| YUV | 151.37 | 88.28 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 81 | 0.94 | 0 | 0.66 | 0.08 | 138.19 | 0.89 | 0.49 |
| Hex | E | EB | 51 | 5E | 0 | 42 | 8 | 8A | 59 | 31 |
| Octal | 16 | 353 | 121 | 136 | 0 | 102 | 10 | 212 | 131 | 61 |
| Binary | 1110 | 11101011 | 1010001 | 1011110 | 0 | 1000010 | 1000 | 10001010 | 1011001 | 110001 |
Color Harmonies of #0EEB51
Complementary color
Monochromatic Colors of #0EEB51
Black with #0EEB51
Text Example
Text Example
White with #0EEB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEB51; }
p { color: rgb(14,235,81); }
H1.HeaderClassName
{
color: #0EEB51;
}
.AnyTagClassName
{
color: #0EEB51;
}
</style>
background-color css
<style>
a { background-color: #0EEB51; }
a { background-color: rgb(14,235,81); }
div.DivClassName
{
background-color: #0EEB51;
}
.BgClassName
{
background-color: #0EEB51;
}
</style>
border-color css
<style>
span { border-color: #0EEB51; }
span { border-color: rgb(14,235,81); }
td.TdClassName
{
border-color: #0EEB51;
}
.TagClassName
{
border-color: #0EEB51;
}
</style>