COLOR #AAD055

HEX: #AAD055
RGB: (170,208,85)

Color info

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

RGB color model

#AAD055 color RGB value is (170,208,85).

  • red value is 170;
  • green value is 208;
  • blue value is 85.
RGB:
(170,208,85)
(67%,82%,33%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 85 of 255 = 33%

170
208
85

R + G + B ~ 61%. #AAD055 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 208 + 85 = 463 (100%)
R 170 of 463 ~ 36.72%
G 208 of 463 ~ 44.92%
B 85 of 463 ~ 18.36%

%36.72
%44.92
%18.36

CMYK color model

#AAD055 color CMYK value is (18,0,59,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 59.13%
  • key color value is 18.43%
CMYK:
(18,0,59,18)
C18M0Y59K18 
(18%,0%,59%,18%)
(0.18/0.00/0.59/0.18)	

CMYK percentages

%18.27
%0
%59.13
%18.43

Codes

Color #AAD055 in popluar color models

AAD055
RGB17020885
HSL79°56.68%57.45%
HSB/HSV79°59.13%81.57%
CMYK18.27%0.00%59.13%
18.43%

Color #AAD055 in popluar number systems.

HEXAAD055
Decimal17020885
Binary10101010110100001010101
Octal252320125

Shades and tints

Shades of #AAD055

#AAD055
(170,208,85)
#9BBE4E
(155,190,78)
#8CAC47
(140,172,71)
#7D9A40
(125,154,64)
#6E8839
(110,136,57)
#5F7632
(95,118,50)
#50642B
(80,100,43)
#415224
(65,82,36)
#32401D
(50,64,29)
#232E16
(35,46,22)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #AAD055

#AAD055
(170,208,85)
#B1D464
(177,212,100)
#B8D873
(184,216,115)
#BFDC82
(191,220,130)
#C6E091
(198,224,145)
#CDE4A0
(205,228,160)
#D4E8AF
(212,232,175)
#DBECBE
(219,236,190)
#E2F0CD
(226,240,205)
#E9F4DC
(233,244,220)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD055; }

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

This text font color is #AAD055.


Background Color

.myBgColor { background-color: #AAD055; }

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

This div background color is #AAD055.


Border color

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

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

This div border color is #AAD055.


Opacity

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

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

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

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

This text has shadow with #AAD055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD055 on black background.


Color preview on white background

This text has color #AAD055 on white background.



Black color preview on #AAD055 background

This text has black color on #AAD055 background.


White color preview on #AAD055 background

This text has white color on #AAD055 background.