Shades of Malachite #0ECA68
Tints of Malachite #0ECA68
RGB
CMYK
RGB Variations
Color information
#0ECA68 (or 0x0ECA68) is known color: Malachite. HEX triplet: 0E, CA and 68. RGB value is (14,202,104). Sum of RGB (Red+Green+Blue) = 14+202+104=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA68 is #F13597. Grayscale: #868686. Windows color (decimal): -15807896 or 6867470. OLE color: 6867470.
HSL color Cylindrical-coordinate representation of color #0ECA68: hue angle of 148.72º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA68 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 104 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.21 |
| HSL | 148.72º | 0.87% | 0.42% | - |
| HSV(B) | 148.72º | 0.93% | 0.79% | - |
| XYZ | 23.8 | 43.33 | 20.21 | - |
| YUV | 134.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 104 | 0.93 | 0 | 0.49 | 0.21 | 148.72 | 0.87 | 0.42 |
| Hex | E | CA | 68 | 5D | 0 | 31 | 15 | 95 | 57 | 2A |
| Octal | 16 | 312 | 150 | 135 | 0 | 61 | 25 | 225 | 127 | 52 |
| Binary | 1110 | 11001010 | 1101000 | 1011101 | 0 | 110001 | 10101 | 10010101 | 1010111 | 101010 |
Color Harmonies of #0ECA68
Complementary color
Monochromatic Colors of #0ECA68
Black with #0ECA68
Text Example
Text Example
White with #0ECA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA68; }
p { color: rgb(14,202,104); }
H1.HeaderClassName
{
color: #0ECA68;
}
.AnyTagClassName
{
color: #0ECA68;
}
</style>
background-color css
<style>
a { background-color: #0ECA68; }
a { background-color: rgb(14,202,104); }
div.DivClassName
{
background-color: #0ECA68;
}
.BgClassName
{
background-color: #0ECA68;
}
</style>
border-color css
<style>
span { border-color: #0ECA68; }
span { border-color: rgb(14,202,104); }
td.TdClassName
{
border-color: #0ECA68;
}
.TagClassName
{
border-color: #0ECA68;
}
</style>