COLOR #AED97A

HEX: #AED97A RGB: (174,217,122)

Color info

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

RGB color model

#AED97A color RGB value is (174,217,122).

RGB: (174,217,122) (68%, 85%, 48%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 122 of 255 = 48%

174
217
122

R + G + B ~ 67%. #AED97A is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 122 = 513 (100%)
R 174 of 513 ~ 33.92%
G 217 of 513 ~ 42.3%
B 122 of 513 ~ 23.78'%

%33.92
%42.3
%23.78

CMYK color model

#AED97A color CMYK value is (20,0,44,15).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 14.90%

CMYK: (20,0,44,15)
C20M0Y44K15 (20%, 0%, 44%, 15%)
(0.20 / 0.00 / 0.44 / 0.15)

CMYK percentages

%19.82
%0
%43.78
%14.9

Codes

Color #AED97A in popluar color models

AE D9 7A
RGB 174 217 122
HSL 87° 55.56% 66.47%
HSB/HSV 87° 43.78% 85.10%
CMYK 19.82% 0.00% 43.78%
14.90%

Color #AED97A in popluar number systems.

HEX AE D9 7A
Decimal 174 217 122
Binary 10101110 11011001 1111010
Octal 256 331 172

Shades and tints

Shades of #AED97A

#AED97A
(174,217,122)
#9FC66F
(159,198,111)
#90B364
(144,179,100)
#81A059
(129,160,89)
#728D4E
(114,141,78)
#637A43
(99,122,67)
#546738
(84,103,56)
#45542D
(69,84,45)
#364122
(54,65,34)
#272E17
(39,46,23)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #AED97A

#AED97A
(174,217,122)
#B5DC86
(181,220,134)
#BCDF92
(188,223,146)
#C3E29E
(195,226,158)
#CAE5AA
(202,229,170)
#D1E8B6
(209,232,182)
#D8EBC2
(216,235,194)
#DFEECE
(223,238,206)
#E6F1DA
(230,241,218)
#EDF4E6
(237,244,230)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED97A color. Also use rgb(174,217,122) instead hex code.

Text Font Color

.myTextColor { color: #AED97A; }

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

This text font color is #AED97A.

Background Color

.myBgColor { background-color: #AED97A; }

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

This div background color is #AED97A.

Border color

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

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

This div border color is #AED97A.

Opacity

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

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

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

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

This text has shadow with #AED97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED97A.

Preview

Color preview on black background

This text has color #AED97A on black background.


Color preview on white background

This text has color #AED97A on white background.


Black color preview on #AED97A background

This text has black color on #AED97A background.


White color preview on #AED97A background

This text has white color on #AED97A background.


Related colors

Complementary color

Complementary color for #hex is #512685.


I love getcolorcode.com

Triadic colors

1 #7AAED9 and #D97AAE with #AED97A are triadic colors.

2 #7AD9AE and #D9AE7A with #AED97A are triadic colors.