Shades of Malachite #0EFF52
Tints of Malachite #0EFF52
RGB
CMYK
RGB Variations
Color information
#0EFF52 (or 0x0EFF52) is known color: Malachite. HEX triplet: 0E, FF and 52. RGB value is (14,255,82). Sum of RGB (Red+Green+Blue) = 14+255+82=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF52 is #F100AD. Grayscale: #A3A3A3. Windows color (decimal): -15794350 or 5439246. OLE color: 5439246.
HSL color Cylindrical-coordinate representation of color #0EFF52: hue angle of 136.93º 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 #0EFF52 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 82 | - |
| CMYK | 0.95 | 0 | 0.68 | 0 |
| HSL | 136.93º | 1% | 0.53% | - |
| HSV(B) | 136.93º | 0.95% | 1% | - |
| XYZ | 37.46 | 72.22 | 19.95 | - |
| YUV | 163.22 | 82.16 | 21.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 82 | 0.95 | 0 | 0.68 | 0 | 136.93 | 1 | 0.53 |
| Hex | E | FF | 52 | 5F | 0 | 44 | 0 | 89 | 64 | 35 |
| Octal | 16 | 377 | 122 | 137 | 0 | 104 | 0 | 211 | 144 | 65 |
| Binary | 1110 | 11111111 | 1010010 | 1011111 | 0 | 1000100 | 0 | 10001001 | 1100100 | 110101 |
Color Harmonies of #0EFF52
Complementary color
Monochromatic Colors of #0EFF52
Black with #0EFF52
Text Example
Text Example
White with #0EFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF52; }
p { color: rgb(14,255,82); }
H1.HeaderClassName
{
color: #0EFF52;
}
.AnyTagClassName
{
color: #0EFF52;
}
</style>
background-color css
<style>
a { background-color: #0EFF52; }
a { background-color: rgb(14,255,82); }
div.DivClassName
{
background-color: #0EFF52;
}
.BgClassName
{
background-color: #0EFF52;
}
</style>
border-color css
<style>
span { border-color: #0EFF52; }
span { border-color: rgb(14,255,82); }
td.TdClassName
{
border-color: #0EFF52;
}
.TagClassName
{
border-color: #0EFF52;
}
</style>