Shades of Malachite #0EDF4E
Tints of Malachite #0EDF4E
RGB
CMYK
RGB Variations
Color information
#0EDF4E (or 0x0EDF4E) is known color: Malachite. HEX triplet: 0E, DF and 4E. RGB value is (14,223,78). Sum of RGB (Red+Green+Blue) = 14+223+78=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF4E is #F120B1. Grayscale: #909090. Windows color (decimal): -15802546 or 5168910. OLE color: 5168910.
HSL color Cylindrical-coordinate representation of color #0EDF4E: hue angle of 138.37º 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 #0EDF4E is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 78 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.13 |
| HSL | 138.37º | 0.88% | 0.46% | - |
| HSV(B) | 138.37º | 0.94% | 0.87% | - |
| XYZ | 27.94 | 53.42 | 16.05 | - |
| YUV | 143.98 | 90.76 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 78 | 0.94 | 0 | 0.65 | 0.13 | 138.37 | 0.88 | 0.46 |
| Hex | E | DF | 4E | 5E | 0 | 41 | D | 8A | 58 | 2E |
| Octal | 16 | 337 | 116 | 136 | 0 | 101 | 15 | 212 | 130 | 56 |
| Binary | 1110 | 11011111 | 1001110 | 1011110 | 0 | 1000001 | 1101 | 10001010 | 1011000 | 101110 |
Color Harmonies of #0EDF4E
Complementary color
Monochromatic Colors of #0EDF4E
Black with #0EDF4E
Text Example
Text Example
White with #0EDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF4E; }
p { color: rgb(14,223,78); }
H1.HeaderClassName
{
color: #0EDF4E;
}
.AnyTagClassName
{
color: #0EDF4E;
}
</style>
background-color css
<style>
a { background-color: #0EDF4E; }
a { background-color: rgb(14,223,78); }
div.DivClassName
{
background-color: #0EDF4E;
}
.BgClassName
{
background-color: #0EDF4E;
}
</style>
border-color css
<style>
span { border-color: #0EDF4E; }
span { border-color: rgb(14,223,78); }
td.TdClassName
{
border-color: #0EDF4E;
}
.TagClassName
{
border-color: #0EDF4E;
}
</style>