Shades of Malachite #0EFF5B
Tints of Malachite #0EFF5B
RGB
CMYK
RGB Variations
Color information
#0EFF5B (or 0x0EFF5B) is known color: Malachite. HEX triplet: 0E, FF and 5B. RGB value is (14,255,91). Sum of RGB (Red+Green+Blue) = 14+255+91=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF5B is #F100A4. Grayscale: #A4A4A4. Windows color (decimal): -15794341 or 6029070. OLE color: 6029070.
HSL color Cylindrical-coordinate representation of color #0EFF5B: hue angle of 139.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF5B is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 91 | - |
| CMYK | 0.95 | 0 | 0.64 | 0 |
| HSL | 139.17º | 1% | 0.53% | - |
| HSV(B) | 139.17º | 0.95% | 1% | - |
| XYZ | 37.83 | 72.37 | 21.87 | - |
| YUV | 164.25 | 86.66 | 20.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 91 | 0.95 | 0 | 0.64 | 0 | 139.17 | 1 | 0.53 |
| Hex | E | FF | 5B | 5F | 0 | 40 | 0 | 8B | 64 | 35 |
| Octal | 16 | 377 | 133 | 137 | 0 | 100 | 0 | 213 | 144 | 65 |
| Binary | 1110 | 11111111 | 1011011 | 1011111 | 0 | 1000000 | 0 | 10001011 | 1100100 | 110101 |
Color Harmonies of #0EFF5B
Complementary color
Monochromatic Colors of #0EFF5B
Black with #0EFF5B
Text Example
Text Example
White with #0EFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF5B; }
p { color: rgb(14,255,91); }
H1.HeaderClassName
{
color: #0EFF5B;
}
.AnyTagClassName
{
color: #0EFF5B;
}
</style>
background-color css
<style>
a { background-color: #0EFF5B; }
a { background-color: rgb(14,255,91); }
div.DivClassName
{
background-color: #0EFF5B;
}
.BgClassName
{
background-color: #0EFF5B;
}
</style>
border-color css
<style>
span { border-color: #0EFF5B; }
span { border-color: rgb(14,255,91); }
td.TdClassName
{
border-color: #0EFF5B;
}
.TagClassName
{
border-color: #0EFF5B;
}
</style>