Shades of Malachite #0EFF4D
Tints of Malachite #0EFF4D
RGB
CMYK
RGB Variations
Color information
#0EFF4D (or 0x0EFF4D) is known color: Malachite. HEX triplet: 0E, FF and 4D. RGB value is (14,255,77). Sum of RGB (Red+Green+Blue) = 14+255+77=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF4D is #F100B2. Grayscale: #A3A3A3. Windows color (decimal): -15794355 or 5111566. OLE color: 5111566.
HSL color Cylindrical-coordinate representation of color #0EFF4D: hue angle of 135.68º 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 #0EFF4D is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 77 | - |
| CMYK | 0.95 | 0 | 0.70 | 0 |
| HSL | 135.68º | 1% | 0.53% | - |
| HSV(B) | 135.68º | 0.95% | 1% | - |
| XYZ | 37.28 | 72.15 | 18.98 | - |
| YUV | 162.65 | 79.66 | 21.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 77 | 0.95 | 0 | 0.70 | 0 | 135.68 | 1 | 0.53 |
| Hex | E | FF | 4D | 5F | 0 | 46 | 0 | 88 | 64 | 35 |
| Octal | 16 | 377 | 115 | 137 | 0 | 106 | 0 | 210 | 144 | 65 |
| Binary | 1110 | 11111111 | 1001101 | 1011111 | 0 | 1000110 | 0 | 10001000 | 1100100 | 110101 |
Color Harmonies of #0EFF4D
Complementary color
Monochromatic Colors of #0EFF4D
Black with #0EFF4D
Text Example
Text Example
White with #0EFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF4D; }
p { color: rgb(14,255,77); }
H1.HeaderClassName
{
color: #0EFF4D;
}
.AnyTagClassName
{
color: #0EFF4D;
}
</style>
background-color css
<style>
a { background-color: #0EFF4D; }
a { background-color: rgb(14,255,77); }
div.DivClassName
{
background-color: #0EFF4D;
}
.BgClassName
{
background-color: #0EFF4D;
}
</style>
border-color css
<style>
span { border-color: #0EFF4D; }
span { border-color: rgb(14,255,77); }
td.TdClassName
{
border-color: #0EFF4D;
}
.TagClassName
{
border-color: #0EFF4D;
}
</style>