COLOR #AFE1A0

HEX: #AFE1A0
RGB: (175,225,160)

Color info

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

RGB color model

#AFE1A0 color RGB value is (175,225,160).

  • red value is 175;
  • green value is 225;
  • blue value is 160.
RGB:
(175,225,160)
(69%,88%,63%)

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 160 of 255 = 63%

175
225
160

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

Portions of RGB colors in percentages

R + G + B =
175 + 225 + 160 = 560 (100%)
R 175 of 560 ~ 31.25%
G 225 of 560 ~ 40.18%
B 160 of 560 ~ 28.57%

%31.25
%40.18
%28.57

CMYK color model

#AFE1A0 color CMYK value is (22,0,29,12).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK:
(22,0,29,12)
C22M0Y29K12 
(22%,0%,29%,12%)
(0.22/0.00/0.29/0.12)	

CMYK percentages

%22.22
%0
%28.89
%11.76

Codes

Color #AFE1A0 in popluar color models

AFE1A0
RGB175225160
HSL106°52.00%75.49%
HSB/HSV106°28.89%88.24%
CMYK22.22%0.00%28.89%
11.76%

Color #AFE1A0 in popluar number systems.

HEXAFE1A0
Decimal175225160
Binary101011111110000110100000
Octal257341240

Shades and tints

Shades of #AFE1A0

#AFE1A0
(175,225,160)
#A0CD92
(160,205,146)
#91B984
(145,185,132)
#82A576
(130,165,118)
#739168
(115,145,104)
#647D5A
(100,125,90)
#55694C
(85,105,76)
#46553E
(70,85,62)
#374130
(55,65,48)
#282D22
(40,45,34)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFE1A0

#AFE1A0
(175,225,160)
#B6E3A8
(182,227,168)
#BDE5B0
(189,229,176)
#C4E7B8
(196,231,184)
#CBE9C0
(203,233,192)
#D2EBC8
(210,235,200)
#D9EDD0
(217,237,208)
#E0EFD8
(224,239,216)
#E7F1E0
(231,241,224)
#EEF3E8
(238,243,232)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE1A0; }

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

This text font color is #AFE1A0.


Background Color

.myBgColor { background-color: #AFE1A0; }

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

This div background color is #AFE1A0.


Border color

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

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

This div border color is #AFE1A0.


Opacity

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

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

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

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

This text has shadow with #AFE1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE1A0 on black background.


Color preview on white background

This text has color #AFE1A0 on white background.



Black color preview on #AFE1A0 background

This text has black color on #AFE1A0 background.


White color preview on #AFE1A0 background

This text has white color on #AFE1A0 background.