#02CC60

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

Shades of Malachite #02CC60

Tints of Malachite #02CC60

Color information

#02CC60 (or 0x02CC60) is unknown color: approx Malachite. HEX triplet: 02, CC and 60. RGB value is (2,204,96). Sum of RGB (Red+Green+Blue) = 2+204+96=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC60 is #FD339F. Grayscale: #838383. Windows color (decimal): -16593824 or 6343682. OLE color: 6343682.

HSL color Cylindrical-coordinate representation of color #02CC60: hue angle of 147.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC60 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB220496-
CMYK0.9900.530.2
HSL147.92º98.06%40.39%-
HSV(B)147.92º99.02%80%-
XYZ23.7344.0418.32-
YUV131.29108.0835.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 204 (80.08% from 255) = 67.55%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=0.66%
G=67.55%
B=31.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2204960.9900.530.2147.9298.0640.39
Hex2CC606303514946228
Octal23141401430652422414250
Binary101100110011000001100011011010110100100101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,204,96); }

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

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

 a { background-color: rgb(2,204,96); }

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

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

 span { border-color: rgb(2,204,96); }

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