Shades of Malachite #0ED245
Tints of Malachite #0ED245
RGB
CMYK
RGB Variations
Color information
#0ED245 (or 0x0ED245) is known color: Malachite. HEX triplet: 0E, D2 and 45. RGB value is (14,210,69). Sum of RGB (Red+Green+Blue) = 14+210+69=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 210 (82.42% from 255 or 71.67% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED245 is #F12DBA. Grayscale: #878787. Windows color (decimal): -15805883 or 4575758. OLE color: 4575758.
HSL color Cylindrical-coordinate representation of color #0ED245: hue angle of 136.84º 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 #0ED245 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 69 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.18 |
| HSL | 136.84º | 0.88% | 0.44% | - |
| HSV(B) | 136.84º | 0.93% | 0.82% | - |
| XYZ | 24.3 | 46.62 | 13.35 | - |
| YUV | 135.32 | 90.57 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 69 | 0.93 | 0 | 0.67 | 0.18 | 136.84 | 0.88 | 0.44 |
| Hex | E | D2 | 45 | 5D | 0 | 43 | 12 | 89 | 58 | 2C |
| Octal | 16 | 322 | 105 | 135 | 0 | 103 | 22 | 211 | 130 | 54 |
| Binary | 1110 | 11010010 | 1000101 | 1011101 | 0 | 1000011 | 10010 | 10001001 | 1011000 | 101100 |
Color Harmonies of #0ED245
Complementary color
Monochromatic Colors of #0ED245
Black with #0ED245
Text Example
Text Example
White with #0ED245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED245; }
p { color: rgb(14,210,69); }
H1.HeaderClassName
{
color: #0ED245;
}
.AnyTagClassName
{
color: #0ED245;
}
</style>
background-color css
<style>
a { background-color: #0ED245; }
a { background-color: rgb(14,210,69); }
div.DivClassName
{
background-color: #0ED245;
}
.BgClassName
{
background-color: #0ED245;
}
</style>
border-color css
<style>
span { border-color: #0ED245; }
span { border-color: rgb(14,210,69); }
td.TdClassName
{
border-color: #0ED245;
}
.TagClassName
{
border-color: #0ED245;
}
</style>