Shades of Malachite #0EFF3E
Tints of Malachite #0EFF3E
RGB
CMYK
RGB Variations
Color information
#0EFF3E (or 0x0EFF3E) is known color: Malachite. HEX triplet: 0E, FF and 3E. RGB value is (14,255,62). Sum of RGB (Red+Green+Blue) = 14+255+62=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF3E is #F100C1. Grayscale: #A1A1A1. Windows color (decimal): -15794370 or 4128526. OLE color: 4128526.
HSL color Cylindrical-coordinate representation of color #0EFF3E: hue angle of 131.95º 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 #0EFF3E is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 62 | - |
| CMYK | 0.95 | 0 | 0.76 | 0 |
| HSL | 131.95º | 1% | 0.53% | - |
| HSV(B) | 131.95º | 0.95% | 1% | - |
| XYZ | 36.81 | 71.96 | 16.51 | - |
| YUV | 160.94 | 72.16 | 23.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 62 | 0.95 | 0 | 0.76 | 0 | 131.95 | 1 | 0.53 |
| Hex | E | FF | 3E | 5F | 0 | 4C | 0 | 84 | 64 | 35 |
| Octal | 16 | 377 | 76 | 137 | 0 | 114 | 0 | 204 | 144 | 65 |
| Binary | 1110 | 11111111 | 111110 | 1011111 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110101 |
Color Harmonies of #0EFF3E
Complementary color
Monochromatic Colors of #0EFF3E
Black with #0EFF3E
Text Example
Text Example
White with #0EFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF3E; }
p { color: rgb(14,255,62); }
H1.HeaderClassName
{
color: #0EFF3E;
}
.AnyTagClassName
{
color: #0EFF3E;
}
</style>
background-color css
<style>
a { background-color: #0EFF3E; }
a { background-color: rgb(14,255,62); }
div.DivClassName
{
background-color: #0EFF3E;
}
.BgClassName
{
background-color: #0EFF3E;
}
</style>
border-color css
<style>
span { border-color: #0EFF3E; }
span { border-color: rgb(14,255,62); }
td.TdClassName
{
border-color: #0EFF3E;
}
.TagClassName
{
border-color: #0EFF3E;
}
</style>