COLOR #AAEF7F

HEX: #AAEF7F
RGB: (170,239,127)

Color info

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

RGB color model

#AAEF7F color RGB value is (170,239,127).

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

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 127 of 255 = 50%

170
239
127

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

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 127 = 536 (100%)
R 170 of 536 ~ 31.72%
G 239 of 536 ~ 44.59%
B 127 of 536 ~ 23.69%

%31.72
%44.59
%23.69

CMYK color model

#AAEF7F color CMYK value is (29,0,47,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(29,0,47,6)
C29M0Y47K6 
(29%,0%,47%,6%)
(0.29/0.00/0.47/0.06)	

CMYK percentages

%28.87
%0
%46.86
%6.27

Codes

Color #AAEF7F in popluar color models

AAEF7F
RGB170239127
HSL97°77.78%71.76%
HSB/HSV97°46.86%93.73%
CMYK28.87%0.00%46.86%
6.27%

Color #AAEF7F in popluar number systems.

HEXAAEF7F
Decimal170239127
Binary10101010111011111111111
Octal252357177

Shades and tints

Shades of #AAEF7F

#AAEF7F
(170,239,127)
#9BDA74
(155,218,116)
#8CC569
(140,197,105)
#7DB05E
(125,176,94)
#6E9B53
(110,155,83)
#5F8648
(95,134,72)
#50713D
(80,113,61)
#415C32
(65,92,50)
#324727
(50,71,39)
#23321C
(35,50,28)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #AAEF7F

#AAEF7F
(170,239,127)
#B1F08A
(177,240,138)
#B8F195
(184,241,149)
#BFF2A0
(191,242,160)
#C6F3AB
(198,243,171)
#CDF4B6
(205,244,182)
#D4F5C1
(212,245,193)
#DBF6CC
(219,246,204)
#E2F7D7
(226,247,215)
#E9F8E2
(233,248,226)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEF7F; }

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

This text font color is #AAEF7F.


Background Color

.myBgColor { background-color: #AAEF7F; }

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

This div background color is #AAEF7F.


Border color

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

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

This div border color is #AAEF7F.


Opacity

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

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

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

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

This text has shadow with #AAEF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEF7F on black background.


Color preview on white background

This text has color #AAEF7F on white background.



Black color preview on #AAEF7F background

This text has black color on #AAEF7F background.


White color preview on #AAEF7F background

This text has white color on #AAEF7F background.