Shades of Malachite #02D168
Tints of Malachite #02D168
RGB
CMYK
RGB Variations
Color information
#02D168 (or 0x02D168) is known color: Malachite. HEX triplet: 02, D1 and 68. RGB value is (2,209,104). Sum of RGB (Red+Green+Blue) = 2+209+104=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #02D168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D168 is #FD2E97. Grayscale: #878787. Windows color (decimal): -16592536 or 6869250. OLE color: 6869250.
HSL color Cylindrical-coordinate representation of color #02D168: hue angle of 149.57º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D168 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 104 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.18 |
| HSL | 149.57º | 0.98% | 0.41% | - |
| HSV(B) | 149.57º | 0.99% | 0.82% | - |
| XYZ | 25.32 | 46.61 | 20.76 | - |
| YUV | 135.14 | 110.42 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 104 | 0.99 | 0 | 0.50 | 0.18 | 149.57 | 0.98 | 0.41 |
| Hex | 2 | D1 | 68 | 63 | 0 | 32 | 12 | 96 | 62 | 29 |
| Octal | 2 | 321 | 150 | 143 | 0 | 62 | 22 | 226 | 142 | 51 |
| Binary | 10 | 11010001 | 1101000 | 1100011 | 0 | 110010 | 10010 | 10010110 | 1100010 | 101001 |
Color Harmonies of #02D168
Complementary color
Monochromatic Colors of #02D168
Black with #02D168
Text Example
Text Example
White with #02D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D168; }
p { color: rgb(2,209,104); }
H1.HeaderClassName
{
color: #02D168;
}
.AnyTagClassName
{
color: #02D168;
}
</style>
background-color css
<style>
a { background-color: #02D168; }
a { background-color: rgb(2,209,104); }
div.DivClassName
{
background-color: #02D168;
}
.BgClassName
{
background-color: #02D168;
}
</style>
border-color css
<style>
span { border-color: #02D168; }
span { border-color: rgb(2,209,104); }
td.TdClassName
{
border-color: #02D168;
}
.TagClassName
{
border-color: #02D168;
}
</style>