COLOR #AAE27D

HEX: #AAE27D RGB: (170,226,125)

Color info

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

RGB color model

#AAE27D color RGB value is (170,226,125).

RGB: (170,226,125) (67%, 89%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 125 of 255 = 49%

170
226
125

R + G + B ~ 68%. #AAE27D is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 226 + 125 = 521 (100%)
R 170 of 521 ~ 32.63%
G 226 of 521 ~ 43.38%
B 125 of 521 ~ 23.99'%

%32.63
%43.38
%23.99

CMYK color model

#AAE27D color CMYK value is (25,0,45,11).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 44.69%
  • key color value is 11.37%

CMYK: (25,0,45,11)
C25M0Y45K11 (25%, 0%, 45%, 11%)
(0.25 / 0.00 / 0.45 / 0.11)

CMYK percentages

%24.78
%0
%44.69
%11.37

Codes

Color #AAE27D in popluar color models

AA E2 7D
RGB 170 226 125
HSL 93° 63.52% 68.82%
HSB/HSV 93° 44.69% 88.63%
CMYK 24.78% 0.00% 44.69%
11.37%

Color #AAE27D in popluar number systems.

HEX AA E2 7D
Decimal 170 226 125
Binary 10101010 11100010 1111101
Octal 252 342 175

Shades and tints

Shades of #AAE27D

#AAE27D
(170,226,125)
#9BCE72
(155,206,114)
#8CBA67
(140,186,103)
#7DA65C
(125,166,92)
#6E9251
(110,146,81)
#5F7E46
(95,126,70)
#506A3B
(80,106,59)
#415630
(65,86,48)
#324225
(50,66,37)
#232E1A
(35,46,26)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #AAE27D

#AAE27D
(170,226,125)
#B1E488
(177,228,136)
#B8E693
(184,230,147)
#BFE89E
(191,232,158)
#C6EAA9
(198,234,169)
#CDECB4
(205,236,180)
#D4EEBF
(212,238,191)
#DBF0CA
(219,240,202)
#E2F2D5
(226,242,213)
#E9F4E0
(233,244,224)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE27D color. Also use rgb(170,226,125) instead hex code.

Text Font Color

.myTextColor { color: #AAE27D; }

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

This text font color is #AAE27D.

Background Color

.myBgColor { background-color: #AAE27D; }

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

This div background color is #AAE27D.

Border color

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

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

This div border color is #AAE27D.

Opacity

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

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

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

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

This text has shadow with #AAE27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE27D.

Preview

Color preview on black background

This text has color #AAE27D on black background.


Color preview on white background

This text has color #AAE27D on white background.


Black color preview on #AAE27D background

This text has black color on #AAE27D background.


White color preview on #AAE27D background

This text has white color on #AAE27D background.


Related colors

Complementary color

Complementary color for #hex is #551D82.


I love getcolorcode.com

Triadic colors

1 #7DAAE2 and #E27DAA with #AAE27D are triadic colors.

2 #7DE2AA and #E2AA7D with #AAE27D are triadic colors.