Shades of Malachite #0ED641
Tints of Malachite #0ED641
RGB
CMYK
RGB Variations
Color information
#0ED641 (or 0x0ED641) is known color: Malachite. HEX triplet: 0E, D6 and 41. RGB value is (14,214,65). Sum of RGB (Red+Green+Blue) = 14+214+65=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED641 is #F129BE. Grayscale: #898989. Windows color (decimal): -15804863 or 4314638. OLE color: 4314638.
HSL color Cylindrical-coordinate representation of color #0ED641: hue angle of 135.3º 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 #0ED641 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 65 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.16 |
| HSL | 135.3º | 0.88% | 0.45% | - |
| HSV(B) | 135.3º | 0.93% | 0.84% | - |
| XYZ | 25.18 | 48.57 | 13.05 | - |
| YUV | 137.21 | 87.24 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 65 | 0.93 | 0 | 0.70 | 0.16 | 135.3 | 0.88 | 0.45 |
| Hex | E | D6 | 41 | 5D | 0 | 46 | 10 | 87 | 58 | 2D |
| Octal | 16 | 326 | 101 | 135 | 0 | 106 | 20 | 207 | 130 | 55 |
| Binary | 1110 | 11010110 | 1000001 | 1011101 | 0 | 1000110 | 10000 | 10000111 | 1011000 | 101101 |
Color Harmonies of #0ED641
Complementary color
Monochromatic Colors of #0ED641
Black with #0ED641
Text Example
Text Example
White with #0ED641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED641; }
p { color: rgb(14,214,65); }
H1.HeaderClassName
{
color: #0ED641;
}
.AnyTagClassName
{
color: #0ED641;
}
</style>
background-color css
<style>
a { background-color: #0ED641; }
a { background-color: rgb(14,214,65); }
div.DivClassName
{
background-color: #0ED641;
}
.BgClassName
{
background-color: #0ED641;
}
</style>
border-color css
<style>
span { border-color: #0ED641; }
span { border-color: rgb(14,214,65); }
td.TdClassName
{
border-color: #0ED641;
}
.TagClassName
{
border-color: #0ED641;
}
</style>