Shades of Malachite #0ED263
Tints of Malachite #0ED263
RGB
CMYK
RGB Variations
Color information
#0ED263 (or 0x0ED263) is known color: Malachite. HEX triplet: 0E, D2 and 63. RGB value is (14,210,99). Sum of RGB (Red+Green+Blue) = 14+210+99=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 210 (82.42% from 255 or 65.02% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED263 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED263 is #F12D9C. Grayscale: #8A8A8A. Windows color (decimal): -15805853 or 6541838. OLE color: 6541838.
HSL color Cylindrical-coordinate representation of color #0ED263: hue angle of 146.02º 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 #0ED263 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 99 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.18 |
| HSL | 146.02º | 0.88% | 0.44% | - |
| HSV(B) | 146.02º | 0.93% | 0.82% | - |
| XYZ | 25.48 | 47.09 | 19.55 | - |
| YUV | 138.74 | 105.57 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 99 | 0.93 | 0 | 0.53 | 0.18 | 146.02 | 0.88 | 0.44 |
| Hex | E | D2 | 63 | 5D | 0 | 35 | 12 | 92 | 58 | 2C |
| Octal | 16 | 322 | 143 | 135 | 0 | 65 | 22 | 222 | 130 | 54 |
| Binary | 1110 | 11010010 | 1100011 | 1011101 | 0 | 110101 | 10010 | 10010010 | 1011000 | 101100 |
Color Harmonies of #0ED263
Complementary color
Monochromatic Colors of #0ED263
Black with #0ED263
Text Example
Text Example
White with #0ED263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED263; }
p { color: rgb(14,210,99); }
H1.HeaderClassName
{
color: #0ED263;
}
.AnyTagClassName
{
color: #0ED263;
}
</style>
background-color css
<style>
a { background-color: #0ED263; }
a { background-color: rgb(14,210,99); }
div.DivClassName
{
background-color: #0ED263;
}
.BgClassName
{
background-color: #0ED263;
}
</style>
border-color css
<style>
span { border-color: #0ED263; }
span { border-color: rgb(14,210,99); }
td.TdClassName
{
border-color: #0ED263;
}
.TagClassName
{
border-color: #0ED263;
}
</style>