Shades of Malachite #02C157
Tints of Malachite #02C157
RGB
CMYK
RGB Variations
Color information
#02C157 (or 0x02C157) is known color: Malachite. HEX triplet: 02, C1 and 57. RGB value is (2,193,87). Sum of RGB (Red+Green+Blue) = 2+193+87=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #02C157 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C157 is #FD3EA8. Grayscale: #7C7C7C. Windows color (decimal): -16596649 or 5751042. OLE color: 5751042.
HSL color Cylindrical-coordinate representation of color #02C157: hue angle of 146.7º 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 #02C157 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 87 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.24 |
| HSL | 146.7º | 0.98% | 0.38% | - |
| HSV(B) | 146.7º | 0.99% | 0.76% | - |
| XYZ | 20.82 | 38.84 | 15.42 | - |
| YUV | 123.81 | 107.22 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 87 | 0.99 | 0 | 0.55 | 0.24 | 146.7 | 0.98 | 0.38 |
| Hex | 2 | C1 | 57 | 63 | 0 | 37 | 18 | 93 | 62 | 26 |
| Octal | 2 | 301 | 127 | 143 | 0 | 67 | 30 | 223 | 142 | 46 |
| Binary | 10 | 11000001 | 1010111 | 1100011 | 0 | 110111 | 11000 | 10010011 | 1100010 | 100110 |
Color Harmonies of #02C157
Complementary color
Monochromatic Colors of #02C157
Black with #02C157
Text Example
Text Example
White with #02C157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C157; }
p { color: rgb(2,193,87); }
H1.HeaderClassName
{
color: #02C157;
}
.AnyTagClassName
{
color: #02C157;
}
</style>
background-color css
<style>
a { background-color: #02C157; }
a { background-color: rgb(2,193,87); }
div.DivClassName
{
background-color: #02C157;
}
.BgClassName
{
background-color: #02C157;
}
</style>
border-color css
<style>
span { border-color: #02C157; }
span { border-color: rgb(2,193,87); }
td.TdClassName
{
border-color: #02C157;
}
.TagClassName
{
border-color: #02C157;
}
</style>