#02BA5B

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

Shades of Pigment Green #02BA5B

Tints of Pigment Green #02BA5B

Color information

#02BA5B (or 0x02BA5B) is unknown color: approx Pigment Green. HEX triplet: 02, BA and 5B. RGB value is (2,186,91). Sum of RGB (Red+Green+Blue) = 2+186+91=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA5B is #FD45A4. Grayscale: #787878. Windows color (decimal): -16598437 or 6011394. OLE color: 6011394.

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

Color convert

RGB218691-
CMYK0.9900.510.27
HSL149.02º97.87%36.86%-
HSV(B)149.02º98.92%72.94%-
XYZ19.4735.8915.8-
YUV120.15111.5443.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 186 (73.05% from 255) = 66.67%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=0.72%
G=66.67%
B=32.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2186910.9900.510.27149.0297.8736.86
Hex2BA5B630331B956225
Octal22721331430633322514245
Binary101011101010110111100011011001111011100101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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