COLOR #A9E4AB

HEX: #A9E4AB
RGB: (169,228,171)

Color info

#A9E4AB contains red, green and blue colors in about the same proportion. Web safe color of #A9E4AB is #99CC99 (or #9C9).

RGB color model

#A9E4AB color RGB value is (169,228,171).

  • red value is 169;
  • green value is 228;
  • blue value is 171.
RGB:
(169,228,171)
(66%,89%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 228 of 255 = 89%
B 171 of 255 = 67%

169
228
171

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

Portions of RGB colors in percentages

R + G + B =
169 + 228 + 171 = 568 (100%)
R 169 of 568 ~ 29.75%
G 228 of 568 ~ 40.14%
B 171 of 568 ~ 30.11%

%29.75
%40.14
%30.11

CMYK color model

#A9E4AB color CMYK value is (26,0,25,11).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 10.59%
CMYK:
(26,0,25,11)
C26M0Y25K11 
(26%,0%,25%,11%)
(0.26/0.00/0.25/0.11)	

CMYK percentages

%25.88
%0
%25
%10.59

Codes

Color #A9E4AB in popluar color models

A9E4AB
RGB169228171
HSL122°52.21%77.84%
HSB/HSV122°25.88%89.41%
CMYK25.88%0.00%25.00%
10.59%

Color #A9E4AB in popluar number systems.

HEXA9E4AB
Decimal169228171
Binary101010011110010010101011
Octal251344253

Shades and tints

Shades of #A9E4AB

#A9E4AB
(169,228,171)
#9AD09C
(154,208,156)
#8BBC8D
(139,188,141)
#7CA87E
(124,168,126)
#6D946F
(109,148,111)
#5E8060
(94,128,96)
#4F6C51
(79,108,81)
#405842
(64,88,66)
#314433
(49,68,51)
#223024
(34,48,36)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #A9E4AB

#A9E4AB
(169,228,171)
#B0E6B2
(176,230,178)
#B7E8B9
(183,232,185)
#BEEAC0
(190,234,192)
#C5ECC7
(197,236,199)
#CCEECE
(204,238,206)
#D3F0D5
(211,240,213)
#DAF2DC
(218,242,220)
#E1F4E3
(225,244,227)
#E8F6EA
(232,246,234)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E4AB color. Also use rgb(169,228,171) instead hex code.

Text Font Color

.myTextColor { color: #A9E4AB; }

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

This text font color is #A9E4AB.


Background Color

.myBgColor { background-color: #A9E4AB; }

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

This div background color is #A9E4AB.


Border color

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

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

This div border color is #A9E4AB.


Opacity

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

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

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

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

This text has shadow with #A9E4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E4AB on black background.


Color preview on white background

This text has color #A9E4AB on white background.



Black color preview on #A9E4AB background

This text has black color on #A9E4AB background.


White color preview on #A9E4AB background

This text has white color on #A9E4AB background.