Shades of Malachite #02C967
Tints of Malachite #02C967
RGB
CMYK
RGB Variations
Color information
#02C967 (or 0x02C967) is known color: Malachite. HEX triplet: 02, C9 and 67. RGB value is (2,201,103). Sum of RGB (Red+Green+Blue) = 2+201+103=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #02C967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C967 is #FD3698. Grayscale: #828282. Windows color (decimal): -16594585 or 6801666. OLE color: 6801666.
HSL color Cylindrical-coordinate representation of color #02C967: hue angle of 150.45º 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 #02C967 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 103 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.21 |
| HSL | 150.45º | 0.98% | 0.4% | - |
| HSV(B) | 150.45º | 0.99% | 0.79% | - |
| XYZ | 23.36 | 42.77 | 19.86 | - |
| YUV | 130.33 | 112.57 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 103 | 0.99 | 0 | 0.49 | 0.21 | 150.45 | 0.98 | 0.4 |
| Hex | 2 | C9 | 67 | 63 | 0 | 31 | 15 | 96 | 62 | 28 |
| Octal | 2 | 311 | 147 | 143 | 0 | 61 | 25 | 226 | 142 | 50 |
| Binary | 10 | 11001001 | 1100111 | 1100011 | 0 | 110001 | 10101 | 10010110 | 1100010 | 101000 |
Color Harmonies of #02C967
Complementary color
Monochromatic Colors of #02C967
Black with #02C967
Text Example
Text Example
White with #02C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C967; }
p { color: rgb(2,201,103); }
H1.HeaderClassName
{
color: #02C967;
}
.AnyTagClassName
{
color: #02C967;
}
</style>
background-color css
<style>
a { background-color: #02C967; }
a { background-color: rgb(2,201,103); }
div.DivClassName
{
background-color: #02C967;
}
.BgClassName
{
background-color: #02C967;
}
</style>
border-color css
<style>
span { border-color: #02C967; }
span { border-color: rgb(2,201,103); }
td.TdClassName
{
border-color: #02C967;
}
.TagClassName
{
border-color: #02C967;
}
</style>