Shades of Malachite #0ED95B
Tints of Malachite #0ED95B
RGB
CMYK
RGB Variations
Color information
#0ED95B (or 0x0ED95B) is known color: Malachite. HEX triplet: 0E, D9 and 5B. RGB value is (14,217,91). Sum of RGB (Red+Green+Blue) = 14+217+91=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED95B is #F126A4. Grayscale: #8E8E8E. Windows color (decimal): -15804069 or 6019342. OLE color: 6019342.
HSL color Cylindrical-coordinate representation of color #0ED95B: hue angle of 142.76º 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 #0ED95B is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 91 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.15 |
| HSL | 142.76º | 0.88% | 0.45% | - |
| HSV(B) | 142.76º | 0.94% | 0.85% | - |
| XYZ | 26.88 | 50.47 | 18.22 | - |
| YUV | 141.94 | 99.25 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 91 | 0.94 | 0 | 0.58 | 0.15 | 142.76 | 0.88 | 0.45 |
| Hex | E | D9 | 5B | 5E | 0 | 3A | F | 8F | 58 | 2D |
| Octal | 16 | 331 | 133 | 136 | 0 | 72 | 17 | 217 | 130 | 55 |
| Binary | 1110 | 11011001 | 1011011 | 1011110 | 0 | 111010 | 1111 | 10001111 | 1011000 | 101101 |
Color Harmonies of #0ED95B
Complementary color
Monochromatic Colors of #0ED95B
Black with #0ED95B
Text Example
Text Example
White with #0ED95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED95B; }
p { color: rgb(14,217,91); }
H1.HeaderClassName
{
color: #0ED95B;
}
.AnyTagClassName
{
color: #0ED95B;
}
</style>
background-color css
<style>
a { background-color: #0ED95B; }
a { background-color: rgb(14,217,91); }
div.DivClassName
{
background-color: #0ED95B;
}
.BgClassName
{
background-color: #0ED95B;
}
</style>
border-color css
<style>
span { border-color: #0ED95B; }
span { border-color: rgb(14,217,91); }
td.TdClassName
{
border-color: #0ED95B;
}
.TagClassName
{
border-color: #0ED95B;
}
</style>