Shades of Malachite #02C866
Tints of Malachite #02C866
RGB
CMYK
RGB Variations
Color information
#02C866 (or 0x02C866) is known color: Malachite. HEX triplet: 02, C8 and 66. RGB value is (2,200,102). Sum of RGB (Red+Green+Blue) = 2+200+102=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 200 (78.52% from 255 or 65.79% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 200 - color contains mainly: green. Hex color #02C866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C866 is #FD3799. Grayscale: #818181. Windows color (decimal): -16594842 or 6735874. OLE color: 6735874.
HSL color Cylindrical-coordinate representation of color #02C866: hue angle of 150.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C866 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 102 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.22 |
| HSL | 150.3º | 0.98% | 0.4% | - |
| HSV(B) | 150.3º | 0.99% | 0.78% | - |
| XYZ | 23.08 | 42.28 | 19.52 | - |
| YUV | 129.63 | 112.4 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 102 | 0.99 | 0 | 0.49 | 0.22 | 150.3 | 0.98 | 0.4 |
| Hex | 2 | C8 | 66 | 63 | 0 | 31 | 16 | 96 | 62 | 28 |
| Octal | 2 | 310 | 146 | 143 | 0 | 61 | 26 | 226 | 142 | 50 |
| Binary | 10 | 11001000 | 1100110 | 1100011 | 0 | 110001 | 10110 | 10010110 | 1100010 | 101000 |
Color Harmonies of #02C866
Complementary color
Monochromatic Colors of #02C866
Black with #02C866
Text Example
Text Example
White with #02C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C866; }
p { color: rgb(2,200,102); }
H1.HeaderClassName
{
color: #02C866;
}
.AnyTagClassName
{
color: #02C866;
}
</style>
background-color css
<style>
a { background-color: #02C866; }
a { background-color: rgb(2,200,102); }
div.DivClassName
{
background-color: #02C866;
}
.BgClassName
{
background-color: #02C866;
}
</style>
border-color css
<style>
span { border-color: #02C866; }
span { border-color: rgb(2,200,102); }
td.TdClassName
{
border-color: #02C866;
}
.TagClassName
{
border-color: #02C866;
}
</style>