Shades of Malachite #0ED85F
Tints of Malachite #0ED85F
RGB
CMYK
RGB Variations
Color information
#0ED85F (or 0x0ED85F) is known color: Malachite. HEX triplet: 0E, D8 and 5F. RGB value is (14,216,95). Sum of RGB (Red+Green+Blue) = 14+216+95=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED85F is #F127A0. Grayscale: #8E8E8E. Windows color (decimal): -15804321 or 6281230. OLE color: 6281230.
HSL color Cylindrical-coordinate representation of color #0ED85F: hue angle of 144.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED85F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 95 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.15 |
| HSL | 144.06º | 0.88% | 0.45% | - |
| HSV(B) | 144.06º | 0.94% | 0.85% | - |
| XYZ | 26.8 | 50.03 | 19.07 | - |
| YUV | 141.81 | 101.58 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 95 | 0.94 | 0 | 0.56 | 0.15 | 144.06 | 0.88 | 0.45 |
| Hex | E | D8 | 5F | 5E | 0 | 38 | F | 90 | 58 | 2D |
| Octal | 16 | 330 | 137 | 136 | 0 | 70 | 17 | 220 | 130 | 55 |
| Binary | 1110 | 11011000 | 1011111 | 1011110 | 0 | 111000 | 1111 | 10010000 | 1011000 | 101101 |
Color Harmonies of #0ED85F
Complementary color
Monochromatic Colors of #0ED85F
Black with #0ED85F
Text Example
Text Example
White with #0ED85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED85F; }
p { color: rgb(14,216,95); }
H1.HeaderClassName
{
color: #0ED85F;
}
.AnyTagClassName
{
color: #0ED85F;
}
</style>
background-color css
<style>
a { background-color: #0ED85F; }
a { background-color: rgb(14,216,95); }
div.DivClassName
{
background-color: #0ED85F;
}
.BgClassName
{
background-color: #0ED85F;
}
</style>
border-color css
<style>
span { border-color: #0ED85F; }
span { border-color: rgb(14,216,95); }
td.TdClassName
{
border-color: #0ED85F;
}
.TagClassName
{
border-color: #0ED85F;
}
</style>