Shades of Malachite #06E160
Tints of Malachite #06E160
RGB
CMYK
RGB Variations
Color information
#06E160 (or 0x06E160) is known color: Malachite. HEX triplet: 06, E1 and 60. RGB value is (6,225,96). Sum of RGB (Red+Green+Blue) = 6+225+96=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #06E160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06E160 is #F91E9F. Grayscale: #919191. Windows color (decimal): -16326304 or 6349062. OLE color: 6349062.
HSL color Cylindrical-coordinate representation of color #06E160: hue angle of 144.66º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E160 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 96 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.12 |
| HSL | 144.66º | 0.95% | 0.45% | - |
| HSV(B) | 144.66º | 0.97% | 0.88% | - |
| XYZ | 29.11 | 54.73 | 20.1 | - |
| YUV | 144.81 | 100.45 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 96 | 0.97 | 0 | 0.57 | 0.12 | 144.66 | 0.95 | 0.45 |
| Hex | 6 | E1 | 60 | 61 | 0 | 39 | C | 91 | 5F | 2D |
| Octal | 6 | 341 | 140 | 141 | 0 | 71 | 14 | 221 | 137 | 55 |
| Binary | 110 | 11100001 | 1100000 | 1100001 | 0 | 111001 | 1100 | 10010001 | 1011111 | 101101 |
Color Harmonies of #06E160
Complementary color
Monochromatic Colors of #06E160
Black with #06E160
Text Example
Text Example
White with #06E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E160; }
p { color: rgb(6,225,96); }
H1.HeaderClassName
{
color: #06E160;
}
.AnyTagClassName
{
color: #06E160;
}
</style>
background-color css
<style>
a { background-color: #06E160; }
a { background-color: rgb(6,225,96); }
div.DivClassName
{
background-color: #06E160;
}
.BgClassName
{
background-color: #06E160;
}
</style>
border-color css
<style>
span { border-color: #06E160; }
span { border-color: rgb(6,225,96); }
td.TdClassName
{
border-color: #06E160;
}
.TagClassName
{
border-color: #06E160;
}
</style>