Shades of Malachite #02D144
Tints of Malachite #02D144
RGB
CMYK
RGB Variations
Color information
#02D144 (or 0x02D144) is known color: Malachite. HEX triplet: 02, D1 and 44. RGB value is (2,209,68). Sum of RGB (Red+Green+Blue) = 2+209+68=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 209 (82.03% from 255 or 74.91% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 209 - color contains mainly: green. Hex color #02D144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D144 is #FD2EBB. Grayscale: #838383. Windows color (decimal): -16592572 or 4509954. OLE color: 4509954.
HSL color Cylindrical-coordinate representation of color #02D144: hue angle of 139.13º 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 #02D144 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 68 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.18 |
| HSL | 139.13º | 0.98% | 0.41% | - |
| HSV(B) | 139.13º | 0.99% | 0.82% | - |
| XYZ | 23.87 | 46.03 | 13.1 | - |
| YUV | 131.03 | 92.42 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 68 | 0.99 | 0 | 0.67 | 0.18 | 139.13 | 0.98 | 0.41 |
| Hex | 2 | D1 | 44 | 63 | 0 | 43 | 12 | 8B | 62 | 29 |
| Octal | 2 | 321 | 104 | 143 | 0 | 103 | 22 | 213 | 142 | 51 |
| Binary | 10 | 11010001 | 1000100 | 1100011 | 0 | 1000011 | 10010 | 10001011 | 1100010 | 101001 |
Color Harmonies of #02D144
Complementary color
Monochromatic Colors of #02D144
Black with #02D144
Text Example
Text Example
White with #02D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D144; }
p { color: rgb(2,209,68); }
H1.HeaderClassName
{
color: #02D144;
}
.AnyTagClassName
{
color: #02D144;
}
</style>
background-color css
<style>
a { background-color: #02D144; }
a { background-color: rgb(2,209,68); }
div.DivClassName
{
background-color: #02D144;
}
.BgClassName
{
background-color: #02D144;
}
</style>
border-color css
<style>
span { border-color: #02D144; }
span { border-color: rgb(2,209,68); }
td.TdClassName
{
border-color: #02D144;
}
.TagClassName
{
border-color: #02D144;
}
</style>