Shades of Malachite #02D16E
Tints of Malachite #02D16E
RGB
CMYK
RGB Variations
Color information
#02D16E (or 0x02D16E) is known color: Malachite. HEX triplet: 02, D1 and 6E. RGB value is (2,209,110). Sum of RGB (Red+Green+Blue) = 2+209+110=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 209 (82.03% from 255 or 65.11% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 209 - color contains mainly: green. Hex color #02D16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D16E is #FD2E91. Grayscale: #888888. Windows color (decimal): -16592530 or 7262466. OLE color: 7262466.
HSL color Cylindrical-coordinate representation of color #02D16E: hue angle of 151.3º 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 #02D16E is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 110 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.18 |
| HSL | 151.3º | 0.98% | 0.41% | - |
| HSV(B) | 151.3º | 0.99% | 0.82% | - |
| XYZ | 25.64 | 46.74 | 22.42 | - |
| YUV | 135.82 | 113.42 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 110 | 0.99 | 0 | 0.47 | 0.18 | 151.3 | 0.98 | 0.41 |
| Hex | 2 | D1 | 6E | 63 | 0 | 2F | 12 | 97 | 62 | 29 |
| Octal | 2 | 321 | 156 | 143 | 0 | 57 | 22 | 227 | 142 | 51 |
| Binary | 10 | 11010001 | 1101110 | 1100011 | 0 | 101111 | 10010 | 10010111 | 1100010 | 101001 |
Color Harmonies of #02D16E
Complementary color
Monochromatic Colors of #02D16E
Black with #02D16E
Text Example
Text Example
White with #02D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D16E; }
p { color: rgb(2,209,110); }
H1.HeaderClassName
{
color: #02D16E;
}
.AnyTagClassName
{
color: #02D16E;
}
</style>
background-color css
<style>
a { background-color: #02D16E; }
a { background-color: rgb(2,209,110); }
div.DivClassName
{
background-color: #02D16E;
}
.BgClassName
{
background-color: #02D16E;
}
</style>
border-color css
<style>
span { border-color: #02D16E; }
span { border-color: rgb(2,209,110); }
td.TdClassName
{
border-color: #02D16E;
}
.TagClassName
{
border-color: #02D16E;
}
</style>