Shades of Malachite #0EED63
Tints of Malachite #0EED63
RGB
CMYK
RGB Variations
Color information
#0EED63 (or 0x0EED63) is known color: Malachite. HEX triplet: 0E, ED and 63. RGB value is (14,237,99). Sum of RGB (Red+Green+Blue) = 14+237+99=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 237 (92.97% from 255 or 67.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 237 - color contains mainly: green. Hex color #0EED63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EED63 is #F1129C. Grayscale: #9A9A9A. Windows color (decimal): -15798941 or 6548750. OLE color: 6548750.
HSL color Cylindrical-coordinate representation of color #0EED63: hue angle of 142.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EED63 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 99 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.07 |
| HSL | 142.87º | 0.89% | 0.49% | - |
| HSV(B) | 142.87º | 0.94% | 0.93% | - |
| XYZ | 32.72 | 61.56 | 21.96 | - |
| YUV | 154.59 | 96.62 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 99 | 0.94 | 0 | 0.58 | 0.07 | 142.87 | 0.89 | 0.49 |
| Hex | E | ED | 63 | 5E | 0 | 3A | 7 | 8F | 59 | 31 |
| Octal | 16 | 355 | 143 | 136 | 0 | 72 | 7 | 217 | 131 | 61 |
| Binary | 1110 | 11101101 | 1100011 | 1011110 | 0 | 111010 | 111 | 10001111 | 1011001 | 110001 |
Color Harmonies of #0EED63
Complementary color
Monochromatic Colors of #0EED63
Black with #0EED63
Text Example
Text Example
White with #0EED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EED63; }
p { color: rgb(14,237,99); }
H1.HeaderClassName
{
color: #0EED63;
}
.AnyTagClassName
{
color: #0EED63;
}
</style>
background-color css
<style>
a { background-color: #0EED63; }
a { background-color: rgb(14,237,99); }
div.DivClassName
{
background-color: #0EED63;
}
.BgClassName
{
background-color: #0EED63;
}
</style>
border-color css
<style>
span { border-color: #0EED63; }
span { border-color: rgb(14,237,99); }
td.TdClassName
{
border-color: #0EED63;
}
.TagClassName
{
border-color: #0EED63;
}
</style>