COLOR #A4F2B8

HEX: #A4F2B8 RGB: (164,242,184)

Color info

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

RGB color model

#A4F2B8 color RGB value is (164,242,184).

RGB: (164,242,184) (64%, 95%, 72%)

RGB channels and saturation

R 164 of 255 = 64%
G 242 of 255 = 95%
B 184 of 255 = 72%

164
242
184

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

Portions of RGB colors in percentages

R + G + B = 164 + 242 + 184 = 590 (100%)
R 164 of 590 ~ 27.8%
G 242 of 590 ~ 41.02%
B 184 of 590 ~ 31.19'%

%27.8
%41.02
%31.19

CMYK color model

#A4F2B8 color CMYK value is (32,0,24,5).

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

CMYK: (32,0,24,5)
C32M0Y24K5 (32%, 0%, 24%, 5%)
(0.32 / 0.00 / 0.24 / 0.05)

CMYK percentages

%32.23
%0
%23.97
%5.1

Codes

Color #A4F2B8 in popluar color models

A4 F2 B8
RGB 164 242 184
HSL 135° 75.00% 79.61%
HSB/HSV 135° 32.23% 94.90%
CMYK 32.23% 0.00% 23.97%
5.10%

Color #A4F2B8 in popluar number systems.

HEX A4 F2 B8
Decimal 164 242 184
Binary 10100100 11110010 10111000
Octal 244 362 270

Shades and tints

Shades of #A4F2B8

#A4F2B8
(164,242,184)
#96DCA8
(150,220,168)
#88C698
(136,198,152)
#7AB088
(122,176,136)
#6C9A78
(108,154,120)
#5E8468
(94,132,104)
#506E58
(80,110,88)
#425848
(66,88,72)
#344238
(52,66,56)
#262C28
(38,44,40)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #A4F2B8

#A4F2B8
(164,242,184)
#ACF3BE
(172,243,190)
#B4F4C4
(180,244,196)
#BCF5CA
(188,245,202)
#C4F6D0
(196,246,208)
#CCF7D6
(204,247,214)
#D4F8DC
(212,248,220)
#DCF9E2
(220,249,226)
#E4FAE8
(228,250,232)
#ECFBEE
(236,251,238)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F2B8; }

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

This text font color is #A4F2B8.

Background Color

.myBgColor { background-color: #A4F2B8; }

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

This div background color is #A4F2B8.

Border color

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

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

This div border color is #A4F2B8.

Opacity

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

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

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

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

This text has shadow with #A4F2B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F2B8.

Preview

Color preview on black background

This text has color #A4F2B8 on black background.


Color preview on white background

This text has color #A4F2B8 on white background.


Black color preview on #A4F2B8 background

This text has black color on #A4F2B8 background.


White color preview on #A4F2B8 background

This text has white color on #A4F2B8 background.


Related colors

Complementary color

Complementary color for #hex is #5B0D47.


I love getcolorcode.com

Triadic colors

1 #B8A4F2 and #F2B8A4 with #A4F2B8 are triadic colors.

2 #B8F2A4 and #F2A4B8 with #A4F2B8 are triadic colors.