COLOR #A9DB8A

HEX: #A9DB8A RGB: (169,219,138)

Color info

#A9DB8A contains mainly red and green colors. Web safe color of #A9DB8A is #99CC99 (or #9C9).

RGB color model

#A9DB8A color RGB value is (169,219,138).

RGB: (169,219,138) (66%, 86%, 54%)

RGB channels and saturation

R 169 of 255 = 66%
G 219 of 255 = 86%
B 138 of 255 = 54%

169
219
138

R + G + B ~ 69%. #A9DB8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 219 + 138 = 526 (100%)
R 169 of 526 ~ 32.13%
G 219 of 526 ~ 41.63%
B 138 of 526 ~ 26.24'%

%32.13
%41.63
%26.24

CMYK color model

#A9DB8A color CMYK value is (23,0,37,14).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 14.12%
CMYK: (23,0,37,14) C23M0Y37K14 (23%,0%,37%,14%) (0.23/0.00/0.37/0.14) 

CMYK percentages

%22.83
%0
%36.99
%14.12

Codes

Color #A9DB8A in popluar color models

A9 DB 8A
RGB 169 219 138
HSL 97° 52.94% 70.00%
HSB/HSV 97° 36.99% 85.88%
CMYK 22.83% 0.00% 36.99%
14.12%

Color #A9DB8A in popluar number systems.

HEX A9 DB 8A
Decimal 169 219 138
Binary 10101001 11011011 10001010
Octal 251 333 212

Shades and tints

Shades of #A9DB8A

#A9DB8A
(169,219,138)
#9AC87E
(154,200,126)
#8BB572
(139,181,114)
#7CA266
(124,162,102)
#6D8F5A
(109,143,90)
#5E7C4E
(94,124,78)
#4F6942
(79,105,66)
#405636
(64,86,54)
#31432A
(49,67,42)
#22301E
(34,48,30)
#131D12
(19,29,18)
#000000
(0,0,0)

Tints of #A9DB8A

#A9DB8A
(169,219,138)
#B0DE94
(176,222,148)
#B7E19E
(183,225,158)
#BEE4A8
(190,228,168)
#C5E7B2
(197,231,178)
#CCEABC
(204,234,188)
#D3EDC6
(211,237,198)
#DAF0D0
(218,240,208)
#E1F3DA
(225,243,218)
#E8F6E4
(232,246,228)
#EFF9EE
(239,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DB8A color. Also use rgb(169,219,138) instead hex code.

Text Font Color

.myTextColor { color: #A9DB8A; }

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

This text font color is #A9DB8A.

Background Color

.myBgColor { background-color: #A9DB8A; }

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

This div background color is #A9DB8A.

Border color

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

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

This div border color is #A9DB8A.

Opacity

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

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

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

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

This text has shadow with #A9DB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DB8A.

Preview

Color preview on black background

This text has color #A9DB8A on black background.


Color preview on white background

This text has color #A9DB8A on white background.


Black color preview on #A9DB8A background

This text has black color on #A9DB8A background.


White color preview on #A9DB8A background

This text has white color on #A9DB8A background.


Related colors

Complementary color

Complementary color for #hex is #562475.


I love getcolorcode.com

Triadic colors

1 #8AA9DB and #DB8AA9 with #A9DB8A are triadic colors.

2 #8ADBA9 and #DBA98A with #A9DB8A are triadic colors.