Shades of Malachite #0EDD6C
Tints of Malachite #0EDD6C
RGB
CMYK
RGB Variations
Color information
#0EDD6C (or 0x0EDD6C) is known color: Malachite. HEX triplet: 0E, DD and 6C. RGB value is (14,221,108). Sum of RGB (Red+Green+Blue) = 14+221+108=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 221 (86.72% from 255 or 64.43% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDD6C is #F12293. Grayscale: #929292. Windows color (decimal): -15803028 or 7134478. OLE color: 7134478.
HSL color Cylindrical-coordinate representation of color #0EDD6C: hue angle of 147.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD6C is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 108 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.13 |
| HSL | 147.25º | 0.88% | 0.46% | - |
| HSV(B) | 147.25º | 0.94% | 0.87% | - |
| XYZ | 28.74 | 52.89 | 22.88 | - |
| YUV | 146.23 | 106.42 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 108 | 0.94 | 0 | 0.51 | 0.13 | 147.25 | 0.88 | 0.46 |
| Hex | E | DD | 6C | 5E | 0 | 33 | D | 93 | 58 | 2E |
| Octal | 16 | 335 | 154 | 136 | 0 | 63 | 15 | 223 | 130 | 56 |
| Binary | 1110 | 11011101 | 1101100 | 1011110 | 0 | 110011 | 1101 | 10010011 | 1011000 | 101110 |
Color Harmonies of #0EDD6C
Complementary color
Monochromatic Colors of #0EDD6C
Black with #0EDD6C
Text Example
Text Example
White with #0EDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDD6C; }
p { color: rgb(14,221,108); }
H1.HeaderClassName
{
color: #0EDD6C;
}
.AnyTagClassName
{
color: #0EDD6C;
}
</style>
background-color css
<style>
a { background-color: #0EDD6C; }
a { background-color: rgb(14,221,108); }
div.DivClassName
{
background-color: #0EDD6C;
}
.BgClassName
{
background-color: #0EDD6C;
}
</style>
border-color css
<style>
span { border-color: #0EDD6C; }
span { border-color: rgb(14,221,108); }
td.TdClassName
{
border-color: #0EDD6C;
}
.TagClassName
{
border-color: #0EDD6C;
}
</style>