Shades of Malachite #02DC6C
Tints of Malachite #02DC6C
RGB
CMYK
RGB Variations
Color information
#02DC6C (or 0x02DC6C) is known color: Malachite. HEX triplet: 02, DC and 6C. RGB value is (2,220,108). Sum of RGB (Red+Green+Blue) = 2+220+108=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC6C is #FD2393. Grayscale: #8E8E8E. Windows color (decimal): -16589716 or 7134210. OLE color: 7134210.
HSL color Cylindrical-coordinate representation of color #02DC6C: hue angle of 149.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC6C is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 108 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.14 |
| HSL | 149.17º | 0.98% | 0.44% | - |
| HSV(B) | 149.17º | 0.99% | 0.86% | - |
| XYZ | 28.33 | 52.28 | 22.79 | - |
| YUV | 142.05 | 108.78 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 108 | 0.99 | 0 | 0.51 | 0.14 | 149.17 | 0.98 | 0.44 |
| Hex | 2 | DC | 6C | 63 | 0 | 33 | E | 95 | 62 | 2C |
| Octal | 2 | 334 | 154 | 143 | 0 | 63 | 16 | 225 | 142 | 54 |
| Binary | 10 | 11011100 | 1101100 | 1100011 | 0 | 110011 | 1110 | 10010101 | 1100010 | 101100 |
Color Harmonies of #02DC6C
Complementary color
Monochromatic Colors of #02DC6C
Black with #02DC6C
Text Example
Text Example
White with #02DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC6C; }
p { color: rgb(2,220,108); }
H1.HeaderClassName
{
color: #02DC6C;
}
.AnyTagClassName
{
color: #02DC6C;
}
</style>
background-color css
<style>
a { background-color: #02DC6C; }
a { background-color: rgb(2,220,108); }
div.DivClassName
{
background-color: #02DC6C;
}
.BgClassName
{
background-color: #02DC6C;
}
</style>
border-color css
<style>
span { border-color: #02DC6C; }
span { border-color: rgb(2,220,108); }
td.TdClassName
{
border-color: #02DC6C;
}
.TagClassName
{
border-color: #02DC6C;
}
</style>