Shades of Malachite #06EC5E
Tints of Malachite #06EC5E
RGB
CMYK
RGB Variations
Color information
#06EC5E (or 0x06EC5E) is known color: Malachite. HEX triplet: 06, EC and 5E. RGB value is (6,236,94). Sum of RGB (Red+Green+Blue) = 6+236+94=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EC5E is #F913A1. Grayscale: #979797. Windows color (decimal): -16323490 or 6220806. OLE color: 6220806.
HSL color Cylindrical-coordinate representation of color #06EC5E: hue angle of 142.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EC5E is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 94 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.07 |
| HSL | 142.96º | 0.95% | 0.47% | - |
| HSV(B) | 142.96º | 0.97% | 0.93% | - |
| XYZ | 32.09 | 60.84 | 20.64 | - |
| YUV | 151.04 | 95.8 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 94 | 0.97 | 0 | 0.60 | 0.07 | 142.96 | 0.95 | 0.47 |
| Hex | 6 | EC | 5E | 61 | 0 | 3C | 7 | 8F | 5F | 2F |
| Octal | 6 | 354 | 136 | 141 | 0 | 74 | 7 | 217 | 137 | 57 |
| Binary | 110 | 11101100 | 1011110 | 1100001 | 0 | 111100 | 111 | 10001111 | 1011111 | 101111 |
Color Harmonies of #06EC5E
Complementary color
Monochromatic Colors of #06EC5E
Black with #06EC5E
Text Example
Text Example
White with #06EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC5E; }
p { color: rgb(6,236,94); }
H1.HeaderClassName
{
color: #06EC5E;
}
.AnyTagClassName
{
color: #06EC5E;
}
</style>
background-color css
<style>
a { background-color: #06EC5E; }
a { background-color: rgb(6,236,94); }
div.DivClassName
{
background-color: #06EC5E;
}
.BgClassName
{
background-color: #06EC5E;
}
</style>
border-color css
<style>
span { border-color: #06EC5E; }
span { border-color: rgb(6,236,94); }
td.TdClassName
{
border-color: #06EC5E;
}
.TagClassName
{
border-color: #06EC5E;
}
</style>