Shades of Malachite #0ED75A
Tints of Malachite #0ED75A
RGB
CMYK
RGB Variations
Color information
#0ED75A (or 0x0ED75A) is known color: Malachite. HEX triplet: 0E, D7 and 5A. RGB value is (14,215,90). Sum of RGB (Red+Green+Blue) = 14+215+90=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED75A is #F128A5. Grayscale: #8C8C8C. Windows color (decimal): -15804582 or 5953294. OLE color: 5953294.
HSL color Cylindrical-coordinate representation of color #0ED75A: hue angle of 142.69º 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 #0ED75A is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 90 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.16 |
| HSL | 142.69º | 0.88% | 0.45% | - |
| HSV(B) | 142.69º | 0.93% | 0.84% | - |
| XYZ | 26.33 | 49.43 | 17.83 | - |
| YUV | 140.65 | 99.41 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 90 | 0.93 | 0 | 0.58 | 0.16 | 142.69 | 0.88 | 0.45 |
| Hex | E | D7 | 5A | 5D | 0 | 3A | 10 | 8F | 58 | 2D |
| Octal | 16 | 327 | 132 | 135 | 0 | 72 | 20 | 217 | 130 | 55 |
| Binary | 1110 | 11010111 | 1011010 | 1011101 | 0 | 111010 | 10000 | 10001111 | 1011000 | 101101 |
Color Harmonies of #0ED75A
Complementary color
Monochromatic Colors of #0ED75A
Black with #0ED75A
Text Example
Text Example
White with #0ED75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED75A; }
p { color: rgb(14,215,90); }
H1.HeaderClassName
{
color: #0ED75A;
}
.AnyTagClassName
{
color: #0ED75A;
}
</style>
background-color css
<style>
a { background-color: #0ED75A; }
a { background-color: rgb(14,215,90); }
div.DivClassName
{
background-color: #0ED75A;
}
.BgClassName
{
background-color: #0ED75A;
}
</style>
border-color css
<style>
span { border-color: #0ED75A; }
span { border-color: rgb(14,215,90); }
td.TdClassName
{
border-color: #0ED75A;
}
.TagClassName
{
border-color: #0ED75A;
}
</style>