Shades of Malachite #0EBE59
Tints of Malachite #0EBE59
RGB
CMYK
RGB Variations
Color information
#0EBE59 (or 0x0EBE59) is known color: Malachite. HEX triplet: 0E, BE and 59. RGB value is (14,190,89). Sum of RGB (Red+Green+Blue) = 14+190+89=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE59 is #F141A6. Grayscale: #7E7E7E. Windows color (decimal): -15810983 or 5881358. OLE color: 5881358.
HSL color Cylindrical-coordinate representation of color #0EBE59: hue angle of 145.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE59 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 89 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.25 |
| HSL | 145.57º | 0.86% | 0.4% | - |
| HSV(B) | 145.57º | 0.93% | 0.75% | - |
| XYZ | 20.4 | 37.64 | 15.64 | - |
| YUV | 125.86 | 107.19 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 89 | 0.93 | 0 | 0.53 | 0.25 | 145.57 | 0.86 | 0.4 |
| Hex | E | BE | 59 | 5D | 0 | 35 | 19 | 92 | 56 | 28 |
| Octal | 16 | 276 | 131 | 135 | 0 | 65 | 31 | 222 | 126 | 50 |
| Binary | 1110 | 10111110 | 1011001 | 1011101 | 0 | 110101 | 11001 | 10010010 | 1010110 | 101000 |
Color Harmonies of #0EBE59
Complementary color
Monochromatic Colors of #0EBE59
Black with #0EBE59
Text Example
Text Example
White with #0EBE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE59; }
p { color: rgb(14,190,89); }
H1.HeaderClassName
{
color: #0EBE59;
}
.AnyTagClassName
{
color: #0EBE59;
}
</style>
background-color css
<style>
a { background-color: #0EBE59; }
a { background-color: rgb(14,190,89); }
div.DivClassName
{
background-color: #0EBE59;
}
.BgClassName
{
background-color: #0EBE59;
}
</style>
border-color css
<style>
span { border-color: #0EBE59; }
span { border-color: rgb(14,190,89); }
td.TdClassName
{
border-color: #0EBE59;
}
.TagClassName
{
border-color: #0EBE59;
}
</style>