Shades of Malachite #0EE642
Tints of Malachite #0EE642
RGB
CMYK
RGB Variations
Color information
#0EE642 (or 0x0EE642) is known color: Malachite. HEX triplet: 0E, E6 and 42. RGB value is (14,230,66). Sum of RGB (Red+Green+Blue) = 14+230+66=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 230 (90.23% from 255 or 74.19% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE642 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE642 is #F119BD. Grayscale: #939393. Windows color (decimal): -15800766 or 4384270. OLE color: 4384270.
HSL color Cylindrical-coordinate representation of color #0EE642: hue angle of 134.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE642 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 66 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.10 |
| HSL | 134.44º | 0.89% | 0.48% | - |
| HSV(B) | 134.44º | 0.94% | 0.9% | - |
| XYZ | 29.46 | 57.08 | 14.62 | - |
| YUV | 146.72 | 82.44 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 66 | 0.94 | 0 | 0.71 | 0.10 | 134.44 | 0.89 | 0.48 |
| Hex | E | E6 | 42 | 5E | 0 | 47 | A | 86 | 59 | 30 |
| Octal | 16 | 346 | 102 | 136 | 0 | 107 | 12 | 206 | 131 | 60 |
| Binary | 1110 | 11100110 | 1000010 | 1011110 | 0 | 1000111 | 1010 | 10000110 | 1011001 | 110000 |
Color Harmonies of #0EE642
Complementary color
Monochromatic Colors of #0EE642
Black with #0EE642
Text Example
Text Example
White with #0EE642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE642; }
p { color: rgb(14,230,66); }
H1.HeaderClassName
{
color: #0EE642;
}
.AnyTagClassName
{
color: #0EE642;
}
</style>
background-color css
<style>
a { background-color: #0EE642; }
a { background-color: rgb(14,230,66); }
div.DivClassName
{
background-color: #0EE642;
}
.BgClassName
{
background-color: #0EE642;
}
</style>
border-color css
<style>
span { border-color: #0EE642; }
span { border-color: rgb(14,230,66); }
td.TdClassName
{
border-color: #0EE642;
}
.TagClassName
{
border-color: #0EE642;
}
</style>