Shades of Malachite #06FA5E
Tints of Malachite #06FA5E
RGB
CMYK
RGB Variations
Color information
#06FA5E (or 0x06FA5E) is known color: Malachite. HEX triplet: 06, FA and 5E. RGB value is (6,250,94). Sum of RGB (Red+Green+Blue) = 6+250+94=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FA5E is #F905A1. Grayscale: #9F9F9F. Windows color (decimal): -16319906 or 6224390. OLE color: 6224390.
HSL color Cylindrical-coordinate representation of color #06FA5E: hue angle of 141.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FA5E is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 94 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.02 |
| HSL | 141.64º | 0.96% | 0.5% | - |
| HSV(B) | 141.64º | 0.98% | 0.98% | - |
| XYZ | 36.28 | 69.22 | 22.04 | - |
| YUV | 159.26 | 91.16 | 18.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 94 | 0.98 | 0 | 0.62 | 0.02 | 141.64 | 0.96 | 0.5 |
| Hex | 6 | FA | 5E | 62 | 0 | 3E | 2 | 8E | 60 | 32 |
| Octal | 6 | 372 | 136 | 142 | 0 | 76 | 2 | 216 | 140 | 62 |
| Binary | 110 | 11111010 | 1011110 | 1100010 | 0 | 111110 | 10 | 10001110 | 1100000 | 110010 |
Color Harmonies of #06FA5E
Complementary color
Monochromatic Colors of #06FA5E
Black with #06FA5E
Text Example
Text Example
White with #06FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FA5E; }
p { color: rgb(6,250,94); }
H1.HeaderClassName
{
color: #06FA5E;
}
.AnyTagClassName
{
color: #06FA5E;
}
</style>
background-color css
<style>
a { background-color: #06FA5E; }
a { background-color: rgb(6,250,94); }
div.DivClassName
{
background-color: #06FA5E;
}
.BgClassName
{
background-color: #06FA5E;
}
</style>
border-color css
<style>
span { border-color: #06FA5E; }
span { border-color: rgb(6,250,94); }
td.TdClassName
{
border-color: #06FA5E;
}
.TagClassName
{
border-color: #06FA5E;
}
</style>