COLOR #A9FF8B

HEX: #A9FF8B RGB: (169,255,139)

Color info

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

RGB color model

#A9FF8B color RGB value is (169,255,139).

RGB: (169,255,139) (66%, 100%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 255 of 255 = 100%
B 139 of 255 = 55%

169
255
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 255 + 139 = 563 (100%)
R 169 of 563 ~ 30.02%
G 255 of 563 ~ 45.29%
B 139 of 563 ~ 24.69'%

%30.02
%45.29
%24.69

CMYK color model

#A9FF8B color CMYK value is (34,0,45,0).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 45.49%
  • key color value is 0.00%

CMYK: (34,0,45,0)
C34M0Y45K0 (34%, 0%, 45%, 0%)
(0.34 / 0.00 / 0.45 / 0.00)

CMYK percentages

%33.73
%0
%45.49
%0

Codes

Color #A9FF8B in popluar color models

A9 FF 8B
RGB 169 255 139
HSL 104° 100.00% 77.25%
HSB/HSV 104° 45.49% 100.00%
CMYK 33.73% 0.00% 45.49%
0.00%

Color #A9FF8B in popluar number systems.

HEX A9 FF 8B
Decimal 169 255 139
Binary 10101001 11111111 10001011
Octal 251 377 213

Shades and tints

Shades of #A9FF8B

#A9FF8B
(169,255,139)
#9AE87F
(154,232,127)
#8BD173
(139,209,115)
#7CBA67
(124,186,103)
#6DA35B
(109,163,91)
#5E8C4F
(94,140,79)
#4F7543
(79,117,67)
#405E37
(64,94,55)
#31472B
(49,71,43)
#22301F
(34,48,31)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #A9FF8B

#A9FF8B
(169,255,139)
#B0FF95
(176,255,149)
#B7FF9F
(183,255,159)
#BEFFA9
(190,255,169)
#C5FFB3
(197,255,179)
#CCFFBD
(204,255,189)
#D3FFC7
(211,255,199)
#DAFFD1
(218,255,209)
#E1FFDB
(225,255,219)
#E8FFE5
(232,255,229)
#EFFFEF
(239,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FF8B color. Also use rgb(169,255,139) instead hex code.

Text Font Color

.myTextColor { color: #A9FF8B; }

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

This text font color is #A9FF8B.

Background Color

.myBgColor { background-color: #A9FF8B; }

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

This div background color is #A9FF8B.

Border color

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

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

This div border color is #A9FF8B.

Opacity

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

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

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

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

This text has shadow with #A9FF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9FF8B.

Preview

Color preview on black background

This text has color #A9FF8B on black background.


Color preview on white background

This text has color #A9FF8B on white background.


Black color preview on #A9FF8B background

This text has black color on #A9FF8B background.


White color preview on #A9FF8B background

This text has white color on #A9FF8B background.


Related colors

Complementary color

Complementary color for #hex is #560074.


I love getcolorcode.com

Triadic colors

1 #8BA9FF and #FF8BA9 with #A9FF8B are triadic colors.

2 #8BFFA9 and #FFA98B with #A9FF8B are triadic colors.