Shades of Malachite #0EE062
Tints of Malachite #0EE062
RGB
CMYK
RGB Variations
Color information
#0EE062 (or 0x0EE062) is known color: Malachite. HEX triplet: 0E, E0 and 62. RGB value is (14,224,98). Sum of RGB (Red+Green+Blue) = 14+224+98=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE062 is #F11F9D. Grayscale: #939393. Windows color (decimal): -15802270 or 6479886. OLE color: 6479886.
HSL color Cylindrical-coordinate representation of color #0EE062: hue angle of 144º 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 #0EE062 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 98 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.12 |
| HSL | 144º | 0.88% | 0.47% | - |
| HSV(B) | 144º | 0.94% | 0.88% | - |
| XYZ | 29.04 | 54.29 | 20.5 | - |
| YUV | 146.85 | 100.43 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 98 | 0.94 | 0 | 0.56 | 0.12 | 144 | 0.88 | 0.47 |
| Hex | E | E0 | 62 | 5E | 0 | 38 | C | 90 | 58 | 2F |
| Octal | 16 | 340 | 142 | 136 | 0 | 70 | 14 | 220 | 130 | 57 |
| Binary | 1110 | 11100000 | 1100010 | 1011110 | 0 | 111000 | 1100 | 10010000 | 1011000 | 101111 |
Color Harmonies of #0EE062
Complementary color
Monochromatic Colors of #0EE062
Black with #0EE062
Text Example
Text Example
White with #0EE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE062; }
p { color: rgb(14,224,98); }
H1.HeaderClassName
{
color: #0EE062;
}
.AnyTagClassName
{
color: #0EE062;
}
</style>
background-color css
<style>
a { background-color: #0EE062; }
a { background-color: rgb(14,224,98); }
div.DivClassName
{
background-color: #0EE062;
}
.BgClassName
{
background-color: #0EE062;
}
</style>
border-color css
<style>
span { border-color: #0EE062; }
span { border-color: rgb(14,224,98); }
td.TdClassName
{
border-color: #0EE062;
}
.TagClassName
{
border-color: #0EE062;
}
</style>