COLOR #AAF987

HEX: #AAF987
RGB: (170,249,135)

Color info

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

RGB color model

#AAF987 color RGB value is (170,249,135).

  • red value is 170;
  • green value is 249;
  • blue value is 135.
RGB:
(170,249,135)
(67%,98%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 135 of 255 = 53%

170
249
135

R + G + B ~ 73%. #AAF987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 249 + 135 = 554 (100%)
R 170 of 554 ~ 30.69%
G 249 of 554 ~ 44.95%
B 135 of 554 ~ 24.37%

%30.69
%44.95
%24.37

CMYK color model

#AAF987 color CMYK value is (32,0,46,2).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 2.35%
CMYK:
(32,0,46,2)
C32M0Y46K2 
(32%,0%,46%,2%)
(0.32/0.00/0.46/0.02)	

CMYK percentages

%31.73
%0
%45.78
%2.35

Codes

Color #AAF987 in popluar color models

AAF987
RGB170249135
HSL102°90.48%75.29%
HSB/HSV102°45.78%97.65%
CMYK31.73%0.00%45.78%
2.35%

Color #AAF987 in popluar number systems.

HEXAAF987
Decimal170249135
Binary101010101111100110000111
Octal252371207

Shades and tints

Shades of #AAF987

#AAF987
(170,249,135)
#9BE37B
(155,227,123)
#8CCD6F
(140,205,111)
#7DB763
(125,183,99)
#6EA157
(110,161,87)
#5F8B4B
(95,139,75)
#50753F
(80,117,63)
#415F33
(65,95,51)
#324927
(50,73,39)
#23331B
(35,51,27)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #AAF987

#AAF987
(170,249,135)
#B1F991
(177,249,145)
#B8F99B
(184,249,155)
#BFF9A5
(191,249,165)
#C6F9AF
(198,249,175)
#CDF9B9
(205,249,185)
#D4F9C3
(212,249,195)
#DBF9CD
(219,249,205)
#E2F9D7
(226,249,215)
#E9F9E1
(233,249,225)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF987 color. Also use rgb(170,249,135) instead hex code.

Text Font Color

.myTextColor { color: #AAF987; }

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

This text font color is #AAF987.


Background Color

.myBgColor { background-color: #AAF987; }

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

This div background color is #AAF987.


Border color

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

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

This div border color is #AAF987.


Opacity

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

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

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

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

This text has shadow with #AAF987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF987 on black background.


Color preview on white background

This text has color #AAF987 on white background.



Black color preview on #AAF987 background

This text has black color on #AAF987 background.


White color preview on #AAF987 background

This text has white color on #AAF987 background.