COLOR #AAD567

HEX: #AAD567 RGB: (170,213,103)

Color info

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

RGB color model

#AAD567 color RGB value is (170,213,103).

RGB: (170,213,103) (67%, 84%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 103 of 255 = 40%

170
213
103

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

Portions of RGB colors in percentages

R + G + B = 170 + 213 + 103 = 486 (100%)
R 170 of 486 ~ 34.98%
G 213 of 486 ~ 43.83%
B 103 of 486 ~ 21.19'%

%34.98
%43.83
%21.19

CMYK color model

#AAD567 color CMYK value is (20,0,52,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 51.64%
  • key color value is 16.47%

CMYK: (20,0,52,16)
C20M0Y52K16 (20%, 0%, 52%, 16%)
(0.20 / 0.00 / 0.52 / 0.16)

CMYK percentages

%20.19
%0
%51.64
%16.47

Codes

Color #AAD567 in popluar color models

AA D5 67
RGB 170 213 103
HSL 83° 56.70% 61.96%
HSB/HSV 83° 51.64% 83.53%
CMYK 20.19% 0.00% 51.64%
16.47%

Color #AAD567 in popluar number systems.

HEX AA D5 67
Decimal 170 213 103
Binary 10101010 11010101 1100111
Octal 252 325 147

Shades and tints

Shades of #AAD567

#AAD567
(170,213,103)
#9BC25E
(155,194,94)
#8CAF55
(140,175,85)
#7D9C4C
(125,156,76)
#6E8943
(110,137,67)
#5F763A
(95,118,58)
#506331
(80,99,49)
#415028
(65,80,40)
#323D1F
(50,61,31)
#232A16
(35,42,22)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #AAD567

#AAD567
(170,213,103)
#B1D874
(177,216,116)
#B8DB81
(184,219,129)
#BFDE8E
(191,222,142)
#C6E19B
(198,225,155)
#CDE4A8
(205,228,168)
#D4E7B5
(212,231,181)
#DBEAC2
(219,234,194)
#E2EDCF
(226,237,207)
#E9F0DC
(233,240,220)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD567 color. Also use rgb(170,213,103) instead hex code.

Text Font Color

.myTextColor { color: #AAD567; }

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

This text font color is #AAD567.

Background Color

.myBgColor { background-color: #AAD567; }

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

This div background color is #AAD567.

Border color

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

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

This div border color is #AAD567.

Opacity

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

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

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

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

This text has shadow with #AAD567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD567.

Preview

Color preview on black background

This text has color #AAD567 on black background.


Color preview on white background

This text has color #AAD567 on white background.


Black color preview on #AAD567 background

This text has black color on #AAD567 background.


White color preview on #AAD567 background

This text has white color on #AAD567 background.


Related colors

Complementary color

Complementary color for #hex is #552A98.


I love getcolorcode.com

Triadic colors

1 #67AAD5 and #D567AA with #AAD567 are triadic colors.

2 #67D5AA and #D5AA67 with #AAD567 are triadic colors.