Shades of Malachite #0ECF4A
Tints of Malachite #0ECF4A
RGB
CMYK
RGB Variations
Color information
#0ECF4A (or 0x0ECF4A) is known color: Malachite. HEX triplet: 0E, CF and 4A. RGB value is (14,207,74). Sum of RGB (Red+Green+Blue) = 14+207+74=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECF4A is #F130B5. Grayscale: #868686. Windows color (decimal): -15806646 or 4902670. OLE color: 4902670.
HSL color Cylindrical-coordinate representation of color #0ECF4A: hue angle of 138.65º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECF4A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 207 | 74 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.19 |
| HSL | 138.65º | 0.87% | 0.43% | - |
| HSV(B) | 138.65º | 0.93% | 0.81% | - |
| XYZ | 23.73 | 45.21 | 13.95 | - |
| YUV | 134.13 | 94.06 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 74 | 0.93 | 0 | 0.64 | 0.19 | 138.65 | 0.87 | 0.43 |
| Hex | E | CF | 4A | 5D | 0 | 40 | 13 | 8B | 57 | 2B |
| Octal | 16 | 317 | 112 | 135 | 0 | 100 | 23 | 213 | 127 | 53 |
| Binary | 1110 | 11001111 | 1001010 | 1011101 | 0 | 1000000 | 10011 | 10001011 | 1010111 | 101011 |
Color Harmonies of #0ECF4A
Complementary color
Monochromatic Colors of #0ECF4A
Black with #0ECF4A
Text Example
Text Example
White with #0ECF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECF4A; }
p { color: rgb(14,207,74); }
H1.HeaderClassName
{
color: #0ECF4A;
}
.AnyTagClassName
{
color: #0ECF4A;
}
</style>
background-color css
<style>
a { background-color: #0ECF4A; }
a { background-color: rgb(14,207,74); }
div.DivClassName
{
background-color: #0ECF4A;
}
.BgClassName
{
background-color: #0ECF4A;
}
</style>
border-color css
<style>
span { border-color: #0ECF4A; }
span { border-color: rgb(14,207,74); }
td.TdClassName
{
border-color: #0ECF4A;
}
.TagClassName
{
border-color: #0ECF4A;
}
</style>