Shades of Malachite #0ED048
Tints of Malachite #0ED048
RGB
CMYK
RGB Variations
Color information
#0ED048 (or 0x0ED048) is known color: Malachite. HEX triplet: 0E, D0 and 48. RGB value is (14,208,72). Sum of RGB (Red+Green+Blue) = 14+208+72=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED048 is #F12FB7. Grayscale: #868686. Windows color (decimal): -15806392 or 4771854. OLE color: 4771854.
HSL color Cylindrical-coordinate representation of color #0ED048: hue angle of 137.94º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED048 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 72 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.18 |
| HSL | 137.94º | 0.87% | 0.44% | - |
| HSV(B) | 137.94º | 0.93% | 0.82% | - |
| XYZ | 23.91 | 45.67 | 13.69 | - |
| YUV | 134.49 | 92.73 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 72 | 0.93 | 0 | 0.65 | 0.18 | 137.94 | 0.87 | 0.44 |
| Hex | E | D0 | 48 | 5D | 0 | 41 | 12 | 8A | 57 | 2C |
| Octal | 16 | 320 | 110 | 135 | 0 | 101 | 22 | 212 | 127 | 54 |
| Binary | 1110 | 11010000 | 1001000 | 1011101 | 0 | 1000001 | 10010 | 10001010 | 1010111 | 101100 |
Color Harmonies of #0ED048
Complementary color
Monochromatic Colors of #0ED048
Black with #0ED048
Text Example
Text Example
White with #0ED048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED048; }
p { color: rgb(14,208,72); }
H1.HeaderClassName
{
color: #0ED048;
}
.AnyTagClassName
{
color: #0ED048;
}
</style>
background-color css
<style>
a { background-color: #0ED048; }
a { background-color: rgb(14,208,72); }
div.DivClassName
{
background-color: #0ED048;
}
.BgClassName
{
background-color: #0ED048;
}
</style>
border-color css
<style>
span { border-color: #0ED048; }
span { border-color: rgb(14,208,72); }
td.TdClassName
{
border-color: #0ED048;
}
.TagClassName
{
border-color: #0ED048;
}
</style>