Shades of Malachite #0ED55E
Tints of Malachite #0ED55E
RGB
CMYK
RGB Variations
Color information
#0ED55E (or 0x0ED55E) is known color: Malachite. HEX triplet: 0E, D5 and 5E. RGB value is (14,213,94). Sum of RGB (Red+Green+Blue) = 14+213+94=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED55E is #F12AA1. Grayscale: #8C8C8C. Windows color (decimal): -15805090 or 6214926. OLE color: 6214926.
HSL color Cylindrical-coordinate representation of color #0ED55E: hue angle of 144.12º 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 #0ED55E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 94 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.16 |
| HSL | 144.12º | 0.88% | 0.45% | - |
| HSV(B) | 144.12º | 0.93% | 0.84% | - |
| XYZ | 26 | 48.49 | 18.58 | - |
| YUV | 139.93 | 102.07 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 94 | 0.93 | 0 | 0.56 | 0.16 | 144.12 | 0.88 | 0.45 |
| Hex | E | D5 | 5E | 5D | 0 | 38 | 10 | 90 | 58 | 2D |
| Octal | 16 | 325 | 136 | 135 | 0 | 70 | 20 | 220 | 130 | 55 |
| Binary | 1110 | 11010101 | 1011110 | 1011101 | 0 | 111000 | 10000 | 10010000 | 1011000 | 101101 |
Color Harmonies of #0ED55E
Complementary color
Monochromatic Colors of #0ED55E
Black with #0ED55E
Text Example
Text Example
White with #0ED55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED55E; }
p { color: rgb(14,213,94); }
H1.HeaderClassName
{
color: #0ED55E;
}
.AnyTagClassName
{
color: #0ED55E;
}
</style>
background-color css
<style>
a { background-color: #0ED55E; }
a { background-color: rgb(14,213,94); }
div.DivClassName
{
background-color: #0ED55E;
}
.BgClassName
{
background-color: #0ED55E;
}
</style>
border-color css
<style>
span { border-color: #0ED55E; }
span { border-color: rgb(14,213,94); }
td.TdClassName
{
border-color: #0ED55E;
}
.TagClassName
{
border-color: #0ED55E;
}
</style>