COLOR #A4FEA3

HEX: #A4FEA3
RGB: (164,254,163)

Color info

#A4FEA3 contains mainly green color. Web safe color of #A4FEA3 is #99FF99 (or #9F9).

RGB color model

#A4FEA3 color RGB value is (164,254,163).

  • red value is 164;
  • green value is 254;
  • blue value is 163.
RGB:
(164,254,163)
(64%,100%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 254 of 255 = 100%
B 163 of 255 = 64%

164
254
163

R + G + B ~ 76%. #A4FEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 254 + 163 = 581 (100%)
R 164 of 581 ~ 28.23%
G 254 of 581 ~ 43.72%
B 163 of 581 ~ 28.06%

%28.23
%43.72
%28.06

CMYK color model

#A4FEA3 color CMYK value is (35,0,36,0).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 0.39%
CMYK:
(35,0,36,0)
C35M0Y36K0 
(35%,0%,36%,0%)
(0.35/0.00/0.36/0.00)	

CMYK percentages

%35.43
%0
%35.83
%0.39

Codes

Color #A4FEA3 in popluar color models

A4FEA3
RGB164254163
HSL119°97.85%81.76%
HSB/HSV119°35.83%99.61%
CMYK35.43%0.00%35.83%
0.39%

Color #A4FEA3 in popluar number systems.

HEXA4FEA3
Decimal164254163
Binary101001001111111010100011
Octal244376243

Shades and tints

Shades of #A4FEA3

#A4FEA3
(164,254,163)
#96E795
(150,231,149)
#88D087
(136,208,135)
#7AB979
(122,185,121)
#6CA26B
(108,162,107)
#5E8B5D
(94,139,93)
#50744F
(80,116,79)
#425D41
(66,93,65)
#344633
(52,70,51)
#262F25
(38,47,37)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4FEA3

#A4FEA3
(164,254,163)
#ACFEAB
(172,254,171)
#B4FEB3
(180,254,179)
#BCFEBB
(188,254,187)
#C4FEC3
(196,254,195)
#CCFECB
(204,254,203)
#D4FED3
(212,254,211)
#DCFEDB
(220,254,219)
#E4FEE3
(228,254,227)
#ECFEEB
(236,254,235)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FEA3 color. Also use rgb(164,254,163) instead hex code.

Text Font Color

.myTextColor { color: #A4FEA3; }

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

This text font color is #A4FEA3.


Background Color

.myBgColor { background-color: #A4FEA3; }

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

This div background color is #A4FEA3.


Border color

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

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

This div border color is #A4FEA3.


Opacity

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

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

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

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

This text has shadow with #A4FEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FEA3 on black background.


Color preview on white background

This text has color #A4FEA3 on white background.



Black color preview on #A4FEA3 background

This text has black color on #A4FEA3 background.


White color preview on #A4FEA3 background

This text has white color on #A4FEA3 background.