Shades of Malachite #02E06C
Tints of Malachite #02E06C
RGB
CMYK
RGB Variations
Color information
#02E06C (or 0x02E06C) is known color: Malachite. HEX triplet: 02, E0 and 6C. RGB value is (2,224,108). Sum of RGB (Red+Green+Blue) = 2+224+108=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #02E06C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E06C is #FD1F93. Grayscale: #909090. Windows color (decimal): -16588692 or 7135234. OLE color: 7135234.
HSL color Cylindrical-coordinate representation of color #02E06C: hue angle of 148.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E06C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 108 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.12 |
| HSL | 148.65º | 0.98% | 0.44% | - |
| HSV(B) | 148.65º | 0.99% | 0.88% | - |
| XYZ | 29.39 | 54.41 | 23.14 | - |
| YUV | 144.4 | 107.45 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 108 | 0.99 | 0 | 0.52 | 0.12 | 148.65 | 0.98 | 0.44 |
| Hex | 2 | E0 | 6C | 63 | 0 | 34 | C | 95 | 62 | 2C |
| Octal | 2 | 340 | 154 | 143 | 0 | 64 | 14 | 225 | 142 | 54 |
| Binary | 10 | 11100000 | 1101100 | 1100011 | 0 | 110100 | 1100 | 10010101 | 1100010 | 101100 |
Color Harmonies of #02E06C
Complementary color
Monochromatic Colors of #02E06C
Black with #02E06C
Text Example
Text Example
White with #02E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E06C; }
p { color: rgb(2,224,108); }
H1.HeaderClassName
{
color: #02E06C;
}
.AnyTagClassName
{
color: #02E06C;
}
</style>
background-color css
<style>
a { background-color: #02E06C; }
a { background-color: rgb(2,224,108); }
div.DivClassName
{
background-color: #02E06C;
}
.BgClassName
{
background-color: #02E06C;
}
</style>
border-color css
<style>
span { border-color: #02E06C; }
span { border-color: rgb(2,224,108); }
td.TdClassName
{
border-color: #02E06C;
}
.TagClassName
{
border-color: #02E06C;
}
</style>