Shades of Malachite #0EC764
Tints of Malachite #0EC764
RGB
CMYK
RGB Variations
Color information
#0EC764 (or 0x0EC764) is known color: Malachite. HEX triplet: 0E, C7 and 64. RGB value is (14,199,100). Sum of RGB (Red+Green+Blue) = 14+199+100=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC764 is #F1389B. Grayscale: #848484. Windows color (decimal): -15808668 or 6604558. OLE color: 6604558.
HSL color Cylindrical-coordinate representation of color #0EC764: hue angle of 147.89º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC764 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 100 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.22 |
| HSL | 147.89º | 0.87% | 0.42% | - |
| HSV(B) | 147.89º | 0.93% | 0.78% | - |
| XYZ | 22.9 | 41.86 | 18.93 | - |
| YUV | 132.4 | 109.71 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 100 | 0.93 | 0 | 0.50 | 0.22 | 147.89 | 0.87 | 0.42 |
| Hex | E | C7 | 64 | 5D | 0 | 32 | 16 | 94 | 57 | 2A |
| Octal | 16 | 307 | 144 | 135 | 0 | 62 | 26 | 224 | 127 | 52 |
| Binary | 1110 | 11000111 | 1100100 | 1011101 | 0 | 110010 | 10110 | 10010100 | 1010111 | 101010 |
Color Harmonies of #0EC764
Complementary color
Monochromatic Colors of #0EC764
Black with #0EC764
Text Example
Text Example
White with #0EC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC764; }
p { color: rgb(14,199,100); }
H1.HeaderClassName
{
color: #0EC764;
}
.AnyTagClassName
{
color: #0EC764;
}
</style>
background-color css
<style>
a { background-color: #0EC764; }
a { background-color: rgb(14,199,100); }
div.DivClassName
{
background-color: #0EC764;
}
.BgClassName
{
background-color: #0EC764;
}
</style>
border-color css
<style>
span { border-color: #0EC764; }
span { border-color: rgb(14,199,100); }
td.TdClassName
{
border-color: #0EC764;
}
.TagClassName
{
border-color: #0EC764;
}
</style>