COLOR #AAD193

HEX: #AAD193
RGB: (170,209,147)

Color info

#AAD193 contains mainly red and green colors. Web safe color of #AAD193 is #99CC99 (or #9C9).

RGB color model

#AAD193 color RGB value is (170,209,147).

  • red value is 170;
  • green value is 209;
  • blue value is 147.
RGB:
(170,209,147)
(67%,82%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 209 of 255 = 82%
B 147 of 255 = 58%

170
209
147

R + G + B ~ 69%. #AAD193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 209 + 147 = 526 (100%)
R 170 of 526 ~ 32.32%
G 209 of 526 ~ 39.73%
B 147 of 526 ~ 27.95%

%32.32
%39.73
%27.95

CMYK color model

#AAD193 color CMYK value is (19,0,30,18).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(19,0,30,18)
C19M0Y30K18 
(19%,0%,30%,18%)
(0.19/0.00/0.30/0.18)	

CMYK percentages

%18.66
%0
%29.67
%18.04

Codes

Color #AAD193 in popluar color models

AAD193
RGB170209147
HSL98°40.26%69.80%
HSB/HSV98°29.67%81.96%
CMYK18.66%0.00%29.67%
18.04%

Color #AAD193 in popluar number systems.

HEXAAD193
Decimal170209147
Binary101010101101000110010011
Octal252321223

Shades and tints

Shades of #AAD193

#AAD193
(170,209,147)
#9BBE86
(155,190,134)
#8CAB79
(140,171,121)
#7D986C
(125,152,108)
#6E855F
(110,133,95)
#5F7252
(95,114,82)
#505F45
(80,95,69)
#414C38
(65,76,56)
#32392B
(50,57,43)
#23261E
(35,38,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AAD193

#AAD193
(170,209,147)
#B1D59C
(177,213,156)
#B8D9A5
(184,217,165)
#BFDDAE
(191,221,174)
#C6E1B7
(198,225,183)
#CDE5C0
(205,229,192)
#D4E9C9
(212,233,201)
#DBEDD2
(219,237,210)
#E2F1DB
(226,241,219)
#E9F5E4
(233,245,228)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD193 color. Also use rgb(170,209,147) instead hex code.

Text Font Color

.myTextColor { color: #AAD193; }

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

This text font color is #AAD193.


Background Color

.myBgColor { background-color: #AAD193; }

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

This div background color is #AAD193.


Border color

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

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

This div border color is #AAD193.


Opacity

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

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

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

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

This text has shadow with #AAD193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD193 on black background.


Color preview on white background

This text has color #AAD193 on white background.



Black color preview on #AAD193 background

This text has black color on #AAD193 background.


White color preview on #AAD193 background

This text has white color on #AAD193 background.