#02BA5F

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

Shades of Jade #02BA5F

Tints of Jade #02BA5F

Color information

#02BA5F (or 0x02BA5F) is unknown color: approx Jade. HEX triplet: 02, BA and 5F. RGB value is (2,186,95). Sum of RGB (Red+Green+Blue) = 2+186+95=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA5F is #FD45A0. Grayscale: #787878. Windows color (decimal): -16598433 or 6273538. OLE color: 6273538.

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

Color convert

RGB218695-
CMYK0.9900.490.27
HSL150.33º97.87%36.86%-
HSV(B)150.33º98.92%72.94%-
XYZ19.6535.9616.73-
YUV120.61113.5443.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 186 (73.05% from 255) = 65.72%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=0.71%
G=65.72%
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.27
SystemRedGreenBlueCMYKHSL
Decimal2186950.9900.490.27150.3397.8736.86
Hex2BA5F630311B966225
Octal22721371430613322614245
Binary101011101010111111100011011000111011100101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,186,95); }

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

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

 a { background-color: rgb(2,186,95); }

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

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

 span { border-color: rgb(2,186,95); }

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