Shades of Malachite #02C156
Tints of Malachite #02C156
RGB
CMYK
RGB Variations
Color information
#02C156 (or 0x02C156) is known color: Malachite. HEX triplet: 02, C1 and 56. RGB value is (2,193,86). Sum of RGB (Red+Green+Blue) = 2+193+86=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #02C156 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C156 is #FD3EA9. Grayscale: #7B7B7B. Windows color (decimal): -16596650 or 5685506. OLE color: 5685506.
HSL color Cylindrical-coordinate representation of color #02C156: hue angle of 146.39º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C156 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 86 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.24 |
| HSL | 146.39º | 0.98% | 0.38% | - |
| HSV(B) | 146.39º | 0.99% | 0.76% | - |
| XYZ | 20.77 | 38.82 | 15.2 | - |
| YUV | 123.69 | 106.72 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 86 | 0.99 | 0 | 0.55 | 0.24 | 146.39 | 0.98 | 0.38 |
| Hex | 2 | C1 | 56 | 63 | 0 | 37 | 18 | 92 | 62 | 26 |
| Octal | 2 | 301 | 126 | 143 | 0 | 67 | 30 | 222 | 142 | 46 |
| Binary | 10 | 11000001 | 1010110 | 1100011 | 0 | 110111 | 11000 | 10010010 | 1100010 | 100110 |
Color Harmonies of #02C156
Complementary color
Monochromatic Colors of #02C156
Black with #02C156
Text Example
Text Example
White with #02C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C156; }
p { color: rgb(2,193,86); }
H1.HeaderClassName
{
color: #02C156;
}
.AnyTagClassName
{
color: #02C156;
}
</style>
background-color css
<style>
a { background-color: #02C156; }
a { background-color: rgb(2,193,86); }
div.DivClassName
{
background-color: #02C156;
}
.BgClassName
{
background-color: #02C156;
}
</style>
border-color css
<style>
span { border-color: #02C156; }
span { border-color: rgb(2,193,86); }
td.TdClassName
{
border-color: #02C156;
}
.TagClassName
{
border-color: #02C156;
}
</style>