Shades of Malachite #06C462
Tints of Malachite #06C462
RGB
CMYK
RGB Variations
Color information
#06C462 (or 0x06C462) is known color: Malachite. HEX triplet: 06, C4 and 62. RGB value is (6,196,98). Sum of RGB (Red+Green+Blue) = 6+196+98=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #06C462 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C462 is #F93B9D. Grayscale: #808080. Windows color (decimal): -16333726 or 6472710. OLE color: 6472710.
HSL color Cylindrical-coordinate representation of color #06C462: hue angle of 149.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C462 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 196 | 98 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.23 |
| HSL | 149.05º | 0.94% | 0.4% | - |
| HSV(B) | 149.05º | 0.97% | 0.77% | - |
| XYZ | 22.02 | 40.4 | 18.19 | - |
| YUV | 128.02 | 111.05 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 196 | 98 | 0.97 | 0 | 0.5 | 0.23 | 149.05 | 0.94 | 0.4 |
| Hex | 6 | C4 | 62 | 61 | 0 | 32 | 17 | 95 | 5E | 28 |
| Octal | 6 | 304 | 142 | 141 | 0 | 62 | 27 | 225 | 136 | 50 |
| Binary | 110 | 11000100 | 1100010 | 1100001 | 0 | 110010 | 10111 | 10010101 | 1011110 | 101000 |
Color Harmonies of #06C462
Complementary color
Monochromatic Colors of #06C462
Black with #06C462
Text Example
Text Example
White with #06C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C462; }
p { color: rgb(6,196,98); }
H1.HeaderClassName
{
color: #06C462;
}
.AnyTagClassName
{
color: #06C462;
}
</style>
background-color css
<style>
a { background-color: #06C462; }
a { background-color: rgb(6,196,98); }
div.DivClassName
{
background-color: #06C462;
}
.BgClassName
{
background-color: #06C462;
}
</style>
border-color css
<style>
span { border-color: #06C462; }
span { border-color: rgb(6,196,98); }
td.TdClassName
{
border-color: #06C462;
}
.TagClassName
{
border-color: #06C462;
}
</style>