COLOR #AAC577

HEX: #AAC577
RGB: (170,197,119)

Color info

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

RGB color model

#AAC577 color RGB value is (170,197,119).

  • red value is 170;
  • green value is 197;
  • blue value is 119.
RGB:
(170,197,119)
(67%,77%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 119 of 255 = 47%

170
197
119

R + G + B ~ 64%. #AAC577 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 119 = 486 (100%)
R 170 of 486 ~ 34.98%
G 197 of 486 ~ 40.53%
B 119 of 486 ~ 24.49%

%34.98
%40.53
%24.49

CMYK color model

#AAC577 color CMYK value is (14,0,40,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 39.59%
  • key color value is 22.75%
CMYK:
(14,0,40,23)
C14M0Y40K23 
(14%,0%,40%,23%)
(0.14/0.00/0.40/0.23)	

CMYK percentages

%13.71
%0
%39.59
%22.75

Codes

Color #AAC577 in popluar color models

AAC577
RGB170197119
HSL81°40.21%61.96%
HSB/HSV81°39.59%77.25%
CMYK13.71%0.00%39.59%
22.75%

Color #AAC577 in popluar number systems.

HEXAAC577
Decimal170197119
Binary10101010110001011110111
Octal252305167

Shades and tints

Shades of #AAC577

#AAC577
(170,197,119)
#9BB46D
(155,180,109)
#8CA363
(140,163,99)
#7D9259
(125,146,89)
#6E814F
(110,129,79)
#5F7045
(95,112,69)
#505F3B
(80,95,59)
#414E31
(65,78,49)
#323D27
(50,61,39)
#232C1D
(35,44,29)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #AAC577

#AAC577
(170,197,119)
#B1CA83
(177,202,131)
#B8CF8F
(184,207,143)
#BFD49B
(191,212,155)
#C6D9A7
(198,217,167)
#CDDEB3
(205,222,179)
#D4E3BF
(212,227,191)
#DBE8CB
(219,232,203)
#E2EDD7
(226,237,215)
#E9F2E3
(233,242,227)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC577; }

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

This text font color is #AAC577.


Background Color

.myBgColor { background-color: #AAC577; }

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

This div background color is #AAC577.


Border color

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

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

This div border color is #AAC577.


Opacity

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

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

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

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

This text has shadow with #AAC577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC577 on black background.


Color preview on white background

This text has color #AAC577 on white background.



Black color preview on #AAC577 background

This text has black color on #AAC577 background.


White color preview on #AAC577 background

This text has white color on #AAC577 background.