Shades of Malachite #02C158
Tints of Malachite #02C158
RGB
CMYK
RGB Variations
Color information
#02C158 (or 0x02C158) is known color: Malachite. HEX triplet: 02, C1 and 58. RGB value is (2,193,88). Sum of RGB (Red+Green+Blue) = 2+193+88=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #02C158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C158 is #FD3EA7. Grayscale: #7C7C7C. Windows color (decimal): -16596648 or 5816578. OLE color: 5816578.
HSL color Cylindrical-coordinate representation of color #02C158: hue angle of 147.02º 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 #02C158 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 88 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.24 |
| HSL | 147.02º | 0.98% | 0.38% | - |
| HSV(B) | 147.02º | 0.99% | 0.76% | - |
| XYZ | 20.86 | 38.86 | 15.63 | - |
| YUV | 123.92 | 107.72 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 88 | 0.99 | 0 | 0.54 | 0.24 | 147.02 | 0.98 | 0.38 |
| Hex | 2 | C1 | 58 | 63 | 0 | 36 | 18 | 93 | 62 | 26 |
| Octal | 2 | 301 | 130 | 143 | 0 | 66 | 30 | 223 | 142 | 46 |
| Binary | 10 | 11000001 | 1011000 | 1100011 | 0 | 110110 | 11000 | 10010011 | 1100010 | 100110 |
Color Harmonies of #02C158
Complementary color
Monochromatic Colors of #02C158
Black with #02C158
Text Example
Text Example
White with #02C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C158; }
p { color: rgb(2,193,88); }
H1.HeaderClassName
{
color: #02C158;
}
.AnyTagClassName
{
color: #02C158;
}
</style>
background-color css
<style>
a { background-color: #02C158; }
a { background-color: rgb(2,193,88); }
div.DivClassName
{
background-color: #02C158;
}
.BgClassName
{
background-color: #02C158;
}
</style>
border-color css
<style>
span { border-color: #02C158; }
span { border-color: rgb(2,193,88); }
td.TdClassName
{
border-color: #02C158;
}
.TagClassName
{
border-color: #02C158;
}
</style>