COLOR #A4F89D

HEX: #A4F89D
RGB: (164,248,157)

Color info

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

RGB color model

#A4F89D color RGB value is (164,248,157).

  • red value is 164;
  • green value is 248;
  • blue value is 157.
RGB:
(164,248,157)
(64%,97%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 248 of 255 = 97%
B 157 of 255 = 62%

164
248
157

R + G + B ~ 74%. #A4F89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 248 + 157 = 569 (100%)
R 164 of 569 ~ 28.82%
G 248 of 569 ~ 43.59%
B 157 of 569 ~ 27.59%

%28.82
%43.59
%27.59

CMYK color model

#A4F89D color CMYK value is (34,0,37,3).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 36.69%
  • key color value is 2.75%
CMYK:
(34,0,37,3)
C34M0Y37K3 
(34%,0%,37%,3%)
(0.34/0.00/0.37/0.03)	

CMYK percentages

%33.87
%0
%36.69
%2.75

Codes

Color #A4F89D in popluar color models

A4F89D
RGB164248157
HSL115°86.67%79.41%
HSB/HSV115°36.69%97.25%
CMYK33.87%0.00%36.69%
2.75%

Color #A4F89D in popluar number systems.

HEXA4F89D
Decimal164248157
Binary101001001111100010011101
Octal244370235

Shades and tints

Shades of #A4F89D

#A4F89D
(164,248,157)
#96E28F
(150,226,143)
#88CC81
(136,204,129)
#7AB673
(122,182,115)
#6CA065
(108,160,101)
#5E8A57
(94,138,87)
#507449
(80,116,73)
#425E3B
(66,94,59)
#34482D
(52,72,45)
#26321F
(38,50,31)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #A4F89D

#A4F89D
(164,248,157)
#ACF8A5
(172,248,165)
#B4F8AD
(180,248,173)
#BCF8B5
(188,248,181)
#C4F8BD
(196,248,189)
#CCF8C5
(204,248,197)
#D4F8CD
(212,248,205)
#DCF8D5
(220,248,213)
#E4F8DD
(228,248,221)
#ECF8E5
(236,248,229)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F89D color. Also use rgb(164,248,157) instead hex code.

Text Font Color

.myTextColor { color: #A4F89D; }

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

This text font color is #A4F89D.


Background Color

.myBgColor { background-color: #A4F89D; }

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

This div background color is #A4F89D.


Border color

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

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

This div border color is #A4F89D.


Opacity

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

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

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

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

This text has shadow with #A4F89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F89D on black background.


Color preview on white background

This text has color #A4F89D on white background.



Black color preview on #A4F89D background

This text has black color on #A4F89D background.


White color preview on #A4F89D background

This text has white color on #A4F89D background.