Shades of Malachite #02D06D
Tints of Malachite #02D06D
RGB
CMYK
RGB Variations
Color information
#02D06D (or 0x02D06D) is known color: Malachite. HEX triplet: 02, D0 and 6D. RGB value is (2,208,109). Sum of RGB (Red+Green+Blue) = 2+208+109=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #02D06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D06D is #FD2F92. Grayscale: #878787. Windows color (decimal): -16592787 or 7196674. OLE color: 7196674.
HSL color Cylindrical-coordinate representation of color #02D06D: hue angle of 151.17º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D06D is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 109 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.18 |
| HSL | 151.17º | 0.98% | 0.41% | - |
| HSV(B) | 151.17º | 0.99% | 0.82% | - |
| XYZ | 25.34 | 46.23 | 22.06 | - |
| YUV | 135.12 | 113.25 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 109 | 0.99 | 0 | 0.48 | 0.18 | 151.17 | 0.98 | 0.41 |
| Hex | 2 | D0 | 6D | 63 | 0 | 30 | 12 | 97 | 62 | 29 |
| Octal | 2 | 320 | 155 | 143 | 0 | 60 | 22 | 227 | 142 | 51 |
| Binary | 10 | 11010000 | 1101101 | 1100011 | 0 | 110000 | 10010 | 10010111 | 1100010 | 101001 |
Color Harmonies of #02D06D
Complementary color
Monochromatic Colors of #02D06D
Black with #02D06D
Text Example
Text Example
White with #02D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D06D; }
p { color: rgb(2,208,109); }
H1.HeaderClassName
{
color: #02D06D;
}
.AnyTagClassName
{
color: #02D06D;
}
</style>
background-color css
<style>
a { background-color: #02D06D; }
a { background-color: rgb(2,208,109); }
div.DivClassName
{
background-color: #02D06D;
}
.BgClassName
{
background-color: #02D06D;
}
</style>
border-color css
<style>
span { border-color: #02D06D; }
span { border-color: rgb(2,208,109); }
td.TdClassName
{
border-color: #02D06D;
}
.TagClassName
{
border-color: #02D06D;
}
</style>