Shades of Malachite #0ED75F
Tints of Malachite #0ED75F
RGB
CMYK
RGB Variations
Color information
#0ED75F (or 0x0ED75F) is known color: Malachite. HEX triplet: 0E, D7 and 5F. RGB value is (14,215,95). Sum of RGB (Red+Green+Blue) = 14+215+95=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 215 (84.38% from 255 or 66.36% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED75F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED75F is #F128A0. Grayscale: #8D8D8D. Windows color (decimal): -15804577 or 6280974. OLE color: 6280974.
HSL color Cylindrical-coordinate representation of color #0ED75F: hue angle of 144.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED75F is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 95 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.16 |
| HSL | 144.18º | 0.88% | 0.45% | - |
| HSV(B) | 144.18º | 0.93% | 0.84% | - |
| XYZ | 26.55 | 49.52 | 18.99 | - |
| YUV | 141.22 | 101.91 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 95 | 0.93 | 0 | 0.56 | 0.16 | 144.18 | 0.88 | 0.45 |
| Hex | E | D7 | 5F | 5D | 0 | 38 | 10 | 90 | 58 | 2D |
| Octal | 16 | 327 | 137 | 135 | 0 | 70 | 20 | 220 | 130 | 55 |
| Binary | 1110 | 11010111 | 1011111 | 1011101 | 0 | 111000 | 10000 | 10010000 | 1011000 | 101101 |
Color Harmonies of #0ED75F
Complementary color
Monochromatic Colors of #0ED75F
Black with #0ED75F
Text Example
Text Example
White with #0ED75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED75F; }
p { color: rgb(14,215,95); }
H1.HeaderClassName
{
color: #0ED75F;
}
.AnyTagClassName
{
color: #0ED75F;
}
</style>
background-color css
<style>
a { background-color: #0ED75F; }
a { background-color: rgb(14,215,95); }
div.DivClassName
{
background-color: #0ED75F;
}
.BgClassName
{
background-color: #0ED75F;
}
</style>
border-color css
<style>
span { border-color: #0ED75F; }
span { border-color: rgb(14,215,95); }
td.TdClassName
{
border-color: #0ED75F;
}
.TagClassName
{
border-color: #0ED75F;
}
</style>