#02DA5F

Color #02DA5F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #02DA5F

Tints of Malachite #02DA5F

Color information

#02DA5F (or 0x02DA5F) is unknown color: approx Malachite. HEX triplet: 02, DA and 5F. RGB value is (2,218,95). Sum of RGB (Red+Green+Blue) = 2+218+95=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA5F is #FD25A0. Grayscale: #8B8B8B. Windows color (decimal): -16590241 or 6281730. OLE color: 6281730.

HSL color Cylindrical-coordinate representation of color #02DA5F: hue angle of 145.83º 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 #02DA5F is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB221895-
CMYK0.9900.560.15
HSL145.83º98.18%43.14%-
HSV(B)145.83º99.08%85.49%-
XYZ27.1650.9819.24-
YUV139.39102.9430-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 218 (85.55% from 255) = 69.21%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=0.63%
G=69.21%
B=30.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2218950.9900.560.15145.8398.1843.14
Hex2DA5F63038F92622b
Octal23321371430701722214253
Binary10110110101011111110001101110001111100100101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02DA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02DA5F; }

 p { color: rgb(2,218,95); }

 H1.HeaderClassName
 {
   color: #02DA5F;
 }
 .AnyTagClassName
 {
   color: #02DA5F;
 }
</style>
background-color css

<style>
 a { background-color: #02DA5F; }

 a { background-color: rgb(2,218,95); }

 div.DivClassName
 {
   background-color: #02DA5F;
 }
 .BgClassName
 {
   background-color: #02DA5F;
 }
</style>
border-color css

<style>
 span { border-color: #02DA5F; }

 span { border-color: rgb(2,218,95); }

 td.TdClassName
 {
   border-color: #02DA5F;
 }
 .TagClassName
 {
   border-color: #02DA5F;
 }
</style>