COLOR #AAEA82

HEX: #AAEA82
RGB: (170,234,130)

Color info

#AAEA82 contains mainly green color. Web safe color of #AAEA82 is #99FF99 (or #9F9).

RGB color model

#AAEA82 color RGB value is (170,234,130).

  • red value is 170;
  • green value is 234;
  • blue value is 130.
RGB:
(170,234,130)
(67%,92%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 234 of 255 = 92%
B 130 of 255 = 51%

170
234
130

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

Portions of RGB colors in percentages

R + G + B =
170 + 234 + 130 = 534 (100%)
R 170 of 534 ~ 31.84%
G 234 of 534 ~ 43.82%
B 130 of 534 ~ 24.34%

%31.84
%43.82
%24.34

CMYK color model

#AAEA82 color CMYK value is (27,0,44,8).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 8.24%
CMYK:
(27,0,44,8)
C27M0Y44K8 
(27%,0%,44%,8%)
(0.27/0.00/0.44/0.08)	

CMYK percentages

%27.35
%0
%44.44
%8.24

Codes

Color #AAEA82 in popluar color models

AAEA82
RGB170234130
HSL97°71.23%71.37%
HSB/HSV97°44.44%91.76%
CMYK27.35%0.00%44.44%
8.24%

Color #AAEA82 in popluar number systems.

HEXAAEA82
Decimal170234130
Binary101010101110101010000010
Octal252352202

Shades and tints

Shades of #AAEA82

#AAEA82
(170,234,130)
#9BD577
(155,213,119)
#8CC06C
(140,192,108)
#7DAB61
(125,171,97)
#6E9656
(110,150,86)
#5F814B
(95,129,75)
#506C40
(80,108,64)
#415735
(65,87,53)
#32422A
(50,66,42)
#232D1F
(35,45,31)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAEA82

#AAEA82
(170,234,130)
#B1EB8D
(177,235,141)
#B8EC98
(184,236,152)
#BFEDA3
(191,237,163)
#C6EEAE
(198,238,174)
#CDEFB9
(205,239,185)
#D4F0C4
(212,240,196)
#DBF1CF
(219,241,207)
#E2F2DA
(226,242,218)
#E9F3E5
(233,243,229)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEA82 color. Also use rgb(170,234,130) instead hex code.

Text Font Color

.myTextColor { color: #AAEA82; }

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

This text font color is #AAEA82.


Background Color

.myBgColor { background-color: #AAEA82; }

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

This div background color is #AAEA82.


Border color

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

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

This div border color is #AAEA82.


Opacity

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

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

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

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

This text has shadow with #AAEA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEA82 on black background.


Color preview on white background

This text has color #AAEA82 on white background.



Black color preview on #AAEA82 background

This text has black color on #AAEA82 background.


White color preview on #AAEA82 background

This text has white color on #AAEA82 background.