COLOR #AACD77

HEX: #AACD77 RGB: (170,205,119)

Color info

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

RGB color model

#AACD77 color RGB value is (170,205,119).

RGB: (170,205,119) (67%, 80%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 119 of 255 = 47%

170
205
119

R + G + B ~ 65%. #AACD77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 205 + 119 = 494 (100%)
R 170 of 494 ~ 34.41%
G 205 of 494 ~ 41.5%
B 119 of 494 ~ 24.09'%

%34.41
%41.5
%24.09

CMYK color model

#AACD77 color CMYK value is (17,0,42,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 41.95%
  • key color value is 19.61%
CMYK: (17,0,42,20) C17M0Y42K20 (17%,0%,42%,20%) (0.17/0.00/0.42/0.20) 

CMYK percentages

%17.07
%0
%41.95
%19.61

Codes

Color #AACD77 in popluar color models

AA CD 77
RGB 170 205 119
HSL 84° 46.24% 63.53%
HSB/HSV 84° 41.95% 80.39%
CMYK 17.07% 0.00% 41.95%
19.61%

Color #AACD77 in popluar number systems.

HEX AA CD 77
Decimal 170 205 119
Binary 10101010 11001101 1110111
Octal 252 315 167

Shades and tints

Shades of #AACD77

#AACD77
(170,205,119)
#9BBB6D
(155,187,109)
#8CA963
(140,169,99)
#7D9759
(125,151,89)
#6E854F
(110,133,79)
#5F7345
(95,115,69)
#50613B
(80,97,59)
#414F31
(65,79,49)
#323D27
(50,61,39)
#232B1D
(35,43,29)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #AACD77

#AACD77
(170,205,119)
#B1D183
(177,209,131)
#B8D58F
(184,213,143)
#BFD99B
(191,217,155)
#C6DDA7
(198,221,167)
#CDE1B3
(205,225,179)
#D4E5BF
(212,229,191)
#DBE9CB
(219,233,203)
#E2EDD7
(226,237,215)
#E9F1E3
(233,241,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACD77; }

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

This text font color is #AACD77.

Background Color

.myBgColor { background-color: #AACD77; }

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

This div background color is #AACD77.

Border color

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

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

This div border color is #AACD77.

Opacity

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

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

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

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

This text has shadow with #AACD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACD77.

Preview

Color preview on black background

This text has color #AACD77 on black background.


Color preview on white background

This text has color #AACD77 on white background.


Black color preview on #AACD77 background

This text has black color on #AACD77 background.


White color preview on #AACD77 background

This text has white color on #AACD77 background.


Related colors

Complementary color

Complementary color for #hex is #553288.


I love getcolorcode.com

Triadic colors

1 #77AACD and #CD77AA with #AACD77 are triadic colors.

2 #77CDAA and #CDAA77 with #AACD77 are triadic colors.