Shades of Malachite #0EDC5F
Tints of Malachite #0EDC5F
RGB
CMYK
RGB Variations
Color information
#0EDC5F (or 0x0EDC5F) is known color: Malachite. HEX triplet: 0E, DC and 5F. RGB value is (14,220,95). Sum of RGB (Red+Green+Blue) = 14+220+95=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDC5F is #F123A0. Grayscale: #909090. Windows color (decimal): -15803297 or 6282254. OLE color: 6282254.
HSL color Cylindrical-coordinate representation of color #0EDC5F: hue angle of 143.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC5F is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 95 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.14 |
| HSL | 143.59º | 0.88% | 0.46% | - |
| HSV(B) | 143.59º | 0.94% | 0.86% | - |
| XYZ | 27.84 | 52.11 | 19.42 | - |
| YUV | 144.16 | 100.25 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 95 | 0.94 | 0 | 0.57 | 0.14 | 143.59 | 0.88 | 0.46 |
| Hex | E | DC | 5F | 5E | 0 | 39 | E | 90 | 58 | 2E |
| Octal | 16 | 334 | 137 | 136 | 0 | 71 | 16 | 220 | 130 | 56 |
| Binary | 1110 | 11011100 | 1011111 | 1011110 | 0 | 111001 | 1110 | 10010000 | 1011000 | 101110 |
Color Harmonies of #0EDC5F
Complementary color
Monochromatic Colors of #0EDC5F
Black with #0EDC5F
Text Example
Text Example
White with #0EDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC5F; }
p { color: rgb(14,220,95); }
H1.HeaderClassName
{
color: #0EDC5F;
}
.AnyTagClassName
{
color: #0EDC5F;
}
</style>
background-color css
<style>
a { background-color: #0EDC5F; }
a { background-color: rgb(14,220,95); }
div.DivClassName
{
background-color: #0EDC5F;
}
.BgClassName
{
background-color: #0EDC5F;
}
</style>
border-color css
<style>
span { border-color: #0EDC5F; }
span { border-color: rgb(14,220,95); }
td.TdClassName
{
border-color: #0EDC5F;
}
.TagClassName
{
border-color: #0EDC5F;
}
</style>