#02D770

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

Shades of Malachite #02D770

Tints of Malachite #02D770

Color information

#02D770 (or 0x02D770) is unknown color: approx Malachite. HEX triplet: 02, D7 and 70. RGB value is (2,215,112). Sum of RGB (Red+Green+Blue) = 2+215+112=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #02D770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D770 is #FD288F. Grayscale: #8B8B8B. Windows color (decimal): -16590992 or 7395074. OLE color: 7395074.

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

Color convert

RGB2215112-
CMYK0.9900.480.16
HSL150.99º98.16%42.55%-
HSV(B)150.99º99.07%84.31%-
XYZ27.2549.7823.5-
YUV139.57112.4329.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 215 (84.38% from 255) = 65.35%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=0.61%
G=65.35%
B=34.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22151120.9900.480.16150.9998.1642.55
Hex2D770630301097622b
Octal23271601430602022714253
Binary101101011111100001100011011000010000100101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,215,112); }

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

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

 a { background-color: rgb(2,215,112); }

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

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

 span { border-color: rgb(2,215,112); }

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