Shades of Malachite #0EC261
Tints of Malachite #0EC261
RGB
CMYK
RGB Variations
Color information
#0EC261 (or 0x0EC261) is known color: Malachite. HEX triplet: 0E, C2 and 61. RGB value is (14,194,97). Sum of RGB (Red+Green+Blue) = 14+194+97=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC261 is #F13D9E. Grayscale: #818181. Windows color (decimal): -15809951 or 6406670. OLE color: 6406670.
HSL color Cylindrical-coordinate representation of color #0EC261: hue angle of 147.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC261 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 97 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.24 |
| HSL | 147.67º | 0.87% | 0.41% | - |
| HSV(B) | 147.67º | 0.93% | 0.76% | - |
| XYZ | 21.63 | 39.54 | 17.8 | - |
| YUV | 129.12 | 109.87 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 97 | 0.93 | 0 | 0.50 | 0.24 | 147.67 | 0.87 | 0.41 |
| Hex | E | C2 | 61 | 5D | 0 | 32 | 18 | 94 | 57 | 29 |
| Octal | 16 | 302 | 141 | 135 | 0 | 62 | 30 | 224 | 127 | 51 |
| Binary | 1110 | 11000010 | 1100001 | 1011101 | 0 | 110010 | 11000 | 10010100 | 1010111 | 101001 |
Color Harmonies of #0EC261
Complementary color
Monochromatic Colors of #0EC261
Black with #0EC261
Text Example
Text Example
White with #0EC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC261; }
p { color: rgb(14,194,97); }
H1.HeaderClassName
{
color: #0EC261;
}
.AnyTagClassName
{
color: #0EC261;
}
</style>
background-color css
<style>
a { background-color: #0EC261; }
a { background-color: rgb(14,194,97); }
div.DivClassName
{
background-color: #0EC261;
}
.BgClassName
{
background-color: #0EC261;
}
</style>
border-color css
<style>
span { border-color: #0EC261; }
span { border-color: rgb(14,194,97); }
td.TdClassName
{
border-color: #0EC261;
}
.TagClassName
{
border-color: #0EC261;
}
</style>