Shades of Malachite #06E162
Tints of Malachite #06E162
RGB
CMYK
RGB Variations
Color information
#06E162 (or 0x06E162) is known color: Malachite. HEX triplet: 06, E1 and 62. RGB value is (6,225,98). Sum of RGB (Red+Green+Blue) = 6+225+98=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #06E162 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06E162 is #F91E9D. Grayscale: #919191. Windows color (decimal): -16326302 or 6480134. OLE color: 6480134.
HSL color Cylindrical-coordinate representation of color #06E162: hue angle of 145.21º 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 #06E162 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 98 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.12 |
| HSL | 145.21º | 0.95% | 0.45% | - |
| HSV(B) | 145.21º | 0.97% | 0.88% | - |
| XYZ | 29.2 | 54.77 | 20.59 | - |
| YUV | 145.04 | 101.45 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 98 | 0.97 | 0 | 0.56 | 0.12 | 145.21 | 0.95 | 0.45 |
| Hex | 6 | E1 | 62 | 61 | 0 | 38 | C | 91 | 5F | 2D |
| Octal | 6 | 341 | 142 | 141 | 0 | 70 | 14 | 221 | 137 | 55 |
| Binary | 110 | 11100001 | 1100010 | 1100001 | 0 | 111000 | 1100 | 10010001 | 1011111 | 101101 |
Color Harmonies of #06E162
Complementary color
Monochromatic Colors of #06E162
Black with #06E162
Text Example
Text Example
White with #06E162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E162; }
p { color: rgb(6,225,98); }
H1.HeaderClassName
{
color: #06E162;
}
.AnyTagClassName
{
color: #06E162;
}
</style>
background-color css
<style>
a { background-color: #06E162; }
a { background-color: rgb(6,225,98); }
div.DivClassName
{
background-color: #06E162;
}
.BgClassName
{
background-color: #06E162;
}
</style>
border-color css
<style>
span { border-color: #06E162; }
span { border-color: rgb(6,225,98); }
td.TdClassName
{
border-color: #06E162;
}
.TagClassName
{
border-color: #06E162;
}
</style>