Shades of Malachite #0EE06E
Tints of Malachite #0EE06E
RGB
CMYK
RGB Variations
Color information
#0EE06E (or 0x0EE06E) is known color: Malachite. HEX triplet: 0E, E0 and 6E. RGB value is (14,224,110). Sum of RGB (Red+Green+Blue) = 14+224+110=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE06E is #F11F91. Grayscale: #949494. Windows color (decimal): -15802258 or 7266318. OLE color: 7266318.
HSL color Cylindrical-coordinate representation of color #0EE06E: hue angle of 147.43º 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 #0EE06E is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 110 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.12 |
| HSL | 147.43º | 0.88% | 0.47% | - |
| HSV(B) | 147.43º | 0.94% | 0.88% | - |
| XYZ | 29.65 | 54.53 | 23.71 | - |
| YUV | 148.21 | 106.43 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 110 | 0.94 | 0 | 0.51 | 0.12 | 147.43 | 0.88 | 0.47 |
| Hex | E | E0 | 6E | 5E | 0 | 33 | C | 93 | 58 | 2F |
| Octal | 16 | 340 | 156 | 136 | 0 | 63 | 14 | 223 | 130 | 57 |
| Binary | 1110 | 11100000 | 1101110 | 1011110 | 0 | 110011 | 1100 | 10010011 | 1011000 | 101111 |
Color Harmonies of #0EE06E
Complementary color
Monochromatic Colors of #0EE06E
Black with #0EE06E
Text Example
Text Example
White with #0EE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE06E; }
p { color: rgb(14,224,110); }
H1.HeaderClassName
{
color: #0EE06E;
}
.AnyTagClassName
{
color: #0EE06E;
}
</style>
background-color css
<style>
a { background-color: #0EE06E; }
a { background-color: rgb(14,224,110); }
div.DivClassName
{
background-color: #0EE06E;
}
.BgClassName
{
background-color: #0EE06E;
}
</style>
border-color css
<style>
span { border-color: #0EE06E; }
span { border-color: rgb(14,224,110); }
td.TdClassName
{
border-color: #0EE06E;
}
.TagClassName
{
border-color: #0EE06E;
}
</style>