COLOR #AAD093

HEX: #AAD093 RGB: (170,208,147)

Color info

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

RGB color model

#AAD093 color RGB value is (170,208,147).

RGB: (170,208,147) (67%, 82%, 58%)

RGB channels and saturation

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

170
208
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 208 + 147 = 525 (100%)
R 170 of 525 ~ 32.38%
G 208 of 525 ~ 39.62%
B 147 of 525 ~ 28'%

%32.38
%39.62
%28

CMYK color model

#AAD093 color CMYK value is (18,0,29,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 18.43%

CMYK: (18,0,29,18)
C18M0Y29K18 (18%, 0%, 29%, 18%)
(0.18 / 0.00 / 0.29 / 0.18)

CMYK percentages

%18.27
%0
%29.33
%18.43

Codes

Color #AAD093 in popluar color models

AA D0 93
RGB 170 208 147
HSL 97° 39.35% 69.61%
HSB/HSV 97° 29.33% 81.57%
CMYK 18.27% 0.00% 29.33%
18.43%

Color #AAD093 in popluar number systems.

HEX AA D0 93
Decimal 170 208 147
Binary 10101010 11010000 10010011
Octal 252 320 223

Shades and tints

Shades of #AAD093

#AAD093
(170,208,147)
#9BBE86
(155,190,134)
#8CAC79
(140,172,121)
#7D9A6C
(125,154,108)
#6E885F
(110,136,95)
#5F7652
(95,118,82)
#506445
(80,100,69)
#415238
(65,82,56)
#32402B
(50,64,43)
#232E1E
(35,46,30)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #AAD093

#AAD093
(170,208,147)
#B1D49C
(177,212,156)
#B8D8A5
(184,216,165)
#BFDCAE
(191,220,174)
#C6E0B7
(198,224,183)
#CDE4C0
(205,228,192)
#D4E8C9
(212,232,201)
#DBECD2
(219,236,210)
#E2F0DB
(226,240,219)
#E9F4E4
(233,244,228)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD093; }

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

This text font color is #AAD093.

Background Color

.myBgColor { background-color: #AAD093; }

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

This div background color is #AAD093.

Border color

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

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

This div border color is #AAD093.

Opacity

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

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

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

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

This text has shadow with #AAD093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD093.

Preview

Color preview on black background

This text has color #AAD093 on black background.


Color preview on white background

This text has color #AAD093 on white background.


Black color preview on #AAD093 background

This text has black color on #AAD093 background.


White color preview on #AAD093 background

This text has white color on #AAD093 background.


Related colors

Complementary color

Complementary color for #hex is #552F6C.


I love getcolorcode.com

Triadic colors

1 #93AAD0 and #D093AA with #AAD093 are triadic colors.

2 #93D0AA and #D0AA93 with #AAD093 are triadic colors.