Shades of Malachite #0ED04F
Tints of Malachite #0ED04F
RGB
CMYK
RGB Variations
Color information
#0ED04F (or 0x0ED04F) is known color: Malachite. HEX triplet: 0E, D0 and 4F. RGB value is (14,208,79). Sum of RGB (Red+Green+Blue) = 14+208+79=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED04F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED04F is #F12FB0. Grayscale: #878787. Windows color (decimal): -15806385 or 5230606. OLE color: 5230606.
HSL color Cylindrical-coordinate representation of color #0ED04F: hue angle of 140.1º 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 #0ED04F is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 79 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.18 |
| HSL | 140.1º | 0.87% | 0.44% | - |
| HSV(B) | 140.1º | 0.93% | 0.82% | - |
| XYZ | 24.15 | 45.77 | 14.96 | - |
| YUV | 135.29 | 96.23 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 79 | 0.93 | 0 | 0.62 | 0.18 | 140.1 | 0.87 | 0.44 |
| Hex | E | D0 | 4F | 5D | 0 | 3E | 12 | 8C | 57 | 2C |
| Octal | 16 | 320 | 117 | 135 | 0 | 76 | 22 | 214 | 127 | 54 |
| Binary | 1110 | 11010000 | 1001111 | 1011101 | 0 | 111110 | 10010 | 10001100 | 1010111 | 101100 |
Color Harmonies of #0ED04F
Complementary color
Monochromatic Colors of #0ED04F
Black with #0ED04F
Text Example
Text Example
White with #0ED04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED04F; }
p { color: rgb(14,208,79); }
H1.HeaderClassName
{
color: #0ED04F;
}
.AnyTagClassName
{
color: #0ED04F;
}
</style>
background-color css
<style>
a { background-color: #0ED04F; }
a { background-color: rgb(14,208,79); }
div.DivClassName
{
background-color: #0ED04F;
}
.BgClassName
{
background-color: #0ED04F;
}
</style>
border-color css
<style>
span { border-color: #0ED04F; }
span { border-color: rgb(14,208,79); }
td.TdClassName
{
border-color: #0ED04F;
}
.TagClassName
{
border-color: #0ED04F;
}
</style>