Shades of Malachite #0ED25B
Tints of Malachite #0ED25B
RGB
CMYK
RGB Variations
Color information
#0ED25B (or 0x0ED25B) is known color: Malachite. HEX triplet: 0E, D2 and 5B. RGB value is (14,210,91). Sum of RGB (Red+Green+Blue) = 14+210+91=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED25B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED25B is #F12DA4. Grayscale: #8A8A8A. Windows color (decimal): -15805861 or 6017550. OLE color: 6017550.
HSL color Cylindrical-coordinate representation of color #0ED25B: hue angle of 143.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED25B is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 91 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.18 |
| HSL | 143.57º | 0.88% | 0.44% | - |
| HSV(B) | 143.57º | 0.93% | 0.82% | - |
| XYZ | 25.12 | 46.94 | 17.63 | - |
| YUV | 137.83 | 101.57 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 91 | 0.93 | 0 | 0.57 | 0.18 | 143.57 | 0.88 | 0.44 |
| Hex | E | D2 | 5B | 5D | 0 | 39 | 12 | 90 | 58 | 2C |
| Octal | 16 | 322 | 133 | 135 | 0 | 71 | 22 | 220 | 130 | 54 |
| Binary | 1110 | 11010010 | 1011011 | 1011101 | 0 | 111001 | 10010 | 10010000 | 1011000 | 101100 |
Color Harmonies of #0ED25B
Complementary color
Monochromatic Colors of #0ED25B
Black with #0ED25B
Text Example
Text Example
White with #0ED25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED25B; }
p { color: rgb(14,210,91); }
H1.HeaderClassName
{
color: #0ED25B;
}
.AnyTagClassName
{
color: #0ED25B;
}
</style>
background-color css
<style>
a { background-color: #0ED25B; }
a { background-color: rgb(14,210,91); }
div.DivClassName
{
background-color: #0ED25B;
}
.BgClassName
{
background-color: #0ED25B;
}
</style>
border-color css
<style>
span { border-color: #0ED25B; }
span { border-color: rgb(14,210,91); }
td.TdClassName
{
border-color: #0ED25B;
}
.TagClassName
{
border-color: #0ED25B;
}
</style>