Shades of Malachite #0EE056
Tints of Malachite #0EE056
RGB
CMYK
RGB Variations
Color information
#0EE056 (or 0x0EE056) is known color: Malachite. HEX triplet: 0E, E0 and 56. RGB value is (14,224,86). Sum of RGB (Red+Green+Blue) = 14+224+86=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE056 is #F11FA9. Grayscale: #919191. Windows color (decimal): -15802282 or 5693454. OLE color: 5693454.
HSL color Cylindrical-coordinate representation of color #0EE056: hue angle of 140.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE056 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 86 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.12 |
| HSL | 140.57º | 0.88% | 0.47% | - |
| HSV(B) | 140.57º | 0.94% | 0.88% | - |
| XYZ | 28.52 | 54.08 | 17.74 | - |
| YUV | 145.48 | 94.43 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 86 | 0.94 | 0 | 0.62 | 0.12 | 140.57 | 0.88 | 0.47 |
| Hex | E | E0 | 56 | 5E | 0 | 3E | C | 8D | 58 | 2F |
| Octal | 16 | 340 | 126 | 136 | 0 | 76 | 14 | 215 | 130 | 57 |
| Binary | 1110 | 11100000 | 1010110 | 1011110 | 0 | 111110 | 1100 | 10001101 | 1011000 | 101111 |
Color Harmonies of #0EE056
Complementary color
Monochromatic Colors of #0EE056
Black with #0EE056
Text Example
Text Example
White with #0EE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE056; }
p { color: rgb(14,224,86); }
H1.HeaderClassName
{
color: #0EE056;
}
.AnyTagClassName
{
color: #0EE056;
}
</style>
background-color css
<style>
a { background-color: #0EE056; }
a { background-color: rgb(14,224,86); }
div.DivClassName
{
background-color: #0EE056;
}
.BgClassName
{
background-color: #0EE056;
}
</style>
border-color css
<style>
span { border-color: #0EE056; }
span { border-color: rgb(14,224,86); }
td.TdClassName
{
border-color: #0EE056;
}
.TagClassName
{
border-color: #0EE056;
}
</style>