COLOR #A9FFAD

HEX: #A9FFAD RGB: (169,255,173)

Color info

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

RGB color model

#A9FFAD color RGB value is (169,255,173).

RGB: (169,255,173) (66%, 100%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 255 of 255 = 100%
B 173 of 255 = 68%

169
255
173

R + G + B ~ 78%. #A9FFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 255 + 173 = 597 (100%)
R 169 of 597 ~ 28.31%
G 255 of 597 ~ 42.71%
B 173 of 597 ~ 28.98'%

%28.31
%42.71
%28.98

CMYK color model

#A9FFAD color CMYK value is (34,0,32,0).

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

CMYK: (34,0,32,0)
C34M0Y32K0 (34%, 0%, 32%, 0%)
(0.34 / 0.00 / 0.32 / 0.00)

CMYK percentages

%33.73
%0
%32.16
%0

Codes

Color #A9FFAD in popluar color models

A9 FF AD
RGB 169 255 173
HSL 123° 100.00% 83.14%
HSB/HSV 123° 33.73% 100.00%
CMYK 33.73% 0.00% 32.16%
0.00%

Color #A9FFAD in popluar number systems.

HEX A9 FF AD
Decimal 169 255 173
Binary 10101001 11111111 10101101
Octal 251 377 255

Shades and tints

Shades of #A9FFAD

#A9FFAD
(169,255,173)
#9AE89E
(154,232,158)
#8BD18F
(139,209,143)
#7CBA80
(124,186,128)
#6DA371
(109,163,113)
#5E8C62
(94,140,98)
#4F7553
(79,117,83)
#405E44
(64,94,68)
#314735
(49,71,53)
#223026
(34,48,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9FFAD

#A9FFAD
(169,255,173)
#B0FFB4
(176,255,180)
#B7FFBB
(183,255,187)
#BEFFC2
(190,255,194)
#C5FFC9
(197,255,201)
#CCFFD0
(204,255,208)
#D3FFD7
(211,255,215)
#DAFFDE
(218,255,222)
#E1FFE5
(225,255,229)
#E8FFEC
(232,255,236)
#EFFFF3
(239,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9FFAD; }

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

This text font color is #A9FFAD.

Background Color

.myBgColor { background-color: #A9FFAD; }

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

This div background color is #A9FFAD.

Border color

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

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

This div border color is #A9FFAD.

Opacity

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

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

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

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

This text has shadow with #A9FFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9FFAD.

Preview

Color preview on black background

This text has color #A9FFAD on black background.


Color preview on white background

This text has color #A9FFAD on white background.


Black color preview on #A9FFAD background

This text has black color on #A9FFAD background.


White color preview on #A9FFAD background

This text has white color on #A9FFAD background.


Related colors

Complementary color

Complementary color for #hex is #560052.


I love getcolorcode.com

Triadic colors

1 #ADA9FF and #FFADA9 with #A9FFAD are triadic colors.

2 #ADFFA9 and #FFA9AD with #A9FFAD are triadic colors.