COLOR #AACD90

HEX: #AACD90 RGB: (170,205,144)

Color info

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

RGB color model

#AACD90 color RGB value is (170,205,144).

RGB: (170,205,144) (67%, 80%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 144 of 255 = 56%

170
205
144

R + G + B ~ 68%. #AACD90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 205 + 144 = 519 (100%)
R 170 of 519 ~ 32.76%
G 205 of 519 ~ 39.5%
B 144 of 519 ~ 27.75'%

%32.76
%39.5
%27.75

CMYK color model

#AACD90 color CMYK value is (17,0,30,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 19.61%

CMYK: (17,0,30,20)
C17M0Y30K20 (17%, 0%, 30%, 20%)
(0.17 / 0.00 / 0.30 / 0.20)

CMYK percentages

%17.07
%0
%29.76
%19.61

Codes

Color #AACD90 in popluar color models

AA CD 90
RGB 170 205 144
HSL 94° 37.89% 68.43%
HSB/HSV 94° 29.76% 80.39%
CMYK 17.07% 0.00% 29.76%
19.61%

Color #AACD90 in popluar number systems.

HEX AA CD 90
Decimal 170 205 144
Binary 10101010 11001101 10010000
Octal 252 315 220

Shades and tints

Shades of #AACD90

#AACD90
(170,205,144)
#9BBB83
(155,187,131)
#8CA976
(140,169,118)
#7D9769
(125,151,105)
#6E855C
(110,133,92)
#5F734F
(95,115,79)
#506142
(80,97,66)
#414F35
(65,79,53)
#323D28
(50,61,40)
#232B1B
(35,43,27)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #AACD90

#AACD90
(170,205,144)
#B1D19A
(177,209,154)
#B8D5A4
(184,213,164)
#BFD9AE
(191,217,174)
#C6DDB8
(198,221,184)
#CDE1C2
(205,225,194)
#D4E5CC
(212,229,204)
#DBE9D6
(219,233,214)
#E2EDE0
(226,237,224)
#E9F1EA
(233,241,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACD90 color. Also use rgb(170,205,144) instead hex code.

Text Font Color

.myTextColor { color: #AACD90; }

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

This text font color is #AACD90.

Background Color

.myBgColor { background-color: #AACD90; }

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

This div background color is #AACD90.

Border color

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

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

This div border color is #AACD90.

Opacity

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

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

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

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

This text has shadow with #AACD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACD90.

Preview

Color preview on black background

This text has color #AACD90 on black background.


Color preview on white background

This text has color #AACD90 on white background.


Black color preview on #AACD90 background

This text has black color on #AACD90 background.


White color preview on #AACD90 background

This text has white color on #AACD90 background.


Related colors

Complementary color

Complementary color for #hex is #55326F.


I love getcolorcode.com

Triadic colors

1 #90AACD and #CD90AA with #AACD90 are triadic colors.

2 #90CDAA and #CDAA90 with #AACD90 are triadic colors.