COLOR #AAF994

HEX: #AAF994
RGB: (170,249,148)

Color info

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

RGB color model

#AAF994 color RGB value is (170,249,148).

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

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 148 of 255 = 58%

170
249
148

R + G + B ~ 74%. #AAF994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 249 + 148 = 567 (100%)
R 170 of 567 ~ 29.98%
G 249 of 567 ~ 43.92%
B 148 of 567 ~ 26.1%

%29.98
%43.92
%26.1

CMYK color model

#AAF994 color CMYK value is (32,0,41,2).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 40.56%
  • key color value is 2.35%
CMYK:
(32,0,41,2)
C32M0Y41K2 
(32%,0%,41%,2%)
(0.32/0.00/0.41/0.02)	

CMYK percentages

%31.73
%0
%40.56
%2.35

Codes

Color #AAF994 in popluar color models

AAF994
RGB170249148
HSL107°89.38%77.84%
HSB/HSV107°40.56%97.65%
CMYK31.73%0.00%40.56%
2.35%

Color #AAF994 in popluar number systems.

HEXAAF994
Decimal170249148
Binary101010101111100110010100
Octal252371224

Shades and tints

Shades of #AAF994

#AAF994
(170,249,148)
#9BE387
(155,227,135)
#8CCD7A
(140,205,122)
#7DB76D
(125,183,109)
#6EA160
(110,161,96)
#5F8B53
(95,139,83)
#507546
(80,117,70)
#415F39
(65,95,57)
#32492C
(50,73,44)
#23331F
(35,51,31)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #AAF994

#AAF994
(170,249,148)
#B1F99D
(177,249,157)
#B8F9A6
(184,249,166)
#BFF9AF
(191,249,175)
#C6F9B8
(198,249,184)
#CDF9C1
(205,249,193)
#D4F9CA
(212,249,202)
#DBF9D3
(219,249,211)
#E2F9DC
(226,249,220)
#E9F9E5
(233,249,229)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF994; }

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

This text font color is #AAF994.


Background Color

.myBgColor { background-color: #AAF994; }

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

This div background color is #AAF994.


Border color

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

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

This div border color is #AAF994.


Opacity

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

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

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

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

This text has shadow with #AAF994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF994 on black background.


Color preview on white background

This text has color #AAF994 on white background.



Black color preview on #AAF994 background

This text has black color on #AAF994 background.


White color preview on #AAF994 background

This text has white color on #AAF994 background.