#02C361

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

Shades of Jade #02C361

Tints of Jade #02C361

Color information

#02C361 (or 0x02C361) is unknown color: approx Jade. HEX triplet: 02, C3 and 61. RGB value is (2,195,97). Sum of RGB (Red+Green+Blue) = 2+195+97=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #02C361 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C361 is #FD3C9E. Grayscale: #7E7E7E. Windows color (decimal): -16596127 or 6406914. OLE color: 6406914.

HSL color Cylindrical-coordinate representation of color #02C361: hue angle of 149.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C361 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB219597-
CMYK0.9900.500.24
HSL149.53º97.97%38.63%-
HSV(B)149.53º98.97%76.47%-
XYZ21.739.9117.87-
YUV126.12111.5639.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 195 (76.56% from 255) = 66.33%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=0.68%
G=66.33%
B=32.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2195970.9900.500.24149.5397.9738.63
Hex2C3616303218966227
Octal23031411430623022614247
Binary101100001111000011100011011001011000100101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,195,97); }

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

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

 a { background-color: rgb(2,195,97); }

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

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

 span { border-color: rgb(2,195,97); }

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