COLOR #AAE764

HEX: #AAE764
RGB: (170,231,100)

Color info

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

RGB color model

#AAE764 color RGB value is (170,231,100).

  • red value is 170;
  • green value is 231;
  • blue value is 100.
RGB:
(170,231,100)
(67%,91%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 100 of 255 = 39%

170
231
100

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

Portions of RGB colors in percentages

R + G + B =
170 + 231 + 100 = 501 (100%)
R 170 of 501 ~ 33.93%
G 231 of 501 ~ 46.11%
B 100 of 501 ~ 19.96%

%33.93
%46.11
%19.96

CMYK color model

#AAE764 color CMYK value is (26,0,57,9).

  • cyan value is 26.41%
  • magenta value is 0.00%
  • yellow value is 56.71%
  • key color value is 9.41%
CMYK:
(26,0,57,9)
C26M0Y57K9 
(26%,0%,57%,9%)
(0.26/0.00/0.57/0.09)	

CMYK percentages

%26.41
%0
%56.71
%9.41

Codes

Color #AAE764 in popluar color models

AAE764
RGB170231100
HSL88°73.18%64.90%
HSB/HSV88°56.71%90.59%
CMYK26.41%0.00%56.71%
9.41%

Color #AAE764 in popluar number systems.

HEXAAE764
Decimal170231100
Binary10101010111001111100100
Octal252347144

Shades and tints

Shades of #AAE764

#AAE764
(170,231,100)
#9BD25B
(155,210,91)
#8CBD52
(140,189,82)
#7DA849
(125,168,73)
#6E9340
(110,147,64)
#5F7E37
(95,126,55)
#50692E
(80,105,46)
#415425
(65,84,37)
#323F1C
(50,63,28)
#232A13
(35,42,19)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #AAE764

#AAE764
(170,231,100)
#B1E972
(177,233,114)
#B8EB80
(184,235,128)
#BFED8E
(191,237,142)
#C6EF9C
(198,239,156)
#CDF1AA
(205,241,170)
#D4F3B8
(212,243,184)
#DBF5C6
(219,245,198)
#E2F7D4
(226,247,212)
#E9F9E2
(233,249,226)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE764; }

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

This text font color is #AAE764.


Background Color

.myBgColor { background-color: #AAE764; }

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

This div background color is #AAE764.


Border color

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

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

This div border color is #AAE764.


Opacity

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

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

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

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

This text has shadow with #AAE764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE764 on black background.


Color preview on white background

This text has color #AAE764 on white background.



Black color preview on #AAE764 background

This text has black color on #AAE764 background.


White color preview on #AAE764 background

This text has white color on #AAE764 background.