Shades of Malachite #0ED650
Tints of Malachite #0ED650
RGB
CMYK
RGB Variations
Color information
#0ED650 (or 0x0ED650) is known color: Malachite. HEX triplet: 0E, D6 and 50. RGB value is (14,214,80). Sum of RGB (Red+Green+Blue) = 14+214+80=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED650 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED650 is #F129AF. Grayscale: #8B8B8B. Windows color (decimal): -15804848 or 5297678. OLE color: 5297678.
HSL color Cylindrical-coordinate representation of color #0ED650: hue angle of 139.8º 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 #0ED650 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 80 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.16 |
| HSL | 139.8º | 0.88% | 0.45% | - |
| HSV(B) | 139.8º | 0.93% | 0.84% | - |
| XYZ | 25.68 | 48.77 | 15.65 | - |
| YUV | 138.92 | 94.74 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 80 | 0.93 | 0 | 0.63 | 0.16 | 139.8 | 0.88 | 0.45 |
| Hex | E | D6 | 50 | 5D | 0 | 3F | 10 | 8C | 58 | 2D |
| Octal | 16 | 326 | 120 | 135 | 0 | 77 | 20 | 214 | 130 | 55 |
| Binary | 1110 | 11010110 | 1010000 | 1011101 | 0 | 111111 | 10000 | 10001100 | 1011000 | 101101 |
Color Harmonies of #0ED650
Complementary color
Monochromatic Colors of #0ED650
Black with #0ED650
Text Example
Text Example
White with #0ED650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED650; }
p { color: rgb(14,214,80); }
H1.HeaderClassName
{
color: #0ED650;
}
.AnyTagClassName
{
color: #0ED650;
}
</style>
background-color css
<style>
a { background-color: #0ED650; }
a { background-color: rgb(14,214,80); }
div.DivClassName
{
background-color: #0ED650;
}
.BgClassName
{
background-color: #0ED650;
}
</style>
border-color css
<style>
span { border-color: #0ED650; }
span { border-color: rgb(14,214,80); }
td.TdClassName
{
border-color: #0ED650;
}
.TagClassName
{
border-color: #0ED650;
}
</style>