COLOR #AAD498

HEX: #AAD498 RGB: (170,212,152)

Color info

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

RGB color model

#AAD498 color RGB value is (170,212,152).

RGB: (170,212,152) (67%, 83%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 152 of 255 = 60%

170
212
152

R + G + B ~ 70%. #AAD498 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 152 = 534 (100%)
R 170 of 534 ~ 31.84%
G 212 of 534 ~ 39.7%
B 152 of 534 ~ 28.46'%

%31.84
%39.7
%28.46

CMYK color model

#AAD498 color CMYK value is (20,0,28,17).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK: (20,0,28,17) C20M0Y28K17 (20%,0%,28%,17%) (0.20/0.00/0.28/0.17) 

CMYK percentages

%19.81
%0
%28.3
%16.86

Codes

Color #AAD498 in popluar color models

AA D4 98
RGB 170 212 152
HSL 102° 41.10% 71.37%
HSB/HSV 102° 28.30% 83.14%
CMYK 19.81% 0.00% 28.30%
16.86%

Color #AAD498 in popluar number systems.

HEX AA D4 98
Decimal 170 212 152
Binary 10101010 11010100 10011000
Octal 252 324 230

Shades and tints

Shades of #AAD498

#AAD498
(170,212,152)
#9BC18B
(155,193,139)
#8CAE7E
(140,174,126)
#7D9B71
(125,155,113)
#6E8864
(110,136,100)
#5F7557
(95,117,87)
#50624A
(80,98,74)
#414F3D
(65,79,61)
#323C30
(50,60,48)
#232923
(35,41,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AAD498

#AAD498
(170,212,152)
#B1D7A1
(177,215,161)
#B8DAAA
(184,218,170)
#BFDDB3
(191,221,179)
#C6E0BC
(198,224,188)
#CDE3C5
(205,227,197)
#D4E6CE
(212,230,206)
#DBE9D7
(219,233,215)
#E2ECE0
(226,236,224)
#E9EFE9
(233,239,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD498 color. Also use rgb(170,212,152) instead hex code.

Text Font Color

.myTextColor { color: #AAD498; }

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

This text font color is #AAD498.

Background Color

.myBgColor { background-color: #AAD498; }

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

This div background color is #AAD498.

Border color

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

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

This div border color is #AAD498.

Opacity

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

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

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

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

This text has shadow with #AAD498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD498.

Preview

Color preview on black background

This text has color #AAD498 on black background.


Color preview on white background

This text has color #AAD498 on white background.


Black color preview on #AAD498 background

This text has black color on #AAD498 background.


White color preview on #AAD498 background

This text has white color on #AAD498 background.


Related colors

Complementary color

Complementary color for #hex is #552B67.


I love getcolorcode.com

Triadic colors

1 #98AAD4 and #D498AA with #AAD498 are triadic colors.

2 #98D4AA and #D4AA98 with #AAD498 are triadic colors.