#02ca72

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

Shades of Jade #02CA72

Tints of Jade #02CA72

Color information

#02CA72 (or 0x02CA72) is unknown color: approx Jade. HEX triplet: 02, CA and 72. RGB value is (2,202,114). Sum of RGB (Red+Green+Blue) = 2+202+114=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA72 is #FD358D. Grayscale: #848484. Windows color (decimal): -16594318 or 7522818. OLE color: 7522818.

HSL color Cylindrical-coordinate representation of color #02CA72: hue angle of 153.6º 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 #02CA72 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB2202114-
CMYK0.9900.440.21
HSL153.6º98.04%40%-
HSV(B)153.6º99.01%79.22%-
XYZ24.1843.4723.04-
YUV132.17117.7435.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 202 (79.30% from 255) = 63.52%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=0.63%
G=63.52%
B=35.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22021140.9900.440.21153.698.0440
Hex2CA726302C159a6228
Octal23121621430542523214250
Binary101100101011100101100011010110010101100110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ca72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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