COLOR #AAF57F

HEX: #AAF57F
RGB: (170,245,127)

Color info

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

RGB color model

#AAF57F color RGB value is (170,245,127).

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

RGB channels and saturation

R 170 of 255 = 67%
G 245 of 255 = 96%
B 127 of 255 = 50%

170
245
127

R + G + B ~ 71%. #AAF57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 245 + 127 = 542 (100%)
R 170 of 542 ~ 31.37%
G 245 of 542 ~ 45.2%
B 127 of 542 ~ 23.43%

%31.37
%45.2
%23.43

CMYK color model

#AAF57F color CMYK value is (31,0,48,4).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 48.16%
  • key color value is 3.92%
CMYK:
(31,0,48,4)
C31M0Y48K4 
(31%,0%,48%,4%)
(0.31/0.00/0.48/0.04)	

CMYK percentages

%30.61
%0
%48.16
%3.92

Codes

Color #AAF57F in popluar color models

AAF57F
RGB170245127
HSL98°85.51%72.94%
HSB/HSV98°48.16%96.08%
CMYK30.61%0.00%48.16%
3.92%

Color #AAF57F in popluar number systems.

HEXAAF57F
Decimal170245127
Binary10101010111101011111111
Octal252365177

Shades and tints

Shades of #AAF57F

#AAF57F
(170,245,127)
#9BDF74
(155,223,116)
#8CC969
(140,201,105)
#7DB35E
(125,179,94)
#6E9D53
(110,157,83)
#5F8748
(95,135,72)
#50713D
(80,113,61)
#415B32
(65,91,50)
#324527
(50,69,39)
#232F1C
(35,47,28)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #AAF57F

#AAF57F
(170,245,127)
#B1F58A
(177,245,138)
#B8F595
(184,245,149)
#BFF5A0
(191,245,160)
#C6F5AB
(198,245,171)
#CDF5B6
(205,245,182)
#D4F5C1
(212,245,193)
#DBF5CC
(219,245,204)
#E2F5D7
(226,245,215)
#E9F5E2
(233,245,226)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF57F; }

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

This text font color is #AAF57F.


Background Color

.myBgColor { background-color: #AAF57F; }

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

This div background color is #AAF57F.


Border color

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

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

This div border color is #AAF57F.


Opacity

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

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

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

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

This text has shadow with #AAF57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF57F on black background.


Color preview on white background

This text has color #AAF57F on white background.



Black color preview on #AAF57F background

This text has black color on #AAF57F background.


White color preview on #AAF57F background

This text has white color on #AAF57F background.