#02B663

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

Shades of Jade #02B663

Tints of Jade #02B663

Color information

#02B663 (or 0x02B663) is unknown color: approx Jade. HEX triplet: 02, B6 and 63. RGB value is (2,182,99). Sum of RGB (Red+Green+Blue) = 2+182+99=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #02B663 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B663 is #FD499C. Grayscale: #767676. Windows color (decimal): -16599453 or 6534658. OLE color: 6534658.

HSL color Cylindrical-coordinate representation of color #02B663: hue angle of 152.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B663 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB218299-
CMYK0.9900.460.29
HSL152.33º97.83%36.08%-
HSV(B)152.33º98.9%71.37%-
XYZ19.0134.3717.44-
YUV118.72116.8744.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 182 (71.48% from 255) = 64.31%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=0.71%
G=64.31%
B=34.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2182990.9900.460.29152.3397.8336.08
Hex2B6636302E1D986224
Octal22661431430563523014244
Binary101011011011000111100011010111011101100110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,182,99); }

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

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

 a { background-color: rgb(2,182,99); }

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

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

 span { border-color: rgb(2,182,99); }

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