Shades of Malachite #0EFF3C
Tints of Malachite #0EFF3C
RGB
CMYK
RGB Variations
Color information
#0EFF3C (or 0x0EFF3C) is known color: Malachite. HEX triplet: 0E, FF and 3C. RGB value is (14,255,60). Sum of RGB (Red+Green+Blue) = 14+255+60=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF3C is #F100C3. Grayscale: #A1A1A1. Windows color (decimal): -15794372 or 3997454. OLE color: 3997454.
HSL color Cylindrical-coordinate representation of color #0EFF3C: hue angle of 131.45º 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 #0EFF3C is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 60 | - |
| CMYK | 0.95 | 0 | 0.76 | 0 |
| HSL | 131.45º | 1% | 0.53% | - |
| HSV(B) | 131.45º | 0.95% | 1% | - |
| XYZ | 36.76 | 71.94 | 16.22 | - |
| YUV | 160.71 | 71.16 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 60 | 0.95 | 0 | 0.76 | 0 | 131.45 | 1 | 0.53 |
| Hex | E | FF | 3C | 5F | 0 | 4C | 0 | 83 | 64 | 35 |
| Octal | 16 | 377 | 74 | 137 | 0 | 114 | 0 | 203 | 144 | 65 |
| Binary | 1110 | 11111111 | 111100 | 1011111 | 0 | 1001100 | 0 | 10000011 | 1100100 | 110101 |
Color Harmonies of #0EFF3C
Complementary color
Monochromatic Colors of #0EFF3C
Black with #0EFF3C
Text Example
Text Example
White with #0EFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF3C; }
p { color: rgb(14,255,60); }
H1.HeaderClassName
{
color: #0EFF3C;
}
.AnyTagClassName
{
color: #0EFF3C;
}
</style>
background-color css
<style>
a { background-color: #0EFF3C; }
a { background-color: rgb(14,255,60); }
div.DivClassName
{
background-color: #0EFF3C;
}
.BgClassName
{
background-color: #0EFF3C;
}
</style>
border-color css
<style>
span { border-color: #0EFF3C; }
span { border-color: rgb(14,255,60); }
td.TdClassName
{
border-color: #0EFF3C;
}
.TagClassName
{
border-color: #0EFF3C;
}
</style>