COLOR #AFE0AA

HEX: #AFE0AA RGB: (175,224,170)

Color info

#AFE0AA contains red, green and blue colors in about the same proportion. Web safe color of #AFE0AA is #99CC99 (or #9C9).

RGB color model

#AFE0AA color RGB value is (175,224,170).

RGB: (175,224,170) (69%, 88%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 170 of 255 = 67%

175
224
170

R + G + B ~ 75%. #AFE0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 224 + 170 = 569 (100%)
R 175 of 569 ~ 30.76%
G 224 of 569 ~ 39.37%
B 170 of 569 ~ 29.88'%

%30.76
%39.37
%29.88

CMYK color model

#AFE0AA color CMYK value is (22,0,24,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%

CMYK: (22,0,24,12)
C22M0Y24K12 (22%, 0%, 24%, 12%)
(0.22 / 0.00 / 0.24 / 0.12)

CMYK percentages

%21.88
%0
%24.11
%12.16

Codes

Color #AFE0AA in popluar color models

AF E0 AA
RGB 175 224 170
HSL 114° 46.55% 77.25%
HSB/HSV 114° 24.11% 87.84%
CMYK 21.88% 0.00% 24.11%
12.16%

Color #AFE0AA in popluar number systems.

HEX AF E0 AA
Decimal 175 224 170
Binary 10101111 11100000 10101010
Octal 257 340 252

Shades and tints

Shades of #AFE0AA

#AFE0AA
(175,224,170)
#A0CC9B
(160,204,155)
#91B88C
(145,184,140)
#82A47D
(130,164,125)
#73906E
(115,144,110)
#647C5F
(100,124,95)
#556850
(85,104,80)
#465441
(70,84,65)
#374032
(55,64,50)
#282C23
(40,44,35)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFE0AA

#AFE0AA
(175,224,170)
#B6E2B1
(182,226,177)
#BDE4B8
(189,228,184)
#C4E6BF
(196,230,191)
#CBE8C6
(203,232,198)
#D2EACD
(210,234,205)
#D9ECD4
(217,236,212)
#E0EEDB
(224,238,219)
#E7F0E2
(231,240,226)
#EEF2E9
(238,242,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE0AA; }

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

This text font color is #AFE0AA.

Background Color

.myBgColor { background-color: #AFE0AA; }

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

This div background color is #AFE0AA.

Border color

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

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

This div border color is #AFE0AA.

Opacity

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

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

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

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

This text has shadow with #AFE0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE0AA.

Preview

Color preview on black background

This text has color #AFE0AA on black background.


Color preview on white background

This text has color #AFE0AA on white background.


Black color preview on #AFE0AA background

This text has black color on #AFE0AA background.


White color preview on #AFE0AA background

This text has white color on #AFE0AA background.


Related colors

Complementary color

Complementary color for #hex is #501F55.


I love getcolorcode.com

Triadic colors

1 #AAAFE0 and #E0AAAF with #AFE0AA are triadic colors.

2 #AAE0AF and #E0AFAA with #AFE0AA are triadic colors.