COLOR #AADC96

HEX: #AADC96 RGB: (170,220,150)

Color info

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

RGB color model

#AADC96 color RGB value is (170,220,150).

RGB: (170,220,150) (67%, 86%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 150 of 255 = 59%

170
220
150

R + G + B ~ 71%. #AADC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 220 + 150 = 540 (100%)
R 170 of 540 ~ 31.48%
G 220 of 540 ~ 40.74%
B 150 of 540 ~ 27.78'%

%31.48
%40.74
%27.78

CMYK color model

#AADC96 color CMYK value is (23,0,32,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK: (23,0,32,14) C23M0Y32K14 (23%,0%,32%,14%) (0.23/0.00/0.32/0.14) 

CMYK percentages

%22.73
%0
%31.82
%13.73

Codes

Color #AADC96 in popluar color models

AA DC 96
RGB 170 220 150
HSL 103° 50.00% 72.55%
HSB/HSV 103° 31.82% 86.27%
CMYK 22.73% 0.00% 31.82%
13.73%

Color #AADC96 in popluar number systems.

HEX AA DC 96
Decimal 170 220 150
Binary 10101010 11011100 10010110
Octal 252 334 226

Shades and tints

Shades of #AADC96

#AADC96
(170,220,150)
#9BC889
(155,200,137)
#8CB47C
(140,180,124)
#7DA06F
(125,160,111)
#6E8C62
(110,140,98)
#5F7855
(95,120,85)
#506448
(80,100,72)
#41503B
(65,80,59)
#323C2E
(50,60,46)
#232821
(35,40,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AADC96

#AADC96
(170,220,150)
#B1DF9F
(177,223,159)
#B8E2A8
(184,226,168)
#BFE5B1
(191,229,177)
#C6E8BA
(198,232,186)
#CDEBC3
(205,235,195)
#D4EECC
(212,238,204)
#DBF1D5
(219,241,213)
#E2F4DE
(226,244,222)
#E9F7E7
(233,247,231)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADC96; }

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

This text font color is #AADC96.

Background Color

.myBgColor { background-color: #AADC96; }

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

This div background color is #AADC96.

Border color

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

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

This div border color is #AADC96.

Opacity

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

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

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

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

This text has shadow with #AADC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADC96.

Preview

Color preview on black background

This text has color #AADC96 on black background.


Color preview on white background

This text has color #AADC96 on white background.


Black color preview on #AADC96 background

This text has black color on #AADC96 background.


White color preview on #AADC96 background

This text has white color on #AADC96 background.


Related colors

Complementary color

Complementary color for #hex is #552369.


I love getcolorcode.com

Triadic colors

1 #96AADC and #DC96AA with #AADC96 are triadic colors.

2 #96DCAA and #DCAA96 with #AADC96 are triadic colors.