Shades of Malachite #06DC6A
Tints of Malachite #06DC6A
RGB
CMYK
RGB Variations
Color information
#06DC6A (or 0x06DC6A) is known color: Malachite. HEX triplet: 06, DC and 6A. RGB value is (6,220,106). Sum of RGB (Red+Green+Blue) = 6+220+106=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DC6A is #F92395. Grayscale: #8F8F8F. Windows color (decimal): -16327574 or 7003142. OLE color: 7003142.
HSL color Cylindrical-coordinate representation of color #06DC6A: hue angle of 148.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC6A is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 106 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.14 |
| HSL | 148.04º | 0.95% | 0.44% | - |
| HSV(B) | 148.04º | 0.97% | 0.86% | - |
| XYZ | 28.27 | 52.27 | 22.23 | - |
| YUV | 143.02 | 107.1 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 106 | 0.97 | 0 | 0.52 | 0.14 | 148.04 | 0.95 | 0.44 |
| Hex | 6 | DC | 6A | 61 | 0 | 34 | E | 94 | 5F | 2C |
| Octal | 6 | 334 | 152 | 141 | 0 | 64 | 16 | 224 | 137 | 54 |
| Binary | 110 | 11011100 | 1101010 | 1100001 | 0 | 110100 | 1110 | 10010100 | 1011111 | 101100 |
Color Harmonies of #06DC6A
Complementary color
Monochromatic Colors of #06DC6A
Black with #06DC6A
Text Example
Text Example
White with #06DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC6A; }
p { color: rgb(6,220,106); }
H1.HeaderClassName
{
color: #06DC6A;
}
.AnyTagClassName
{
color: #06DC6A;
}
</style>
background-color css
<style>
a { background-color: #06DC6A; }
a { background-color: rgb(6,220,106); }
div.DivClassName
{
background-color: #06DC6A;
}
.BgClassName
{
background-color: #06DC6A;
}
</style>
border-color css
<style>
span { border-color: #06DC6A; }
span { border-color: rgb(6,220,106); }
td.TdClassName
{
border-color: #06DC6A;
}
.TagClassName
{
border-color: #06DC6A;
}
</style>