Shades of Malachite #0EF03B
Tints of Malachite #0EF03B
RGB
CMYK
RGB Variations
Color information
#0EF03B (or 0x0EF03B) is known color: Malachite. HEX triplet: 0E, F0 and 3B. RGB value is (14,240,59). Sum of RGB (Red+Green+Blue) = 14+240+59=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF03B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF03B is #F10FC4. Grayscale: #989898. Windows color (decimal): -15798213 or 3928078. OLE color: 3928078.
HSL color Cylindrical-coordinate representation of color #0EF03B: hue angle of 131.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF03B is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 59 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.06 |
| HSL | 131.95º | 0.89% | 0.5% | - |
| HSV(B) | 131.95º | 0.94% | 0.94% | - |
| XYZ | 32.13 | 62.73 | 14.55 | - |
| YUV | 151.79 | 75.63 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 59 | 0.94 | 0 | 0.75 | 0.06 | 131.95 | 0.89 | 0.5 |
| Hex | E | F0 | 3B | 5E | 0 | 4B | 6 | 84 | 59 | 32 |
| Octal | 16 | 360 | 73 | 136 | 0 | 113 | 6 | 204 | 131 | 62 |
| Binary | 1110 | 11110000 | 111011 | 1011110 | 0 | 1001011 | 110 | 10000100 | 1011001 | 110010 |
Color Harmonies of #0EF03B
Complementary color
Monochromatic Colors of #0EF03B
Black with #0EF03B
Text Example
Text Example
White with #0EF03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF03B; }
p { color: rgb(14,240,59); }
H1.HeaderClassName
{
color: #0EF03B;
}
.AnyTagClassName
{
color: #0EF03B;
}
</style>
background-color css
<style>
a { background-color: #0EF03B; }
a { background-color: rgb(14,240,59); }
div.DivClassName
{
background-color: #0EF03B;
}
.BgClassName
{
background-color: #0EF03B;
}
</style>
border-color css
<style>
span { border-color: #0EF03B; }
span { border-color: rgb(14,240,59); }
td.TdClassName
{
border-color: #0EF03B;
}
.TagClassName
{
border-color: #0EF03B;
}
</style>