#02CD6C

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

Shades of Malachite #02CD6C

Tints of Malachite #02CD6C

Color information

#02CD6C (or 0x02CD6C) is unknown color: approx Malachite. HEX triplet: 02, CD and 6C. RGB value is (2,205,108). Sum of RGB (Red+Green+Blue) = 2+205+108=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #02CD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CD6C is #FD3293. Grayscale: #858585. Windows color (decimal): -16593556 or 7130370. OLE color: 7130370.

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

Color convert

RGB2205108-
CMYK0.9900.470.20
HSL151.33º98.07%40.59%-
HSV(B)151.33º99.02%80.39%-
XYZ24.5644.7621.53-
YUV133.24113.7534.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 205 (80.47% from 255) = 65.08%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=0.63%
G=65.08%
B=34.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal22051080.9900.470.20151.3398.0740.59
Hex2CD6C6302F14976229
Octal23151541430572422714251
Binary101100110111011001100011010111110100100101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,205,108); }

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

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

 a { background-color: rgb(2,205,108); }

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

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

 span { border-color: rgb(2,205,108); }

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