#02CA59

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

Shades of Malachite #02CA59

Tints of Malachite #02CA59

Color information

#02CA59 (or 0x02CA59) is unknown color: approx Malachite. HEX triplet: 02, CA and 59. RGB value is (2,202,89). Sum of RGB (Red+Green+Blue) = 2+202+89=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA59 is #FD35A6. Grayscale: #818181. Windows color (decimal): -16594343 or 5884418. OLE color: 5884418.

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

Color convert

RGB220289-
CMYK0.9900.560.21
HSL146.1º98.04%40%-
HSV(B)146.1º99.01%79.22%-
XYZ22.9542.9816.54-
YUV129.32105.2437.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 202 (79.30% from 255) = 68.94%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=0.68%
G=68.94%
B=30.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2202890.9900.560.21146.198.0440
Hex2CA596303815926228
Octal23121311430702522214250
Binary101100101010110011100011011100010101100100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,202,89); }

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

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

 a { background-color: rgb(2,202,89); }

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

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

 span { border-color: rgb(2,202,89); }

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