Shades of Malachite #02D94A
Tints of Malachite #02D94A
RGB
CMYK
RGB Variations
Color information
#02D94A (or 0x02D94A) is known color: Malachite. HEX triplet: 02, D9 and 4A. RGB value is (2,217,74). Sum of RGB (Red+Green+Blue) = 2+217+74=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #02D94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D94A is #FD26B5. Grayscale: #888888. Windows color (decimal): -16590518 or 4905218. OLE color: 4905218.
HSL color Cylindrical-coordinate representation of color #02D94A: hue angle of 140.09º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D94A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 74 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.15 |
| HSL | 140.09º | 0.98% | 0.43% | - |
| HSV(B) | 140.09º | 0.99% | 0.85% | - |
| XYZ | 26.07 | 50.13 | 14.78 | - |
| YUV | 136.41 | 92.77 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 74 | 0.99 | 0 | 0.66 | 0.15 | 140.09 | 0.98 | 0.43 |
| Hex | 2 | D9 | 4A | 63 | 0 | 42 | F | 8C | 62 | 2B |
| Octal | 2 | 331 | 112 | 143 | 0 | 102 | 17 | 214 | 142 | 53 |
| Binary | 10 | 11011001 | 1001010 | 1100011 | 0 | 1000010 | 1111 | 10001100 | 1100010 | 101011 |
Color Harmonies of #02D94A
Complementary color
Monochromatic Colors of #02D94A
Black with #02D94A
Text Example
Text Example
White with #02D94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D94A; }
p { color: rgb(2,217,74); }
H1.HeaderClassName
{
color: #02D94A;
}
.AnyTagClassName
{
color: #02D94A;
}
</style>
background-color css
<style>
a { background-color: #02D94A; }
a { background-color: rgb(2,217,74); }
div.DivClassName
{
background-color: #02D94A;
}
.BgClassName
{
background-color: #02D94A;
}
</style>
border-color css
<style>
span { border-color: #02D94A; }
span { border-color: rgb(2,217,74); }
td.TdClassName
{
border-color: #02D94A;
}
.TagClassName
{
border-color: #02D94A;
}
</style>