Shades of Malachite #0EDC47
Tints of Malachite #0EDC47
RGB
CMYK
RGB Variations
Color information
#0EDC47 (or 0x0EDC47) is known color: Malachite. HEX triplet: 0E, DC and 47. RGB value is (14,220,71). Sum of RGB (Red+Green+Blue) = 14+220+71=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC47 is #F123B8. Grayscale: #8D8D8D. Windows color (decimal): -15803321 or 4709390. OLE color: 4709390.
HSL color Cylindrical-coordinate representation of color #0EDC47: hue angle of 136.6º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC47 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 71 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.14 |
| HSL | 136.6º | 0.88% | 0.46% | - |
| HSV(B) | 136.6º | 0.94% | 0.86% | - |
| XYZ | 26.91 | 51.73 | 14.53 | - |
| YUV | 141.42 | 88.25 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 71 | 0.94 | 0 | 0.68 | 0.14 | 136.6 | 0.88 | 0.46 |
| Hex | E | DC | 47 | 5E | 0 | 44 | E | 89 | 58 | 2E |
| Octal | 16 | 334 | 107 | 136 | 0 | 104 | 16 | 211 | 130 | 56 |
| Binary | 1110 | 11011100 | 1000111 | 1011110 | 0 | 1000100 | 1110 | 10001001 | 1011000 | 101110 |
Color Harmonies of #0EDC47
Complementary color
Monochromatic Colors of #0EDC47
Black with #0EDC47
Text Example
Text Example
White with #0EDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC47; }
p { color: rgb(14,220,71); }
H1.HeaderClassName
{
color: #0EDC47;
}
.AnyTagClassName
{
color: #0EDC47;
}
</style>
background-color css
<style>
a { background-color: #0EDC47; }
a { background-color: rgb(14,220,71); }
div.DivClassName
{
background-color: #0EDC47;
}
.BgClassName
{
background-color: #0EDC47;
}
</style>
border-color css
<style>
span { border-color: #0EDC47; }
span { border-color: rgb(14,220,71); }
td.TdClassName
{
border-color: #0EDC47;
}
.TagClassName
{
border-color: #0EDC47;
}
</style>