Shades of Malachite #0EDF4D
Tints of Malachite #0EDF4D
RGB
CMYK
RGB Variations
Color information
#0EDF4D (or 0x0EDF4D) is known color: Malachite. HEX triplet: 0E, DF and 4D. RGB value is (14,223,77). Sum of RGB (Red+Green+Blue) = 14+223+77=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF4D is #F120B2. Grayscale: #909090. Windows color (decimal): -15802547 or 5103374. OLE color: 5103374.
HSL color Cylindrical-coordinate representation of color #0EDF4D: hue angle of 138.09º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF4D is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 77 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.13 |
| HSL | 138.09º | 0.88% | 0.46% | - |
| HSV(B) | 138.09º | 0.94% | 0.87% | - |
| XYZ | 27.91 | 53.4 | 15.86 | - |
| YUV | 143.87 | 90.26 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 77 | 0.94 | 0 | 0.65 | 0.13 | 138.09 | 0.88 | 0.46 |
| Hex | E | DF | 4D | 5E | 0 | 41 | D | 8A | 58 | 2E |
| Octal | 16 | 337 | 115 | 136 | 0 | 101 | 15 | 212 | 130 | 56 |
| Binary | 1110 | 11011111 | 1001101 | 1011110 | 0 | 1000001 | 1101 | 10001010 | 1011000 | 101110 |
Color Harmonies of #0EDF4D
Complementary color
Monochromatic Colors of #0EDF4D
Black with #0EDF4D
Text Example
Text Example
White with #0EDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF4D; }
p { color: rgb(14,223,77); }
H1.HeaderClassName
{
color: #0EDF4D;
}
.AnyTagClassName
{
color: #0EDF4D;
}
</style>
background-color css
<style>
a { background-color: #0EDF4D; }
a { background-color: rgb(14,223,77); }
div.DivClassName
{
background-color: #0EDF4D;
}
.BgClassName
{
background-color: #0EDF4D;
}
</style>
border-color css
<style>
span { border-color: #0EDF4D; }
span { border-color: rgb(14,223,77); }
td.TdClassName
{
border-color: #0EDF4D;
}
.TagClassName
{
border-color: #0EDF4D;
}
</style>