#02B25E

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

Shades of Jade #02B25E

Tints of Jade #02B25E

Color information

#02B25E (or 0x02B25E) is unknown color: approx Jade. HEX triplet: 02, B2 and 5E. RGB value is (2,178,94). Sum of RGB (Red+Green+Blue) = 2+178+94=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 178 (69.92% from 255 or 64.96% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 178 - color contains mainly: green. Hex color #02B25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B25E is #FD4DA1. Grayscale: #737373. Windows color (decimal): -16600482 or 6205954. OLE color: 6205954.

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

Color convert

RGB217894-
CMYK0.9900.470.30
HSL151.36º97.78%35.29%-
HSV(B)151.36º98.88%69.8%-
XYZ17.9732.6615.95-
YUV115.8115.6946.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 178 (69.92% from 255) = 64.96%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=0.73%
G=64.96%
B=34.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2178940.9900.470.30151.3697.7835.29
Hex2B25E6302F1E976223
Octal22621361430573622714243
Binary101011001010111101100011010111111110100101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,178,94); }

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

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

 a { background-color: rgb(2,178,94); }

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

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

 span { border-color: rgb(2,178,94); }

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