Shades of Malachite #0EEA68
Tints of Malachite #0EEA68
RGB
CMYK
RGB Variations
Color information
#0EEA68 (or 0x0EEA68) is known color: Malachite. HEX triplet: 0E, EA and 68. RGB value is (14,234,104). Sum of RGB (Red+Green+Blue) = 14+234+104=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA68 is #F11597. Grayscale: #999999. Windows color (decimal): -15799704 or 6875662. OLE color: 6875662.
HSL color Cylindrical-coordinate representation of color #0EEA68: hue angle of 144.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA68 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 104 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.08 |
| HSL | 144.55º | 0.89% | 0.49% | - |
| HSV(B) | 144.55º | 0.94% | 0.92% | - |
| XYZ | 32.1 | 59.94 | 22.97 | - |
| YUV | 153.4 | 100.11 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 104 | 0.94 | 0 | 0.56 | 0.08 | 144.55 | 0.89 | 0.49 |
| Hex | E | EA | 68 | 5E | 0 | 38 | 8 | 91 | 59 | 31 |
| Octal | 16 | 352 | 150 | 136 | 0 | 70 | 10 | 221 | 131 | 61 |
| Binary | 1110 | 11101010 | 1101000 | 1011110 | 0 | 111000 | 1000 | 10010001 | 1011001 | 110001 |
Color Harmonies of #0EEA68
Complementary color
Monochromatic Colors of #0EEA68
Black with #0EEA68
Text Example
Text Example
White with #0EEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA68; }
p { color: rgb(14,234,104); }
H1.HeaderClassName
{
color: #0EEA68;
}
.AnyTagClassName
{
color: #0EEA68;
}
</style>
background-color css
<style>
a { background-color: #0EEA68; }
a { background-color: rgb(14,234,104); }
div.DivClassName
{
background-color: #0EEA68;
}
.BgClassName
{
background-color: #0EEA68;
}
</style>
border-color css
<style>
span { border-color: #0EEA68; }
span { border-color: rgb(14,234,104); }
td.TdClassName
{
border-color: #0EEA68;
}
.TagClassName
{
border-color: #0EEA68;
}
</style>