Shades of Malachite #0ED750
Tints of Malachite #0ED750
RGB
CMYK
RGB Variations
Color information
#0ED750 (or 0x0ED750) is known color: Malachite. HEX triplet: 0E, D7 and 50. RGB value is (14,215,80). Sum of RGB (Red+Green+Blue) = 14+215+80=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED750 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED750 is #F128AF. Grayscale: #8B8B8B. Windows color (decimal): -15804592 or 5297934. OLE color: 5297934.
HSL color Cylindrical-coordinate representation of color #0ED750: hue angle of 139.7º 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 #0ED750 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 80 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.16 |
| HSL | 139.7º | 0.88% | 0.45% | - |
| HSV(B) | 139.7º | 0.93% | 0.84% | - |
| XYZ | 25.93 | 49.27 | 15.73 | - |
| YUV | 139.51 | 94.41 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 80 | 0.93 | 0 | 0.63 | 0.16 | 139.7 | 0.88 | 0.45 |
| Hex | E | D7 | 50 | 5D | 0 | 3F | 10 | 8C | 58 | 2D |
| Octal | 16 | 327 | 120 | 135 | 0 | 77 | 20 | 214 | 130 | 55 |
| Binary | 1110 | 11010111 | 1010000 | 1011101 | 0 | 111111 | 10000 | 10001100 | 1011000 | 101101 |
Color Harmonies of #0ED750
Complementary color
Monochromatic Colors of #0ED750
Black with #0ED750
Text Example
Text Example
White with #0ED750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED750; }
p { color: rgb(14,215,80); }
H1.HeaderClassName
{
color: #0ED750;
}
.AnyTagClassName
{
color: #0ED750;
}
</style>
background-color css
<style>
a { background-color: #0ED750; }
a { background-color: rgb(14,215,80); }
div.DivClassName
{
background-color: #0ED750;
}
.BgClassName
{
background-color: #0ED750;
}
</style>
border-color css
<style>
span { border-color: #0ED750; }
span { border-color: rgb(14,215,80); }
td.TdClassName
{
border-color: #0ED750;
}
.TagClassName
{
border-color: #0ED750;
}
</style>