COLOR #B4F09A

HEX: #B4F09A
RGB: (180,240,154)

Color info

#B4F09A contains mainly green color. Web safe color of #B4F09A is #CCFF99 (or #CF9).

RGB color model

#B4F09A color RGB value is (180,240,154).

  • red value is 180;
  • green value is 240;
  • blue value is 154.
RGB:
(180,240,154)
(71%,94%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 240 of 255 = 94%
B 154 of 255 = 60%

180
240
154

R + G + B ~ 75%. #B4F09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 240 + 154 = 574 (100%)
R 180 of 574 ~ 31.36%
G 240 of 574 ~ 41.81%
B 154 of 574 ~ 26.83%

%31.36
%41.81
%26.83

CMYK color model

#B4F09A color CMYK value is (25,0,36,6).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 5.88%
CMYK:
(25,0,36,6)
C25M0Y36K6 
(25%,0%,36%,6%)
(0.25/0.00/0.36/0.06)	

CMYK percentages

%25
%0
%35.83
%5.88

Codes

Color #B4F09A in popluar color models

B4F09A
RGB180240154
HSL102°74.14%77.25%
HSB/HSV102°35.83%94.12%
CMYK25.00%0.00%35.83%
5.88%

Color #B4F09A in popluar number systems.

HEXB4F09A
Decimal180240154
Binary101101001111000010011010
Octal264360232

Shades and tints

Shades of #B4F09A

#B4F09A
(180,240,154)
#A4DB8C
(164,219,140)
#94C67E
(148,198,126)
#84B170
(132,177,112)
#749C62
(116,156,98)
#648754
(100,135,84)
#547246
(84,114,70)
#445D38
(68,93,56)
#34482A
(52,72,42)
#24331C
(36,51,28)
#141E0E
(20,30,14)
#000000
(0,0,0)

Tints of #B4F09A

#B4F09A
(180,240,154)
#BAF1A3
(186,241,163)
#C0F2AC
(192,242,172)
#C6F3B5
(198,243,181)
#CCF4BE
(204,244,190)
#D2F5C7
(210,245,199)
#D8F6D0
(216,246,208)
#DEF7D9
(222,247,217)
#E4F8E2
(228,248,226)
#EAF9EB
(234,249,235)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F09A color. Also use rgb(180,240,154) instead hex code.

Text Font Color

.myTextColor { color: #B4F09A; }

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

This text font color is #B4F09A.


Background Color

.myBgColor { background-color: #B4F09A; }

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

This div background color is #B4F09A.


Border color

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

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

This div border color is #B4F09A.


Opacity

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

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

Text with #B4F09A 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 #B4F09A;}

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

This text has shadow with #B4F09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F09A on black background.


Color preview on white background

This text has color #B4F09A on white background.



Black color preview on #B4F09A background

This text has black color on #B4F09A background.


White color preview on #B4F09A background

This text has white color on #B4F09A background.