Shades of Malachite #02C354
Tints of Malachite #02C354
RGB
CMYK
RGB Variations
Color information
#02C354 (or 0x02C354) is known color: Malachite. HEX triplet: 02, C3 and 54. RGB value is (2,195,84). Sum of RGB (Red+Green+Blue) = 2+195+84=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #02C354 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C354 is #FD3CAB. Grayscale: #7C7C7C. Windows color (decimal): -16596140 or 5554946. OLE color: 5554946.
HSL color Cylindrical-coordinate representation of color #02C354: hue angle of 145.49º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C354 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 84 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.24 |
| HSL | 145.49º | 0.98% | 0.39% | - |
| HSV(B) | 145.49º | 0.99% | 0.76% | - |
| XYZ | 21.14 | 39.68 | 14.93 | - |
| YUV | 124.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 84 | 0.99 | 0 | 0.57 | 0.24 | 145.49 | 0.98 | 0.39 |
| Hex | 2 | C3 | 54 | 63 | 0 | 39 | 18 | 91 | 62 | 27 |
| Octal | 2 | 303 | 124 | 143 | 0 | 71 | 30 | 221 | 142 | 47 |
| Binary | 10 | 11000011 | 1010100 | 1100011 | 0 | 111001 | 11000 | 10010001 | 1100010 | 100111 |
Color Harmonies of #02C354
Complementary color
Monochromatic Colors of #02C354
Black with #02C354
Text Example
Text Example
White with #02C354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C354; }
p { color: rgb(2,195,84); }
H1.HeaderClassName
{
color: #02C354;
}
.AnyTagClassName
{
color: #02C354;
}
</style>
background-color css
<style>
a { background-color: #02C354; }
a { background-color: rgb(2,195,84); }
div.DivClassName
{
background-color: #02C354;
}
.BgClassName
{
background-color: #02C354;
}
</style>
border-color css
<style>
span { border-color: #02C354; }
span { border-color: rgb(2,195,84); }
td.TdClassName
{
border-color: #02C354;
}
.TagClassName
{
border-color: #02C354;
}
</style>