Shades of Malachite #0EDA74
Tints of Malachite #0EDA74
RGB
CMYK
RGB Variations
Color information
#0EDA74 (or 0x0EDA74) is known color: Malachite. HEX triplet: 0E, DA and 74. RGB value is (14,218,116). Sum of RGB (Red+Green+Blue) = 14+218+116=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDA74 is #F1258B. Grayscale: #919191. Windows color (decimal): -15803788 or 7657998. OLE color: 7657998.
HSL color Cylindrical-coordinate representation of color #0EDA74: hue angle of 150º 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 #0EDA74 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 116 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.15 |
| HSL | 150º | 0.88% | 0.45% | - |
| HSV(B) | 150º | 0.94% | 0.85% | - |
| XYZ | 28.4 | 51.5 | 24.97 | - |
| YUV | 145.38 | 111.41 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 116 | 0.94 | 0 | 0.47 | 0.15 | 150 | 0.88 | 0.45 |
| Hex | E | DA | 74 | 5E | 0 | 2F | F | 96 | 58 | 2D |
| Octal | 16 | 332 | 164 | 136 | 0 | 57 | 17 | 226 | 130 | 55 |
| Binary | 1110 | 11011010 | 1110100 | 1011110 | 0 | 101111 | 1111 | 10010110 | 1011000 | 101101 |
Color Harmonies of #0EDA74
Complementary color
Monochromatic Colors of #0EDA74
Black with #0EDA74
Text Example
Text Example
White with #0EDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA74; }
p { color: rgb(14,218,116); }
H1.HeaderClassName
{
color: #0EDA74;
}
.AnyTagClassName
{
color: #0EDA74;
}
</style>
background-color css
<style>
a { background-color: #0EDA74; }
a { background-color: rgb(14,218,116); }
div.DivClassName
{
background-color: #0EDA74;
}
.BgClassName
{
background-color: #0EDA74;
}
</style>
border-color css
<style>
span { border-color: #0EDA74; }
span { border-color: rgb(14,218,116); }
td.TdClassName
{
border-color: #0EDA74;
}
.TagClassName
{
border-color: #0EDA74;
}
</style>