Shades of Malachite #0EE164
Tints of Malachite #0EE164
RGB
CMYK
RGB Variations
Color information
#0EE164 (or 0x0EE164) is known color: Malachite. HEX triplet: 0E, E1 and 64. RGB value is (14,225,100). Sum of RGB (Red+Green+Blue) = 14+225+100=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE164 is #F11E9B. Grayscale: #939393. Windows color (decimal): -15802012 or 6611214. OLE color: 6611214.
HSL color Cylindrical-coordinate representation of color #0EE164: hue angle of 144.45º 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 #0EE164 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 100 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.12 |
| HSL | 144.46º | 0.88% | 0.47% | - |
| HSV(B) | 144.46º | 0.94% | 0.88% | - |
| XYZ | 29.41 | 54.86 | 21.1 | - |
| YUV | 147.66 | 101.1 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 100 | 0.94 | 0 | 0.56 | 0.12 | 144.46 | 0.88 | 0.47 |
| Hex | E | E1 | 64 | 5E | 0 | 38 | C | 90 | 58 | 2F |
| Octal | 16 | 341 | 144 | 136 | 0 | 70 | 14 | 220 | 130 | 57 |
| Binary | 1110 | 11100001 | 1100100 | 1011110 | 0 | 111000 | 1100 | 10010000 | 1011000 | 101111 |
Color Harmonies of #0EE164
Complementary color
Monochromatic Colors of #0EE164
Black with #0EE164
Text Example
Text Example
White with #0EE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE164; }
p { color: rgb(14,225,100); }
H1.HeaderClassName
{
color: #0EE164;
}
.AnyTagClassName
{
color: #0EE164;
}
</style>
background-color css
<style>
a { background-color: #0EE164; }
a { background-color: rgb(14,225,100); }
div.DivClassName
{
background-color: #0EE164;
}
.BgClassName
{
background-color: #0EE164;
}
</style>
border-color css
<style>
span { border-color: #0EE164; }
span { border-color: rgb(14,225,100); }
td.TdClassName
{
border-color: #0EE164;
}
.TagClassName
{
border-color: #0EE164;
}
</style>