COLOR #AAD373

HEX: #AAD373
RGB: (170,211,115)

Color info

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

RGB color model

#AAD373 color RGB value is (170,211,115).

  • red value is 170;
  • green value is 211;
  • blue value is 115.
RGB:
(170,211,115)
(67%,83%,45%)

RGB channels and saturation

R 170 of 255 = 67%
G 211 of 255 = 83%
B 115 of 255 = 45%

170
211
115

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

Portions of RGB colors in percentages

R + G + B =
170 + 211 + 115 = 496 (100%)
R 170 of 496 ~ 34.27%
G 211 of 496 ~ 42.54%
B 115 of 496 ~ 23.19%

%34.27
%42.54
%23.19

CMYK color model

#AAD373 color CMYK value is (19,0,45,17).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 17.25%
CMYK:
(19,0,45,17)
C19M0Y45K17 
(19%,0%,45%,17%)
(0.19/0.00/0.45/0.17)	

CMYK percentages

%19.43
%0
%45.5
%17.25

Codes

Color #AAD373 in popluar color models

AAD373
RGB170211115
HSL86°52.17%63.92%
HSB/HSV86°45.50%82.75%
CMYK19.43%0.00%45.50%
17.25%

Color #AAD373 in popluar number systems.

HEXAAD373
Decimal170211115
Binary10101010110100111110011
Octal252323163

Shades and tints

Shades of #AAD373

#AAD373
(170,211,115)
#9BC069
(155,192,105)
#8CAD5F
(140,173,95)
#7D9A55
(125,154,85)
#6E874B
(110,135,75)
#5F7441
(95,116,65)
#506137
(80,97,55)
#414E2D
(65,78,45)
#323B23
(50,59,35)
#232819
(35,40,25)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AAD373

#AAD373
(170,211,115)
#B1D77F
(177,215,127)
#B8DB8B
(184,219,139)
#BFDF97
(191,223,151)
#C6E3A3
(198,227,163)
#CDE7AF
(205,231,175)
#D4EBBB
(212,235,187)
#DBEFC7
(219,239,199)
#E2F3D3
(226,243,211)
#E9F7DF
(233,247,223)
#F0FBEB
(240,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD373 color. Also use rgb(170,211,115) instead hex code.

Text Font Color

.myTextColor { color: #AAD373; }

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

This text font color is #AAD373.


Background Color

.myBgColor { background-color: #AAD373; }

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

This div background color is #AAD373.


Border color

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

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

This div border color is #AAD373.


Opacity

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

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

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

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

This text has shadow with #AAD373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD373 on black background.


Color preview on white background

This text has color #AAD373 on white background.



Black color preview on #AAD373 background

This text has black color on #AAD373 background.


White color preview on #AAD373 background

This text has white color on #AAD373 background.