#02BD66

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

Shades of Jade #02BD66

Tints of Jade #02BD66

Color information

#02BD66 (or 0x02BD66) is unknown color: approx Jade. HEX triplet: 02, BD and 66. RGB value is (2,189,102). Sum of RGB (Red+Green+Blue) = 2+189+102=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD66 is #FD4299. Grayscale: #7B7B7B. Windows color (decimal): -16597658 or 6733058. OLE color: 6733058.

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

Color convert

RGB2189102-
CMYK0.9900.460.26
HSL152.09º97.91%37.45%-
HSV(B)152.09º98.94%74.12%-
XYZ20.6237.3718.7-
YUV123.17116.0541.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 189 (74.22% from 255) = 64.51%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=0.68%
G=64.51%
B=34.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21891020.9900.460.26152.0997.9137.45
Hex2BD666302E1A986225
Octal22751461430563223014245
Binary101011110111001101100011010111011010100110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,189,102); }

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

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

 a { background-color: rgb(2,189,102); }

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

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

 span { border-color: rgb(2,189,102); }

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