Shades of Malachite #02E16E
Tints of Malachite #02E16E
RGB
CMYK
RGB Variations
Color information
#02E16E (or 0x02E16E) is known color: Malachite. HEX triplet: 02, E1 and 6E. RGB value is (2,225,110). Sum of RGB (Red+Green+Blue) = 2+225+110=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #02E16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E16E is #FD1E91. Grayscale: #919191. Windows color (decimal): -16588434 or 7266562. OLE color: 7266562.
HSL color Cylindrical-coordinate representation of color #02E16E: hue angle of 149.06º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E16E is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 110 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.12 |
| HSL | 149.06º | 0.98% | 0.45% | - |
| HSV(B) | 149.06º | 0.99% | 0.88% | - |
| XYZ | 29.76 | 54.99 | 23.8 | - |
| YUV | 145.21 | 108.12 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 110 | 0.99 | 0 | 0.51 | 0.12 | 149.06 | 0.98 | 0.45 |
| Hex | 2 | E1 | 6E | 63 | 0 | 33 | C | 95 | 62 | 2D |
| Octal | 2 | 341 | 156 | 143 | 0 | 63 | 14 | 225 | 142 | 55 |
| Binary | 10 | 11100001 | 1101110 | 1100011 | 0 | 110011 | 1100 | 10010101 | 1100010 | 101101 |
Color Harmonies of #02E16E
Complementary color
Monochromatic Colors of #02E16E
Black with #02E16E
Text Example
Text Example
White with #02E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E16E; }
p { color: rgb(2,225,110); }
H1.HeaderClassName
{
color: #02E16E;
}
.AnyTagClassName
{
color: #02E16E;
}
</style>
background-color css
<style>
a { background-color: #02E16E; }
a { background-color: rgb(2,225,110); }
div.DivClassName
{
background-color: #02E16E;
}
.BgClassName
{
background-color: #02E16E;
}
</style>
border-color css
<style>
span { border-color: #02E16E; }
span { border-color: rgb(2,225,110); }
td.TdClassName
{
border-color: #02E16E;
}
.TagClassName
{
border-color: #02E16E;
}
</style>