COLOR #A9F6AA

HEX: #A9F6AA
RGB: (169,246,170)

Color info

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

RGB color model

#A9F6AA color RGB value is (169,246,170).

  • red value is 169;
  • green value is 246;
  • blue value is 170.
RGB:
(169,246,170)
(66%,96%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 246 of 255 = 96%
B 170 of 255 = 67%

169
246
170

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

Portions of RGB colors in percentages

R + G + B =
169 + 246 + 170 = 585 (100%)
R 169 of 585 ~ 28.89%
G 246 of 585 ~ 42.05%
B 170 of 585 ~ 29.06%

%28.89
%42.05
%29.06

CMYK color model

#A9F6AA color CMYK value is (31,0,31,4).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 3.53%
CMYK:
(31,0,31,4)
C31M0Y31K4 
(31%,0%,31%,4%)
(0.31/0.00/0.31/0.04)	

CMYK percentages

%31.3
%0
%30.89
%3.53

Codes

Color #A9F6AA in popluar color models

A9F6AA
RGB169246170
HSL121°81.05%81.37%
HSB/HSV121°31.30%96.47%
CMYK31.30%0.00%30.89%
3.53%

Color #A9F6AA in popluar number systems.

HEXA9F6AA
Decimal169246170
Binary101010011111011010101010
Octal251366252

Shades and tints

Shades of #A9F6AA

#A9F6AA
(169,246,170)
#9AE09B
(154,224,155)
#8BCA8C
(139,202,140)
#7CB47D
(124,180,125)
#6D9E6E
(109,158,110)
#5E885F
(94,136,95)
#4F7250
(79,114,80)
#405C41
(64,92,65)
#314632
(49,70,50)
#223023
(34,48,35)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #A9F6AA

#A9F6AA
(169,246,170)
#B0F6B1
(176,246,177)
#B7F6B8
(183,246,184)
#BEF6BF
(190,246,191)
#C5F6C6
(197,246,198)
#CCF6CD
(204,246,205)
#D3F6D4
(211,246,212)
#DAF6DB
(218,246,219)
#E1F6E2
(225,246,226)
#E8F6E9
(232,246,233)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F6AA color. Also use rgb(169,246,170) instead hex code.

Text Font Color

.myTextColor { color: #A9F6AA; }

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

This text font color is #A9F6AA.


Background Color

.myBgColor { background-color: #A9F6AA; }

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

This div background color is #A9F6AA.


Border color

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

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

This div border color is #A9F6AA.


Opacity

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

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

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

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

This text has shadow with #A9F6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F6AA on black background.


Color preview on white background

This text has color #A9F6AA on white background.



Black color preview on #A9F6AA background

This text has black color on #A9F6AA background.


White color preview on #A9F6AA background

This text has white color on #A9F6AA background.