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