COLOR #AFE9AA

HEX: #AFE9AA
RGB: (175,233,170)

Color info

#AFE9AA contains mainly red and green colors. Web safe color of #AFE9AA is #99FF99 (or #9F9).

RGB color model

#AFE9AA color RGB value is (175,233,170).

  • red value is 175;
  • green value is 233;
  • blue value is 170.
RGB:
(175,233,170)
(69%,91%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 170 of 255 = 67%

175
233
170

R + G + B ~ 76%. #AFE9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 233 + 170 = 578 (100%)
R 175 of 578 ~ 30.28%
G 233 of 578 ~ 40.31%
B 170 of 578 ~ 29.41%

%30.28
%40.31
%29.41

CMYK color model

#AFE9AA color CMYK value is (25,0,27,9).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 8.63%
CMYK:
(25,0,27,9)
C25M0Y27K9 
(25%,0%,27%,9%)
(0.25/0.00/0.27/0.09)	

CMYK percentages

%24.89
%0
%27.04
%8.63

Codes

Color #AFE9AA in popluar color models

AFE9AA
RGB175233170
HSL115°58.88%79.02%
HSB/HSV115°27.04%91.37%
CMYK24.89%0.00%27.04%
8.63%

Color #AFE9AA in popluar number systems.

HEXAFE9AA
Decimal175233170
Binary101011111110100110101010
Octal257351252

Shades and tints

Shades of #AFE9AA

#AFE9AA
(175,233,170)
#A0D49B
(160,212,155)
#91BF8C
(145,191,140)
#82AA7D
(130,170,125)
#73956E
(115,149,110)
#64805F
(100,128,95)
#556B50
(85,107,80)
#465641
(70,86,65)
#374132
(55,65,50)
#282C23
(40,44,35)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFE9AA

#AFE9AA
(175,233,170)
#B6EBB1
(182,235,177)
#BDEDB8
(189,237,184)
#C4EFBF
(196,239,191)
#CBF1C6
(203,241,198)
#D2F3CD
(210,243,205)
#D9F5D4
(217,245,212)
#E0F7DB
(224,247,219)
#E7F9E2
(231,249,226)
#EEFBE9
(238,251,233)
#F5FDF0
(245,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE9AA color. Also use rgb(175,233,170) instead hex code.

Text Font Color

.myTextColor { color: #AFE9AA; }

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

This text font color is #AFE9AA.


Background Color

.myBgColor { background-color: #AFE9AA; }

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

This div background color is #AFE9AA.


Border color

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

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

This div border color is #AFE9AA.


Opacity

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

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

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

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

This text has shadow with #AFE9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE9AA on black background.


Color preview on white background

This text has color #AFE9AA on white background.



Black color preview on #AFE9AA background

This text has black color on #AFE9AA background.


White color preview on #AFE9AA background

This text has white color on #AFE9AA background.