Shades of Malachite #0EDC60
Tints of Malachite #0EDC60
RGB
CMYK
RGB Variations
Color information
#0EDC60 (or 0x0EDC60) is known color: Malachite. HEX triplet: 0E, DC and 60. RGB value is (14,220,96). Sum of RGB (Red+Green+Blue) = 14+220+96=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDC60 is #F1239F. Grayscale: #909090. Windows color (decimal): -15803296 or 6347790. OLE color: 6347790.
HSL color Cylindrical-coordinate representation of color #0EDC60: hue angle of 143.88º 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 #0EDC60 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 96 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.14 |
| HSL | 143.88º | 0.88% | 0.46% | - |
| HSV(B) | 143.88º | 0.94% | 0.86% | - |
| XYZ | 27.89 | 52.12 | 19.66 | - |
| YUV | 144.27 | 100.75 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 96 | 0.94 | 0 | 0.56 | 0.14 | 143.88 | 0.88 | 0.46 |
| Hex | E | DC | 60 | 5E | 0 | 38 | E | 90 | 58 | 2E |
| Octal | 16 | 334 | 140 | 136 | 0 | 70 | 16 | 220 | 130 | 56 |
| Binary | 1110 | 11011100 | 1100000 | 1011110 | 0 | 111000 | 1110 | 10010000 | 1011000 | 101110 |
Color Harmonies of #0EDC60
Complementary color
Monochromatic Colors of #0EDC60
Black with #0EDC60
Text Example
Text Example
White with #0EDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC60; }
p { color: rgb(14,220,96); }
H1.HeaderClassName
{
color: #0EDC60;
}
.AnyTagClassName
{
color: #0EDC60;
}
</style>
background-color css
<style>
a { background-color: #0EDC60; }
a { background-color: rgb(14,220,96); }
div.DivClassName
{
background-color: #0EDC60;
}
.BgClassName
{
background-color: #0EDC60;
}
</style>
border-color css
<style>
span { border-color: #0EDC60; }
span { border-color: rgb(14,220,96); }
td.TdClassName
{
border-color: #0EDC60;
}
.TagClassName
{
border-color: #0EDC60;
}
</style>