COLOR #AAE767

HEX: #AAE767 RGB: (170,231,103)

Color info

#AAE767 contains mainly green color. Web safe color of #AAE767 is #99FF66 (or #9F6).

RGB color model

#AAE767 color RGB value is (170,231,103).

RGB: (170,231,103) (67%, 91%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 103 of 255 = 40%

170
231
103

R + G + B ~ 66%. #AAE767 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 231 + 103 = 504 (100%)
R 170 of 504 ~ 33.73%
G 231 of 504 ~ 45.83%
B 103 of 504 ~ 20.44'%

%33.73
%45.83
%20.44

CMYK color model

#AAE767 color CMYK value is (26,0,55,9).

  • cyan value is 26.41%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 9.41%

CMYK: (26,0,55,9)
C26M0Y55K9 (26%, 0%, 55%, 9%)
(0.26 / 0.00 / 0.55 / 0.09)

CMYK percentages

%26.41
%0
%55.41
%9.41

Codes

Color #AAE767 in popluar color models

AA E7 67
RGB 170 231 103
HSL 89° 72.73% 65.49%
HSB/HSV 89° 55.41% 90.59%
CMYK 26.41% 0.00% 55.41%
9.41%

Color #AAE767 in popluar number systems.

HEX AA E7 67
Decimal 170 231 103
Binary 10101010 11100111 1100111
Octal 252 347 147

Shades and tints

Shades of #AAE767

#AAE767
(170,231,103)
#9BD25E
(155,210,94)
#8CBD55
(140,189,85)
#7DA84C
(125,168,76)
#6E9343
(110,147,67)
#5F7E3A
(95,126,58)
#506931
(80,105,49)
#415428
(65,84,40)
#323F1F
(50,63,31)
#232A16
(35,42,22)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #AAE767

#AAE767
(170,231,103)
#B1E974
(177,233,116)
#B8EB81
(184,235,129)
#BFED8E
(191,237,142)
#C6EF9B
(198,239,155)
#CDF1A8
(205,241,168)
#D4F3B5
(212,243,181)
#DBF5C2
(219,245,194)
#E2F7CF
(226,247,207)
#E9F9DC
(233,249,220)
#F0FBE9
(240,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE767; }

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

This text font color is #AAE767.

Background Color

.myBgColor { background-color: #AAE767; }

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

This div background color is #AAE767.

Border color

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

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

This div border color is #AAE767.

Opacity

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

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

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

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

This text has shadow with #AAE767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE767.

Preview

Color preview on black background

This text has color #AAE767 on black background.


Color preview on white background

This text has color #AAE767 on white background.


Black color preview on #AAE767 background

This text has black color on #AAE767 background.


White color preview on #AAE767 background

This text has white color on #AAE767 background.


Related colors

Complementary color

Complementary color for #hex is #551898.


I love getcolorcode.com

Triadic colors

1 #67AAE7 and #E767AA with #AAE767 are triadic colors.

2 #67E7AA and #E7AA67 with #AAE767 are triadic colors.