COLOR #A9DD73

HEX: #A9DD73 RGB: (169,221,115)

Color info

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

RGB color model

#A9DD73 color RGB value is (169,221,115).

RGB: (169,221,115) (66%, 87%, 45%)

RGB channels and saturation

R 169 of 255 = 66%
G 221 of 255 = 87%
B 115 of 255 = 45%

169
221
115

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

Portions of RGB colors in percentages

R + G + B = 169 + 221 + 115 = 505 (100%)
R 169 of 505 ~ 33.47%
G 221 of 505 ~ 43.76%
B 115 of 505 ~ 22.77'%

%33.47
%43.76
%22.77

CMYK color model

#A9DD73 color CMYK value is (24,0,48,13).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 47.96%
  • key color value is 13.33%

CMYK: (24,0,48,13)
C24M0Y48K13 (24%, 0%, 48%, 13%)
(0.24 / 0.00 / 0.48 / 0.13)

CMYK percentages

%23.53
%0
%47.96
%13.33

Codes

Color #A9DD73 in popluar color models

A9 DD 73
RGB 169 221 115
HSL 89° 60.92% 65.88%
HSB/HSV 89° 47.96% 86.67%
CMYK 23.53% 0.00% 47.96%
13.33%

Color #A9DD73 in popluar number systems.

HEX A9 DD 73
Decimal 169 221 115
Binary 10101001 11011101 1110011
Octal 251 335 163

Shades and tints

Shades of #A9DD73

#A9DD73
(169,221,115)
#9AC969
(154,201,105)
#8BB55F
(139,181,95)
#7CA155
(124,161,85)
#6D8D4B
(109,141,75)
#5E7941
(94,121,65)
#4F6537
(79,101,55)
#40512D
(64,81,45)
#313D23
(49,61,35)
#222919
(34,41,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A9DD73

#A9DD73
(169,221,115)
#B0E07F
(176,224,127)
#B7E38B
(183,227,139)
#BEE697
(190,230,151)
#C5E9A3
(197,233,163)
#CCECAF
(204,236,175)
#D3EFBB
(211,239,187)
#DAF2C7
(218,242,199)
#E1F5D3
(225,245,211)
#E8F8DF
(232,248,223)
#EFFBEB
(239,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DD73 color. Also use rgb(169,221,115) instead hex code.

Text Font Color

.myTextColor { color: #A9DD73; }

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

This text font color is #A9DD73.

Background Color

.myBgColor { background-color: #A9DD73; }

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

This div background color is #A9DD73.

Border color

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

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

This div border color is #A9DD73.

Opacity

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

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

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

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

This text has shadow with #A9DD73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DD73.

Preview

Color preview on black background

This text has color #A9DD73 on black background.


Color preview on white background

This text has color #A9DD73 on white background.


Black color preview on #A9DD73 background

This text has black color on #A9DD73 background.


White color preview on #A9DD73 background

This text has white color on #A9DD73 background.


Related colors

Complementary color

Complementary color for #hex is #56228C.


I love getcolorcode.com

Triadic colors

1 #73A9DD and #DD73A9 with #A9DD73 are triadic colors.

2 #73DDA9 and #DDA973 with #A9DD73 are triadic colors.