#02D55A

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

Shades of Malachite #02D55A

Tints of Malachite #02D55A

Color information

#02D55A (or 0x02D55A) is unknown color: approx Malachite. HEX triplet: 02, D5 and 5A. RGB value is (2,213,90). Sum of RGB (Red+Green+Blue) = 2+213+90=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #02D55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D55A is #FD2AA5. Grayscale: #888888. Windows color (decimal): -16591526 or 5952770. OLE color: 5952770.

HSL color Cylindrical-coordinate representation of color #02D55A: hue angle of 145.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D55A is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB221390-
CMYK0.9900.580.16
HSL145.02º98.14%42.16%-
HSV(B)145.02º99.06%83.53%-
XYZ25.6648.3417.65-
YUV135.89102.132.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 213 (83.59% from 255) = 69.84%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=0.66%
G=69.84%
B=29.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2213900.9900.580.16145.0298.1442.16
Hex2D55A6303A1091622a
Octal23251321430722022114252
Binary101101010110110101100011011101010000100100011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,213,90); }

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

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

 a { background-color: rgb(2,213,90); }

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

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

 span { border-color: rgb(2,213,90); }

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