COLOR #AAEF47

HEX: #AAEF47
RGB: (170,239,71)

Color info

#AAEF47 contains mainly green color. Web safe color of #AAEF47 is #99FF33 (or #9F3).

RGB color model

#AAEF47 color RGB value is (170,239,71).

  • red value is 170;
  • green value is 239;
  • blue value is 71.
RGB:
(170,239,71)
(67%,94%,28%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 71 of 255 = 28%

170
239
71

R + G + B ~ 63%. #AAEF47 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 71 = 480 (100%)
R 170 of 480 ~ 35.42%
G 239 of 480 ~ 49.79%
B 71 of 480 ~ 14.79%

%35.42
%49.79
%14.79

CMYK color model

#AAEF47 color CMYK value is (29,0,70,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 70.29%
  • key color value is 6.27%
CMYK:
(29,0,70,6)
C29M0Y70K6 
(29%,0%,70%,6%)
(0.29/0.00/0.70/0.06)	

CMYK percentages

%28.87
%0
%70.29
%6.27

Codes

Color #AAEF47 in popluar color models

AAEF47
RGB17023971
HSL85°84.00%60.78%
HSB/HSV85°70.29%93.73%
CMYK28.87%0.00%70.29%
6.27%

Color #AAEF47 in popluar number systems.

HEXAAEF47
Decimal17023971
Binary10101010111011111000111
Octal252357107

Shades and tints

Shades of #AAEF47

#AAEF47
(170,239,71)
#9BDA41
(155,218,65)
#8CC53B
(140,197,59)
#7DB035
(125,176,53)
#6E9B2F
(110,155,47)
#5F8629
(95,134,41)
#507123
(80,113,35)
#415C1D
(65,92,29)
#324717
(50,71,23)
#233211
(35,50,17)
#141D0B
(20,29,11)
#000000
(0,0,0)

Tints of #AAEF47

#AAEF47
(170,239,71)
#B1F057
(177,240,87)
#B8F167
(184,241,103)
#BFF277
(191,242,119)
#C6F387
(198,243,135)
#CDF497
(205,244,151)
#D4F5A7
(212,245,167)
#DBF6B7
(219,246,183)
#E2F7C7
(226,247,199)
#E9F8D7
(233,248,215)
#F0F9E7
(240,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEF47 color. Also use rgb(170,239,71) instead hex code.

Text Font Color

.myTextColor { color: #AAEF47; }

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

This text font color is #AAEF47.


Background Color

.myBgColor { background-color: #AAEF47; }

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

This div background color is #AAEF47.


Border color

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

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

This div border color is #AAEF47.


Opacity

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

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

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

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

This text has shadow with #AAEF47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEF47 on black background.


Color preview on white background

This text has color #AAEF47 on white background.



Black color preview on #AAEF47 background

This text has black color on #AAEF47 background.


White color preview on #AAEF47 background

This text has white color on #AAEF47 background.