COLOR #A9D280

HEX: #A9D280 RGB: (169,210,128)

Color info

#A9D280 contains mainly red and green colors. Web safe color of #A9D280 is #99CC66 (or #9C6).

RGB color model

#A9D280 color RGB value is (169,210,128).

RGB: (169,210,128) (66%, 82%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 210 of 255 = 82%
B 128 of 255 = 50%

169
210
128

R + G + B ~ 66%. #A9D280 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 210 + 128 = 507 (100%)
R 169 of 507 ~ 33.33%
G 210 of 507 ~ 41.42%
B 128 of 507 ~ 25.25'%

%33.33
%41.42
%25.25

CMYK color model

#A9D280 color CMYK value is (20,0,39,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 17.65%

CMYK: (20,0,39,18)
C20M0Y39K18 (20%, 0%, 39%, 18%)
(0.20 / 0.00 / 0.39 / 0.18)

CMYK percentages

%19.52
%0
%39.05
%17.65

Codes

Color #A9D280 in popluar color models

A9 D2 80
RGB 169 210 128
HSL 90° 47.67% 66.27%
HSB/HSV 90° 39.05% 82.35%
CMYK 19.52% 0.00% 39.05%
17.65%

Color #A9D280 in popluar number systems.

HEX A9 D2 80
Decimal 169 210 128
Binary 10101001 11010010 10000000
Octal 251 322 200

Shades and tints

Shades of #A9D280

#A9D280
(169,210,128)
#9ABF75
(154,191,117)
#8BAC6A
(139,172,106)
#7C995F
(124,153,95)
#6D8654
(109,134,84)
#5E7349
(94,115,73)
#4F603E
(79,96,62)
#404D33
(64,77,51)
#313A28
(49,58,40)
#22271D
(34,39,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A9D280

#A9D280
(169,210,128)
#B0D68B
(176,214,139)
#B7DA96
(183,218,150)
#BEDEA1
(190,222,161)
#C5E2AC
(197,226,172)
#CCE6B7
(204,230,183)
#D3EAC2
(211,234,194)
#DAEECD
(218,238,205)
#E1F2D8
(225,242,216)
#E8F6E3
(232,246,227)
#EFFAEE
(239,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D280 color. Also use rgb(169,210,128) instead hex code.

Text Font Color

.myTextColor { color: #A9D280; }

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

This text font color is #A9D280.

Background Color

.myBgColor { background-color: #A9D280; }

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

This div background color is #A9D280.

Border color

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

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

This div border color is #A9D280.

Opacity

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

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

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

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

This text has shadow with #A9D280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D280.

Preview

Color preview on black background

This text has color #A9D280 on black background.


Color preview on white background

This text has color #A9D280 on white background.


Black color preview on #A9D280 background

This text has black color on #A9D280 background.


White color preview on #A9D280 background

This text has white color on #A9D280 background.


Related colors

Complementary color

Complementary color for #hex is #562D7F.


I love getcolorcode.com

Triadic colors

1 #80A9D2 and #D280A9 with #A9D280 are triadic colors.

2 #80D2A9 and #D2A980 with #A9D280 are triadic colors.