Html Css Color HEX #02BA5B Pigment Green

📋 copy color: '#02BA5B'

red 2 ◦ green 186 ◦ blue 91

#02BA5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #02BA5B

Tints of Pigment Green #02BA5B

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 value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#02BA5B (or 0x02BA5B) is known color: 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

RGB 2 186 91 -
CMYK 0.99 0 0.51 0.27
HSL 149.02º 0.98% 0.37% -
HSV(B) 149.02º 0.99% 0.73% -
XYZ 19.47 35.89 15.8 -
YUV 120.15 111.54 43.72 -
System Red Green Blue C M Y K H S L
Decimal 2 186 91 0.99 0 0.51 0.27 149.02 0.98 0.37
Hex 2 BA 5B 63 0 33 1B 95 62 25
Octal 2 272 133 143 0 63 33 225 142 45
Binary 10 10111010 1011011 1100011 0 110011 11011 10010101 1100010 100101

Color Harmonies of #02BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA5B

Black with #02BA5B

Text Example


Text Example

White with #02BA5B

Text Example


Text Example

HTML Codes & Css Web 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>