COLOR #AAD296

HEX: #AAD296 RGB: (170,210,150)

Color info

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

RGB color model

#AAD296 color RGB value is (170,210,150).

RGB: (170,210,150) (67%, 82%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 150 of 255 = 59%

170
210
150

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

Portions of RGB colors in percentages

R + G + B = 170 + 210 + 150 = 530 (100%)
R 170 of 530 ~ 32.08%
G 210 of 530 ~ 39.62%
B 150 of 530 ~ 28.3'%

%32.08
%39.62
%28.3

CMYK color model

#AAD296 color CMYK value is (19,0,29,18).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 17.65%

CMYK: (19,0,29,18)
C19M0Y29K18 (19%, 0%, 29%, 18%)
(0.19 / 0.00 / 0.29 / 0.18)

CMYK percentages

%19.05
%0
%28.57
%17.65

Codes

Color #AAD296 in popluar color models

AA D2 96
RGB 170 210 150
HSL 100° 40.00% 70.59%
HSB/HSV 100° 28.57% 82.35%
CMYK 19.05% 0.00% 28.57%
17.65%

Color #AAD296 in popluar number systems.

HEX AA D2 96
Decimal 170 210 150
Binary 10101010 11010010 10010110
Octal 252 322 226

Shades and tints

Shades of #AAD296

#AAD296
(170,210,150)
#9BBF89
(155,191,137)
#8CAC7C
(140,172,124)
#7D996F
(125,153,111)
#6E8662
(110,134,98)
#5F7355
(95,115,85)
#506048
(80,96,72)
#414D3B
(65,77,59)
#323A2E
(50,58,46)
#232721
(35,39,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAD296

#AAD296
(170,210,150)
#B1D69F
(177,214,159)
#B8DAA8
(184,218,168)
#BFDEB1
(191,222,177)
#C6E2BA
(198,226,186)
#CDE6C3
(205,230,195)
#D4EACC
(212,234,204)
#DBEED5
(219,238,213)
#E2F2DE
(226,242,222)
#E9F6E7
(233,246,231)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD296 color. Also use rgb(170,210,150) instead hex code.

Text Font Color

.myTextColor { color: #AAD296; }

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

This text font color is #AAD296.

Background Color

.myBgColor { background-color: #AAD296; }

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

This div background color is #AAD296.

Border color

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

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

This div border color is #AAD296.

Opacity

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

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

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

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

This text has shadow with #AAD296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD296.

Preview

Color preview on black background

This text has color #AAD296 on black background.


Color preview on white background

This text has color #AAD296 on white background.


Black color preview on #AAD296 background

This text has black color on #AAD296 background.


White color preview on #AAD296 background

This text has white color on #AAD296 background.


Related colors

Complementary color

Complementary color for #hex is #552D69.


I love getcolorcode.com

Triadic colors

1 #96AAD2 and #D296AA with #AAD296 are triadic colors.

2 #96D2AA and #D2AA96 with #AAD296 are triadic colors.