COLOR #AAC07F

HEX: #AAC07F
RGB: (170,192,127)

Color info

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

RGB color model

#AAC07F color RGB value is (170,192,127).

  • red value is 170;
  • green value is 192;
  • blue value is 127.
RGB:
(170,192,127)
(67%,75%,50%)

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 127 of 255 = 50%

170
192
127

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

Portions of RGB colors in percentages

R + G + B =
170 + 192 + 127 = 489 (100%)
R 170 of 489 ~ 34.76%
G 192 of 489 ~ 39.26%
B 127 of 489 ~ 25.97%

%34.76
%39.26
%25.97

CMYK color model

#AAC07F color CMYK value is (11,0,34,25).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 24.71%
CMYK:
(11,0,34,25)
C11M0Y34K25 
(11%,0%,34%,25%)
(0.11/0.00/0.34/0.25)	

CMYK percentages

%11.46
%0
%33.85
%24.71

Codes

Color #AAC07F in popluar color models

AAC07F
RGB170192127
HSL80°34.03%62.55%
HSB/HSV80°33.85%75.29%
CMYK11.46%0.00%33.85%
24.71%

Color #AAC07F in popluar number systems.

HEXAAC07F
Decimal170192127
Binary10101010110000001111111
Octal252300177

Shades and tints

Shades of #AAC07F

#AAC07F
(170,192,127)
#9BAF74
(155,175,116)
#8C9E69
(140,158,105)
#7D8D5E
(125,141,94)
#6E7C53
(110,124,83)
#5F6B48
(95,107,72)
#505A3D
(80,90,61)
#414932
(65,73,50)
#323827
(50,56,39)
#23271C
(35,39,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAC07F

#AAC07F
(170,192,127)
#B1C58A
(177,197,138)
#B8CA95
(184,202,149)
#BFCFA0
(191,207,160)
#C6D4AB
(198,212,171)
#CDD9B6
(205,217,182)
#D4DEC1
(212,222,193)
#DBE3CC
(219,227,204)
#E2E8D7
(226,232,215)
#E9EDE2
(233,237,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC07F color. Also use rgb(170,192,127) instead hex code.

Text Font Color

.myTextColor { color: #AAC07F; }

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

This text font color is #AAC07F.


Background Color

.myBgColor { background-color: #AAC07F; }

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

This div background color is #AAC07F.


Border color

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

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

This div border color is #AAC07F.


Opacity

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

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

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

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

This text has shadow with #AAC07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC07F on black background.


Color preview on white background

This text has color #AAC07F on white background.



Black color preview on #AAC07F background

This text has black color on #AAC07F background.


White color preview on #AAC07F background

This text has white color on #AAC07F background.