COLOR #AAE688

HEX: #AAE688 RGB: (170,230,136)

Color info

#AAE688 contains mainly green color. Web safe color of #AAE688 is #99CC99 (or #9C9).

RGB color model

#AAE688 color RGB value is (170,230,136).

RGB: (170,230,136) (67%, 90%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 136 of 255 = 53%

170
230
136

R + G + B ~ 70%. #AAE688 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 230 + 136 = 536 (100%)
R 170 of 536 ~ 31.72%
G 230 of 536 ~ 42.91%
B 136 of 536 ~ 25.37'%

%31.72
%42.91
%25.37

CMYK color model

#AAE688 color CMYK value is (26,0,41,10).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 40.87%
  • key color value is 9.80%

CMYK: (26,0,41,10)
C26M0Y41K10 (26%, 0%, 41%, 10%)
(0.26 / 0.00 / 0.41 / 0.10)

CMYK percentages

%26.09
%0
%40.87
%9.8

Codes

Color #AAE688 in popluar color models

AA E6 88
RGB 170 230 136
HSL 98° 65.28% 71.76%
HSB/HSV 98° 40.87% 90.20%
CMYK 26.09% 0.00% 40.87%
9.80%

Color #AAE688 in popluar number systems.

HEX AA E6 88
Decimal 170 230 136
Binary 10101010 11100110 10001000
Octal 252 346 210

Shades and tints

Shades of #AAE688

#AAE688
(170,230,136)
#9BD27C
(155,210,124)
#8CBE70
(140,190,112)
#7DAA64
(125,170,100)
#6E9658
(110,150,88)
#5F824C
(95,130,76)
#506E40
(80,110,64)
#415A34
(65,90,52)
#324628
(50,70,40)
#23321C
(35,50,28)
#141E10
(20,30,16)
#000000
(0,0,0)

Tints of #AAE688

#AAE688
(170,230,136)
#B1E892
(177,232,146)
#B8EA9C
(184,234,156)
#BFECA6
(191,236,166)
#C6EEB0
(198,238,176)
#CDF0BA
(205,240,186)
#D4F2C4
(212,242,196)
#DBF4CE
(219,244,206)
#E2F6D8
(226,246,216)
#E9F8E2
(233,248,226)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE688 color. Also use rgb(170,230,136) instead hex code.

Text Font Color

.myTextColor { color: #AAE688; }

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

This text font color is #AAE688.

Background Color

.myBgColor { background-color: #AAE688; }

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

This div background color is #AAE688.

Border color

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

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

This div border color is #AAE688.

Opacity

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

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

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

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

This text has shadow with #AAE688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE688.

Preview

Color preview on black background

This text has color #AAE688 on black background.


Color preview on white background

This text has color #AAE688 on white background.


Black color preview on #AAE688 background

This text has black color on #AAE688 background.


White color preview on #AAE688 background

This text has white color on #AAE688 background.


Related colors

Complementary color

Complementary color for #hex is #551977.


I love getcolorcode.com

Triadic colors

1 #88AAE6 and #E688AA with #AAE688 are triadic colors.

2 #88E6AA and #E6AA88 with #AAE688 are triadic colors.