Shades of Malachite #0ED65E
Tints of Malachite #0ED65E
RGB
CMYK
RGB Variations
Color information
#0ED65E (or 0x0ED65E) is known color: Malachite. HEX triplet: 0E, D6 and 5E. RGB value is (14,214,94). Sum of RGB (Red+Green+Blue) = 14+214+94=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED65E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED65E is #F129A1. Grayscale: #8C8C8C. Windows color (decimal): -15804834 or 6215182. OLE color: 6215182.
HSL color Cylindrical-coordinate representation of color #0ED65E: hue angle of 144º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED65E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 94 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.16 |
| HSL | 144º | 0.88% | 0.45% | - |
| HSV(B) | 144º | 0.93% | 0.84% | - |
| XYZ | 26.25 | 48.99 | 18.66 | - |
| YUV | 140.52 | 101.74 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 94 | 0.93 | 0 | 0.56 | 0.16 | 144 | 0.88 | 0.45 |
| Hex | E | D6 | 5E | 5D | 0 | 38 | 10 | 90 | 58 | 2D |
| Octal | 16 | 326 | 136 | 135 | 0 | 70 | 20 | 220 | 130 | 55 |
| Binary | 1110 | 11010110 | 1011110 | 1011101 | 0 | 111000 | 10000 | 10010000 | 1011000 | 101101 |
Color Harmonies of #0ED65E
Complementary color
Monochromatic Colors of #0ED65E
Black with #0ED65E
Text Example
Text Example
White with #0ED65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED65E; }
p { color: rgb(14,214,94); }
H1.HeaderClassName
{
color: #0ED65E;
}
.AnyTagClassName
{
color: #0ED65E;
}
</style>
background-color css
<style>
a { background-color: #0ED65E; }
a { background-color: rgb(14,214,94); }
div.DivClassName
{
background-color: #0ED65E;
}
.BgClassName
{
background-color: #0ED65E;
}
</style>
border-color css
<style>
span { border-color: #0ED65E; }
span { border-color: rgb(14,214,94); }
td.TdClassName
{
border-color: #0ED65E;
}
.TagClassName
{
border-color: #0ED65E;
}
</style>