Shades of Malachite #06D86E
Tints of Malachite #06D86E
RGB
CMYK
RGB Variations
Color information
#06D86E (or 0x06D86E) is known color: Malachite. HEX triplet: 06, D8 and 6E. RGB value is (6,216,110). Sum of RGB (Red+Green+Blue) = 6+216+110=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #06D86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D86E is #F92791. Grayscale: #8D8D8D. Windows color (decimal): -16328594 or 7264262. OLE color: 7264262.
HSL color Cylindrical-coordinate representation of color #06D86E: hue angle of 149.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D86E is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 110 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.15 |
| HSL | 149.71º | 0.95% | 0.44% | - |
| HSV(B) | 149.71º | 0.97% | 0.85% | - |
| XYZ | 27.45 | 50.28 | 23.01 | - |
| YUV | 141.13 | 110.43 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 110 | 0.97 | 0 | 0.49 | 0.15 | 149.71 | 0.95 | 0.44 |
| Hex | 6 | D8 | 6E | 61 | 0 | 31 | F | 96 | 5F | 2C |
| Octal | 6 | 330 | 156 | 141 | 0 | 61 | 17 | 226 | 137 | 54 |
| Binary | 110 | 11011000 | 1101110 | 1100001 | 0 | 110001 | 1111 | 10010110 | 1011111 | 101100 |
Color Harmonies of #06D86E
Complementary color
Monochromatic Colors of #06D86E
Black with #06D86E
Text Example
Text Example
White with #06D86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D86E; }
p { color: rgb(6,216,110); }
H1.HeaderClassName
{
color: #06D86E;
}
.AnyTagClassName
{
color: #06D86E;
}
</style>
background-color css
<style>
a { background-color: #06D86E; }
a { background-color: rgb(6,216,110); }
div.DivClassName
{
background-color: #06D86E;
}
.BgClassName
{
background-color: #06D86E;
}
</style>
border-color css
<style>
span { border-color: #06D86E; }
span { border-color: rgb(6,216,110); }
td.TdClassName
{
border-color: #06D86E;
}
.TagClassName
{
border-color: #06D86E;
}
</style>