Shades of Malachite #0EDB6A
Tints of Malachite #0EDB6A
RGB
CMYK
RGB Variations
Color information
#0EDB6A (or 0x0EDB6A) is known color: Malachite. HEX triplet: 0E, DB and 6A. RGB value is (14,219,106). Sum of RGB (Red+Green+Blue) = 14+219+106=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDB6A is #F12495. Grayscale: #919191. Windows color (decimal): -15803542 or 7002894. OLE color: 7002894.
HSL color Cylindrical-coordinate representation of color #0EDB6A: hue angle of 146.93º 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 #0EDB6A is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 106 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.14 |
| HSL | 146.93º | 0.88% | 0.46% | - |
| HSV(B) | 146.93º | 0.94% | 0.86% | - |
| XYZ | 28.11 | 51.8 | 22.15 | - |
| YUV | 144.82 | 106.08 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 106 | 0.94 | 0 | 0.52 | 0.14 | 146.93 | 0.88 | 0.46 |
| Hex | E | DB | 6A | 5E | 0 | 34 | E | 93 | 58 | 2E |
| Octal | 16 | 333 | 152 | 136 | 0 | 64 | 16 | 223 | 130 | 56 |
| Binary | 1110 | 11011011 | 1101010 | 1011110 | 0 | 110100 | 1110 | 10010011 | 1011000 | 101110 |
Color Harmonies of #0EDB6A
Complementary color
Monochromatic Colors of #0EDB6A
Black with #0EDB6A
Text Example
Text Example
White with #0EDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDB6A; }
p { color: rgb(14,219,106); }
H1.HeaderClassName
{
color: #0EDB6A;
}
.AnyTagClassName
{
color: #0EDB6A;
}
</style>
background-color css
<style>
a { background-color: #0EDB6A; }
a { background-color: rgb(14,219,106); }
div.DivClassName
{
background-color: #0EDB6A;
}
.BgClassName
{
background-color: #0EDB6A;
}
</style>
border-color css
<style>
span { border-color: #0EDB6A; }
span { border-color: rgb(14,219,106); }
td.TdClassName
{
border-color: #0EDB6A;
}
.TagClassName
{
border-color: #0EDB6A;
}
</style>