Shades of Malachite #0EC35B
Tints of Malachite #0EC35B
RGB
CMYK
RGB Variations
Color information
#0EC35B (or 0x0EC35B) is known color: Malachite. HEX triplet: 0E, C3 and 5B. RGB value is (14,195,91). Sum of RGB (Red+Green+Blue) = 14+195+91=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC35B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC35B is #F13CA4. Grayscale: #818181. Windows color (decimal): -15809701 or 6013710. OLE color: 6013710.
HSL color Cylindrical-coordinate representation of color #0EC35B: hue angle of 145.52º 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 #0EC35B is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 91 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.24 |
| HSL | 145.52º | 0.87% | 0.41% | - |
| HSV(B) | 145.52º | 0.93% | 0.76% | - |
| XYZ | 21.58 | 39.88 | 16.46 | - |
| YUV | 129.03 | 106.53 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 91 | 0.93 | 0 | 0.53 | 0.24 | 145.52 | 0.87 | 0.41 |
| Hex | E | C3 | 5B | 5D | 0 | 35 | 18 | 92 | 57 | 29 |
| Octal | 16 | 303 | 133 | 135 | 0 | 65 | 30 | 222 | 127 | 51 |
| Binary | 1110 | 11000011 | 1011011 | 1011101 | 0 | 110101 | 11000 | 10010010 | 1010111 | 101001 |
Color Harmonies of #0EC35B
Complementary color
Monochromatic Colors of #0EC35B
Black with #0EC35B
Text Example
Text Example
White with #0EC35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC35B; }
p { color: rgb(14,195,91); }
H1.HeaderClassName
{
color: #0EC35B;
}
.AnyTagClassName
{
color: #0EC35B;
}
</style>
background-color css
<style>
a { background-color: #0EC35B; }
a { background-color: rgb(14,195,91); }
div.DivClassName
{
background-color: #0EC35B;
}
.BgClassName
{
background-color: #0EC35B;
}
</style>
border-color css
<style>
span { border-color: #0EC35B; }
span { border-color: rgb(14,195,91); }
td.TdClassName
{
border-color: #0EC35B;
}
.TagClassName
{
border-color: #0EC35B;
}
</style>