#02BC60

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

Shades of Jade #02BC60

Tints of Jade #02BC60

Color information

#02BC60 (or 0x02BC60) is unknown color: approx Jade. HEX triplet: 02, BC and 60. RGB value is (2,188,96). Sum of RGB (Red+Green+Blue) = 2+188+96=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC60 is #FD439F. Grayscale: #7A7A7A. Windows color (decimal): -16597920 or 6339586. OLE color: 6339586.

HSL color Cylindrical-coordinate representation of color #02BC60: hue angle of 150.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC60 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB218896-
CMYK0.9900.490.26
HSL150.32º97.89%37.25%-
HSV(B)150.32º98.94%73.73%-
XYZ20.1236.8217.11-
YUV121.9113.3842.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 188 (73.83% from 255) = 65.73%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=0.70%
G=65.73%
B=33.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2188960.9900.490.26150.3297.8937.25
Hex2BC60630311A966225
Octal22741401430613222614245
Binary101011110011000001100011011000111010100101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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