Shades of Malachite #02C966
Tints of Malachite #02C966
RGB
CMYK
RGB Variations
Color information
#02C966 (or 0x02C966) is known color: Malachite. HEX triplet: 02, C9 and 66. RGB value is (2,201,102). Sum of RGB (Red+Green+Blue) = 2+201+102=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #02C966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C966 is #FD3699. Grayscale: #828282. Windows color (decimal): -16594586 or 6736130. OLE color: 6736130.
HSL color Cylindrical-coordinate representation of color #02C966: hue angle of 150.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C966 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 102 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.21 |
| HSL | 150.15º | 0.98% | 0.4% | - |
| HSV(B) | 150.15º | 0.99% | 0.79% | - |
| XYZ | 23.31 | 42.75 | 19.59 | - |
| YUV | 130.21 | 112.07 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 102 | 0.99 | 0 | 0.49 | 0.21 | 150.15 | 0.98 | 0.4 |
| Hex | 2 | C9 | 66 | 63 | 0 | 31 | 15 | 96 | 62 | 28 |
| Octal | 2 | 311 | 146 | 143 | 0 | 61 | 25 | 226 | 142 | 50 |
| Binary | 10 | 11001001 | 1100110 | 1100011 | 0 | 110001 | 10101 | 10010110 | 1100010 | 101000 |
Color Harmonies of #02C966
Complementary color
Monochromatic Colors of #02C966
Black with #02C966
Text Example
Text Example
White with #02C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C966; }
p { color: rgb(2,201,102); }
H1.HeaderClassName
{
color: #02C966;
}
.AnyTagClassName
{
color: #02C966;
}
</style>
background-color css
<style>
a { background-color: #02C966; }
a { background-color: rgb(2,201,102); }
div.DivClassName
{
background-color: #02C966;
}
.BgClassName
{
background-color: #02C966;
}
</style>
border-color css
<style>
span { border-color: #02C966; }
span { border-color: rgb(2,201,102); }
td.TdClassName
{
border-color: #02C966;
}
.TagClassName
{
border-color: #02C966;
}
</style>