COLOR #AAC37B

HEX: #AAC37B
RGB: (170,195,123)

Color info

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

RGB color model

#AAC37B color RGB value is (170,195,123).

  • red value is 170;
  • green value is 195;
  • blue value is 123.
RGB:
(170,195,123)
(67%,76%,48%)

RGB channels and saturation

R 170 of 255 = 67%
G 195 of 255 = 76%
B 123 of 255 = 48%

170
195
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 195 + 123 = 488 (100%)
R 170 of 488 ~ 34.84%
G 195 of 488 ~ 39.96%
B 123 of 488 ~ 25.2%

%34.84
%39.96
%25.2

CMYK color model

#AAC37B color CMYK value is (13,0,37,24).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 23.53%
CMYK:
(13,0,37,24)
C13M0Y37K24 
(13%,0%,37%,24%)
(0.13/0.00/0.37/0.24)	

CMYK percentages

%12.82
%0
%36.92
%23.53

Codes

Color #AAC37B in popluar color models

AAC37B
RGB170195123
HSL81°37.50%62.35%
HSB/HSV81°36.92%76.47%
CMYK12.82%0.00%36.92%
23.53%

Color #AAC37B in popluar number systems.

HEXAAC37B
Decimal170195123
Binary10101010110000111111011
Octal252303173

Shades and tints

Shades of #AAC37B

#AAC37B
(170,195,123)
#9BB270
(155,178,112)
#8CA165
(140,161,101)
#7D905A
(125,144,90)
#6E7F4F
(110,127,79)
#5F6E44
(95,110,68)
#505D39
(80,93,57)
#414C2E
(65,76,46)
#323B23
(50,59,35)
#232A18
(35,42,24)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #AAC37B

#AAC37B
(170,195,123)
#B1C887
(177,200,135)
#B8CD93
(184,205,147)
#BFD29F
(191,210,159)
#C6D7AB
(198,215,171)
#CDDCB7
(205,220,183)
#D4E1C3
(212,225,195)
#DBE6CF
(219,230,207)
#E2EBDB
(226,235,219)
#E9F0E7
(233,240,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC37B color. Also use rgb(170,195,123) instead hex code.

Text Font Color

.myTextColor { color: #AAC37B; }

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

This text font color is #AAC37B.


Background Color

.myBgColor { background-color: #AAC37B; }

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

This div background color is #AAC37B.


Border color

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

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

This div border color is #AAC37B.


Opacity

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

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

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

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

This text has shadow with #AAC37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC37B on black background.


Color preview on white background

This text has color #AAC37B on white background.



Black color preview on #AAC37B background

This text has black color on #AAC37B background.


White color preview on #AAC37B background

This text has white color on #AAC37B background.