COLOR #AFE1A4

HEX: #AFE1A4 RGB: (175,225,164)

Color info

#AFE1A4 contains mainly red and green colors. Web safe color of #AFE1A4 is #99CC99 (or #9C9).

RGB color model

#AFE1A4 color RGB value is (175,225,164).

RGB: (175,225,164) (69%, 88%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 164 of 255 = 64%

175
225
164

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

Portions of RGB colors in percentages

R + G + B = 175 + 225 + 164 = 564 (100%)
R 175 of 564 ~ 31.03%
G 225 of 564 ~ 39.89%
B 164 of 564 ~ 29.08'%

%31.03
%39.89
%29.08

CMYK color model

#AFE1A4 color CMYK value is (22,0,27,12).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 27.11%
  • key color value is 11.76%

CMYK: (22,0,27,12)
C22M0Y27K12 (22%, 0%, 27%, 12%)
(0.22 / 0.00 / 0.27 / 0.12)

CMYK percentages

%22.22
%0
%27.11
%11.76

Codes

Color #AFE1A4 in popluar color models

AF E1 A4
RGB 175 225 164
HSL 109° 50.41% 76.27%
HSB/HSV 109° 27.11% 88.24%
CMYK 22.22% 0.00% 27.11%
11.76%

Color #AFE1A4 in popluar number systems.

HEX AF E1 A4
Decimal 175 225 164
Binary 10101111 11100001 10100100
Octal 257 341 244

Shades and tints

Shades of #AFE1A4

#AFE1A4
(175,225,164)
#A0CD96
(160,205,150)
#91B988
(145,185,136)
#82A57A
(130,165,122)
#73916C
(115,145,108)
#647D5E
(100,125,94)
#556950
(85,105,80)
#465542
(70,85,66)
#374134
(55,65,52)
#282D26
(40,45,38)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFE1A4

#AFE1A4
(175,225,164)
#B6E3AC
(182,227,172)
#BDE5B4
(189,229,180)
#C4E7BC
(196,231,188)
#CBE9C4
(203,233,196)
#D2EBCC
(210,235,204)
#D9EDD4
(217,237,212)
#E0EFDC
(224,239,220)
#E7F1E4
(231,241,228)
#EEF3EC
(238,243,236)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE1A4 color. Also use rgb(175,225,164) instead hex code.

Text Font Color

.myTextColor { color: #AFE1A4; }

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

This text font color is #AFE1A4.

Background Color

.myBgColor { background-color: #AFE1A4; }

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

This div background color is #AFE1A4.

Border color

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

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

This div border color is #AFE1A4.

Opacity

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

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

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

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

This text has shadow with #AFE1A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE1A4.

Preview

Color preview on black background

This text has color #AFE1A4 on black background.


Color preview on white background

This text has color #AFE1A4 on white background.


Black color preview on #AFE1A4 background

This text has black color on #AFE1A4 background.


White color preview on #AFE1A4 background

This text has white color on #AFE1A4 background.


Related colors

Complementary color

Complementary color for #hex is #501E5B.


I love getcolorcode.com

Triadic colors

1 #A4AFE1 and #E1A4AF with #AFE1A4 are triadic colors.

2 #A4E1AF and #E1AFA4 with #AFE1A4 are triadic colors.