Shades of Malachite #0EC94B
Tints of Malachite #0EC94B
RGB
CMYK
RGB Variations
Color information
#0EC94B (or 0x0EC94B) is known color: Malachite. HEX triplet: 0E, C9 and 4B. RGB value is (14,201,75). Sum of RGB (Red+Green+Blue) = 14+201+75=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 201 (78.91% from 255 or 69.31% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC94B is #F136B4. Grayscale: #838383. Windows color (decimal): -15808181 or 4966670. OLE color: 4966670.
HSL color Cylindrical-coordinate representation of color #0EC94B: hue angle of 139.57º 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 #0EC94B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 75 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.21 |
| HSL | 139.57º | 0.87% | 0.42% | - |
| HSV(B) | 139.57º | 0.93% | 0.79% | - |
| XYZ | 22.34 | 42.37 | 13.66 | - |
| YUV | 130.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 75 | 0.93 | 0 | 0.63 | 0.21 | 139.57 | 0.87 | 0.42 |
| Hex | E | C9 | 4B | 5D | 0 | 3F | 15 | 8C | 57 | 2A |
| Octal | 16 | 311 | 113 | 135 | 0 | 77 | 25 | 214 | 127 | 52 |
| Binary | 1110 | 11001001 | 1001011 | 1011101 | 0 | 111111 | 10101 | 10001100 | 1010111 | 101010 |
Color Harmonies of #0EC94B
Complementary color
Monochromatic Colors of #0EC94B
Black with #0EC94B
Text Example
Text Example
White with #0EC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC94B; }
p { color: rgb(14,201,75); }
H1.HeaderClassName
{
color: #0EC94B;
}
.AnyTagClassName
{
color: #0EC94B;
}
</style>
background-color css
<style>
a { background-color: #0EC94B; }
a { background-color: rgb(14,201,75); }
div.DivClassName
{
background-color: #0EC94B;
}
.BgClassName
{
background-color: #0EC94B;
}
</style>
border-color css
<style>
span { border-color: #0EC94B; }
span { border-color: rgb(14,201,75); }
td.TdClassName
{
border-color: #0EC94B;
}
.TagClassName
{
border-color: #0EC94B;
}
</style>