COLOR #B0FA7A

HEX: #B0FA7A
RGB: (176,250,122)

Color info

#B0FA7A contains mainly green color. Web safe color of #B0FA7A is #99FF66 (or #9F6).

RGB color model

#B0FA7A color RGB value is (176,250,122).

  • red value is 176;
  • green value is 250;
  • blue value is 122.
RGB:
(176,250,122)
(69%,98%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 250 of 255 = 98%
B 122 of 255 = 48%

176
250
122

R + G + B ~ 72%. #B0FA7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 250 + 122 = 548 (100%)
R 176 of 548 ~ 32.12%
G 250 of 548 ~ 45.62%
B 122 of 548 ~ 22.26%

%32.12
%45.62
%22.26

CMYK color model

#B0FA7A color CMYK value is (30,0,51,2).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 51.20%
  • key color value is 1.96%
CMYK:
(30,0,51,2)
C30M0Y51K2 
(30%,0%,51%,2%)
(0.30/0.00/0.51/0.02)	

CMYK percentages

%29.6
%0
%51.2
%1.96

Codes

Color #B0FA7A in popluar color models

B0FA7A
RGB176250122
HSL95°92.75%72.94%
HSB/HSV95°51.20%98.04%
CMYK29.60%0.00%51.20%
1.96%

Color #B0FA7A in popluar number systems.

HEXB0FA7A
Decimal176250122
Binary10110000111110101111010
Octal260372172

Shades and tints

Shades of #B0FA7A

#B0FA7A
(176,250,122)
#A0E46F
(160,228,111)
#90CE64
(144,206,100)
#80B859
(128,184,89)
#70A24E
(112,162,78)
#608C43
(96,140,67)
#507638
(80,118,56)
#40602D
(64,96,45)
#304A22
(48,74,34)
#203417
(32,52,23)
#101E0C
(16,30,12)
#000000
(0,0,0)

Tints of #B0FA7A

#B0FA7A
(176,250,122)
#B7FA86
(183,250,134)
#BEFA92
(190,250,146)
#C5FA9E
(197,250,158)
#CCFAAA
(204,250,170)
#D3FAB6
(211,250,182)
#DAFAC2
(218,250,194)
#E1FACE
(225,250,206)
#E8FADA
(232,250,218)
#EFFAE6
(239,250,230)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FA7A color. Also use rgb(176,250,122) instead hex code.

Text Font Color

.myTextColor { color: #B0FA7A; }

<p style="color:#B0FA7A">This sample text font color is #B0FA7A.</p>

This text font color is #B0FA7A.


Background Color

.myBgColor { background-color: #B0FA7A; }

<div style="background-color:#B0FA7A">Inner text</div>

This div background color is #B0FA7A.


Border color

.myBorderColor { border: 1px solid #B0FA7A; }

<div style="border:3px solid #B0FA7A">Div</div>

This div border color is #B0FA7A.


Opacity

.myOpacity80 { color: #B0FA7A; opacity: 0.8; }

<p style="color:#B0FA7A;opacity:0.8;">80%</p>

Text with #B0FA7A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B0FA7A;}

<p style="text-shadow: 3px 3px 1px #B0FA7A">Text here.</p>

This text has shadow with #B0FA7A color.

.textShadow {text-shadow: 3px 3px 1px #B0FA7A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B0FA7A, 5px 5px 20px red">Text here.</p>

This text has shadow with #B0FA7A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0FA7A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B0FA7A, Direction=45, Strength=4)">Text</p>

This text has shadow with #B0FA7A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B0FA7A;
  -webkit-box-shadow:	1px 1px 3px 2px #B0FA7A;
  box-shadow:		1px 1px 3px 2px #B0FA7A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0FA7A;
-webkit-box-shadow: 1px 1px 3px 2px #B0FA7A;
box-shadow:1px 1px 3px 2px #B0FA7A;">
Div content here</div>
This div box has shadow with color #B0FA7A.

Preview

Color preview on black background

This text has color #B0FA7A on black background.


Color preview on white background

This text has color #B0FA7A on white background.



Black color preview on #B0FA7A background

This text has black color on #B0FA7A background.


White color preview on #B0FA7A background

This text has white color on #B0FA7A background.