Shades of Malachite #02C65C
Tints of Malachite #02C65C
RGB
CMYK
RGB Variations
Color information
#02C65C (or 0x02C65C) is known color: Malachite. HEX triplet: 02, C6 and 5C. RGB value is (2,198,92). Sum of RGB (Red+Green+Blue) = 2+198+92=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #02C65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C65C is #FD39A3. Grayscale: #7F7F7F. Windows color (decimal): -16595364 or 6080002. OLE color: 6080002.
HSL color Cylindrical-coordinate representation of color #02C65C: hue angle of 147.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C65C is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 92 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.22 |
| HSL | 147.55º | 0.98% | 0.39% | - |
| HSV(B) | 147.55º | 0.99% | 0.78% | - |
| XYZ | 22.15 | 41.17 | 16.91 | - |
| YUV | 127.31 | 108.07 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 92 | 0.99 | 0 | 0.54 | 0.22 | 147.55 | 0.98 | 0.39 |
| Hex | 2 | C6 | 5C | 63 | 0 | 36 | 16 | 94 | 62 | 27 |
| Octal | 2 | 306 | 134 | 143 | 0 | 66 | 26 | 224 | 142 | 47 |
| Binary | 10 | 11000110 | 1011100 | 1100011 | 0 | 110110 | 10110 | 10010100 | 1100010 | 100111 |
Color Harmonies of #02C65C
Complementary color
Monochromatic Colors of #02C65C
Black with #02C65C
Text Example
Text Example
White with #02C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C65C; }
p { color: rgb(2,198,92); }
H1.HeaderClassName
{
color: #02C65C;
}
.AnyTagClassName
{
color: #02C65C;
}
</style>
background-color css
<style>
a { background-color: #02C65C; }
a { background-color: rgb(2,198,92); }
div.DivClassName
{
background-color: #02C65C;
}
.BgClassName
{
background-color: #02C65C;
}
</style>
border-color css
<style>
span { border-color: #02C65C; }
span { border-color: rgb(2,198,92); }
td.TdClassName
{
border-color: #02C65C;
}
.TagClassName
{
border-color: #02C65C;
}
</style>