#02BE7B

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

Shades of Jade #02BE7B

Tints of Jade #02BE7B

Color information

#02BE7B (or 0x02BE7B) is unknown color: approx Jade. HEX triplet: 02, BE and 7B. RGB value is (2,190,123). Sum of RGB (Red+Green+Blue) = 2+190+123=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BE7B is #FD4184. Grayscale: #7E7E7E. Windows color (decimal): -16597381 or 8109570. OLE color: 8109570.

HSL color Cylindrical-coordinate representation of color #02BE7B: hue angle of 158.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BE7B is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB2190123-
CMYK0.9900.350.25
HSL158.62º97.92%37.65%-
HSV(B)158.62º98.95%74.51%-
XYZ22.0138.2724.97-
YUV126.15126.2239.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 190 (74.61% from 255) = 60.32%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=0.63%
G=60.32%
B=39.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21901230.9900.350.25158.6297.9237.65
Hex2BE7B63023199f6226
Octal22761731430433123714246
Binary101011111011110111100011010001111001100111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,190,123); }

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

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

 a { background-color: rgb(2,190,123); }

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

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

 span { border-color: rgb(2,190,123); }

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