COLOR #A4F2BB

HEX: #A4F2BB RGB: (164,242,187)

Color info

#A4F2BB contains mainly green and blue colors. Web safe color of #A4F2BB is #99FFCC (or #9FC).

RGB color model

#A4F2BB color RGB value is (164,242,187).

RGB: (164,242,187) (64%, 95%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 242 of 255 = 95%
B 187 of 255 = 73%

164
242
187

R + G + B ~ 77%. #A4F2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 242 + 187 = 593 (100%)
R 164 of 593 ~ 27.66%
G 242 of 593 ~ 40.81%
B 187 of 593 ~ 31.53'%

%27.66
%40.81
%31.53

CMYK color model

#A4F2BB color CMYK value is (32,0,23,5).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 5.10%

CMYK: (32,0,23,5)
C32M0Y23K5 (32%, 0%, 23%, 5%)
(0.32 / 0.00 / 0.23 / 0.05)

CMYK percentages

%32.23
%0
%22.73
%5.1

Codes

Color #A4F2BB in popluar color models

A4 F2 BB
RGB 164 242 187
HSL 138° 75.00% 79.61%
HSB/HSV 138° 32.23% 94.90%
CMYK 32.23% 0.00% 22.73%
5.10%

Color #A4F2BB in popluar number systems.

HEX A4 F2 BB
Decimal 164 242 187
Binary 10100100 11110010 10111011
Octal 244 362 273

Shades and tints

Shades of #A4F2BB

#A4F2BB
(164,242,187)
#96DCAA
(150,220,170)
#88C699
(136,198,153)
#7AB088
(122,176,136)
#6C9A77
(108,154,119)
#5E8466
(94,132,102)
#506E55
(80,110,85)
#425844
(66,88,68)
#344233
(52,66,51)
#262C22
(38,44,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4F2BB

#A4F2BB
(164,242,187)
#ACF3C1
(172,243,193)
#B4F4C7
(180,244,199)
#BCF5CD
(188,245,205)
#C4F6D3
(196,246,211)
#CCF7D9
(204,247,217)
#D4F8DF
(212,248,223)
#DCF9E5
(220,249,229)
#E4FAEB
(228,250,235)
#ECFBF1
(236,251,241)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F2BB color. Also use rgb(164,242,187) instead hex code.

Text Font Color

.myTextColor { color: #A4F2BB; }

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

This text font color is #A4F2BB.

Background Color

.myBgColor { background-color: #A4F2BB; }

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

This div background color is #A4F2BB.

Border color

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

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

This div border color is #A4F2BB.

Opacity

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

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

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

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

This text has shadow with #A4F2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F2BB.

Preview

Color preview on black background

This text has color #A4F2BB on black background.


Color preview on white background

This text has color #A4F2BB on white background.


Black color preview on #A4F2BB background

This text has black color on #A4F2BB background.


White color preview on #A4F2BB background

This text has white color on #A4F2BB background.


Related colors

Complementary color

Complementary color for #hex is #5B0D44.


I love getcolorcode.com

Triadic colors

1 #BBA4F2 and #F2BBA4 with #A4F2BB are triadic colors.

2 #BBF2A4 and #F2A4BB with #A4F2BB are triadic colors.