Shades of Malachite #0EFF43
Tints of Malachite #0EFF43
RGB
CMYK
RGB Variations
Color information
#0EFF43 (or 0x0EFF43) is known color: Malachite. HEX triplet: 0E, FF and 43. RGB value is (14,255,67). Sum of RGB (Red+Green+Blue) = 14+255+67=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF43 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF43 is #F100BC. Grayscale: #A2A2A2. Windows color (decimal): -15794365 or 4456206. OLE color: 4456206.
HSL color Cylindrical-coordinate representation of color #0EFF43: hue angle of 133.2º 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 #0EFF43 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 67 | - |
| CMYK | 0.95 | 0 | 0.74 | 0 |
| HSL | 133.2º | 1% | 0.53% | - |
| HSV(B) | 133.2º | 0.95% | 1% | - |
| XYZ | 36.95 | 72.02 | 17.26 | - |
| YUV | 161.51 | 74.66 | 22.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 67 | 0.95 | 0 | 0.74 | 0 | 133.2 | 1 | 0.53 |
| Hex | E | FF | 43 | 5F | 0 | 4A | 0 | 85 | 64 | 35 |
| Octal | 16 | 377 | 103 | 137 | 0 | 112 | 0 | 205 | 144 | 65 |
| Binary | 1110 | 11111111 | 1000011 | 1011111 | 0 | 1001010 | 0 | 10000101 | 1100100 | 110101 |
Color Harmonies of #0EFF43
Complementary color
Monochromatic Colors of #0EFF43
Black with #0EFF43
Text Example
Text Example
White with #0EFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF43; }
p { color: rgb(14,255,67); }
H1.HeaderClassName
{
color: #0EFF43;
}
.AnyTagClassName
{
color: #0EFF43;
}
</style>
background-color css
<style>
a { background-color: #0EFF43; }
a { background-color: rgb(14,255,67); }
div.DivClassName
{
background-color: #0EFF43;
}
.BgClassName
{
background-color: #0EFF43;
}
</style>
border-color css
<style>
span { border-color: #0EFF43; }
span { border-color: rgb(14,255,67); }
td.TdClassName
{
border-color: #0EFF43;
}
.TagClassName
{
border-color: #0EFF43;
}
</style>