Shades of Malachite #0ED774
Tints of Malachite #0ED774
RGB
CMYK
RGB Variations
Color information
#0ED774 (or 0x0ED774) is known color: Malachite. HEX triplet: 0E, D7 and 74. RGB value is (14,215,116). Sum of RGB (Red+Green+Blue) = 14+215+116=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED774 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED774 is #F1288B. Grayscale: #8F8F8F. Windows color (decimal): -15804556 or 7657230. OLE color: 7657230.
HSL color Cylindrical-coordinate representation of color #0ED774: hue angle of 150.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED774 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 116 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.16 |
| HSL | 150.45º | 0.88% | 0.45% | - |
| HSV(B) | 150.45º | 0.93% | 0.84% | - |
| XYZ | 27.63 | 49.96 | 24.71 | - |
| YUV | 143.62 | 112.41 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 116 | 0.93 | 0 | 0.46 | 0.16 | 150.45 | 0.88 | 0.45 |
| Hex | E | D7 | 74 | 5D | 0 | 2E | 10 | 96 | 58 | 2D |
| Octal | 16 | 327 | 164 | 135 | 0 | 56 | 20 | 226 | 130 | 55 |
| Binary | 1110 | 11010111 | 1110100 | 1011101 | 0 | 101110 | 10000 | 10010110 | 1011000 | 101101 |
Color Harmonies of #0ED774
Complementary color
Monochromatic Colors of #0ED774
Black with #0ED774
Text Example
Text Example
White with #0ED774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED774; }
p { color: rgb(14,215,116); }
H1.HeaderClassName
{
color: #0ED774;
}
.AnyTagClassName
{
color: #0ED774;
}
</style>
background-color css
<style>
a { background-color: #0ED774; }
a { background-color: rgb(14,215,116); }
div.DivClassName
{
background-color: #0ED774;
}
.BgClassName
{
background-color: #0ED774;
}
</style>
border-color css
<style>
span { border-color: #0ED774; }
span { border-color: rgb(14,215,116); }
td.TdClassName
{
border-color: #0ED774;
}
.TagClassName
{
border-color: #0ED774;
}
</style>