COLOR #A9FA8F

HEX: #A9FA8F
RGB: (169,250,143)

Color info

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

RGB color model

#A9FA8F color RGB value is (169,250,143).

  • red value is 169;
  • green value is 250;
  • blue value is 143.
RGB:
(169,250,143)
(66%,98%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 250 of 255 = 98%
B 143 of 255 = 56%

169
250
143

R + G + B ~ 73%. #A9FA8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 250 + 143 = 562 (100%)
R 169 of 562 ~ 30.07%
G 250 of 562 ~ 44.48%
B 143 of 562 ~ 25.44%

%30.07
%44.48
%25.44

CMYK color model

#A9FA8F color CMYK value is (32,0,43,2).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 42.80%
  • key color value is 1.96%
CMYK:
(32,0,43,2)
C32M0Y43K2 
(32%,0%,43%,2%)
(0.32/0.00/0.43/0.02)	

CMYK percentages

%32.4
%0
%42.8
%1.96

Codes

Color #A9FA8F in popluar color models

A9FA8F
RGB169250143
HSL105°91.45%77.06%
HSB/HSV105°42.80%98.04%
CMYK32.40%0.00%42.80%
1.96%

Color #A9FA8F in popluar number systems.

HEXA9FA8F
Decimal169250143
Binary101010011111101010001111
Octal251372217

Shades and tints

Shades of #A9FA8F

#A9FA8F
(169,250,143)
#9AE482
(154,228,130)
#8BCE75
(139,206,117)
#7CB868
(124,184,104)
#6DA25B
(109,162,91)
#5E8C4E
(94,140,78)
#4F7641
(79,118,65)
#406034
(64,96,52)
#314A27
(49,74,39)
#22341A
(34,52,26)
#131E0D
(19,30,13)
#000000
(0,0,0)

Tints of #A9FA8F

#A9FA8F
(169,250,143)
#B0FA99
(176,250,153)
#B7FAA3
(183,250,163)
#BEFAAD
(190,250,173)
#C5FAB7
(197,250,183)
#CCFAC1
(204,250,193)
#D3FACB
(211,250,203)
#DAFAD5
(218,250,213)
#E1FADF
(225,250,223)
#E8FAE9
(232,250,233)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FA8F color. Also use rgb(169,250,143) instead hex code.

Text Font Color

.myTextColor { color: #A9FA8F; }

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

This text font color is #A9FA8F.


Background Color

.myBgColor { background-color: #A9FA8F; }

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

This div background color is #A9FA8F.


Border color

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

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

This div border color is #A9FA8F.


Opacity

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

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

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

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

This text has shadow with #A9FA8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FA8F on black background.


Color preview on white background

This text has color #A9FA8F on white background.



Black color preview on #A9FA8F background

This text has black color on #A9FA8F background.


White color preview on #A9FA8F background

This text has white color on #A9FA8F background.