Shades of Malachite #0EC75B
Tints of Malachite #0EC75B
RGB
CMYK
RGB Variations
Color information
#0EC75B (or 0x0EC75B) is known color: Malachite. HEX triplet: 0E, C7 and 5B. RGB value is (14,199,91). Sum of RGB (Red+Green+Blue) = 14+199+91=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC75B is #F138A4. Grayscale: #838383. Windows color (decimal): -15808677 or 6014734. OLE color: 6014734.
HSL color Cylindrical-coordinate representation of color #0EC75B: hue angle of 144.97º 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 #0EC75B is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 91 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.22 |
| HSL | 144.97º | 0.87% | 0.42% | - |
| HSV(B) | 144.97º | 0.93% | 0.78% | - |
| XYZ | 22.49 | 41.7 | 16.76 | - |
| YUV | 131.37 | 105.21 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 91 | 0.93 | 0 | 0.54 | 0.22 | 144.97 | 0.87 | 0.42 |
| Hex | E | C7 | 5B | 5D | 0 | 36 | 16 | 91 | 57 | 2A |
| Octal | 16 | 307 | 133 | 135 | 0 | 66 | 26 | 221 | 127 | 52 |
| Binary | 1110 | 11000111 | 1011011 | 1011101 | 0 | 110110 | 10110 | 10010001 | 1010111 | 101010 |
Color Harmonies of #0EC75B
Complementary color
Monochromatic Colors of #0EC75B
Black with #0EC75B
Text Example
Text Example
White with #0EC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC75B; }
p { color: rgb(14,199,91); }
H1.HeaderClassName
{
color: #0EC75B;
}
.AnyTagClassName
{
color: #0EC75B;
}
</style>
background-color css
<style>
a { background-color: #0EC75B; }
a { background-color: rgb(14,199,91); }
div.DivClassName
{
background-color: #0EC75B;
}
.BgClassName
{
background-color: #0EC75B;
}
</style>
border-color css
<style>
span { border-color: #0EC75B; }
span { border-color: rgb(14,199,91); }
td.TdClassName
{
border-color: #0EC75B;
}
.TagClassName
{
border-color: #0EC75B;
}
</style>