COLOR #AFE4A5

HEX: #AFE4A5
RGB: (175,228,165)

Color info

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

RGB color model

#AFE4A5 color RGB value is (175,228,165).

  • red value is 175;
  • green value is 228;
  • blue value is 165.
RGB:
(175,228,165)
(69%,89%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 165 of 255 = 65%

175
228
165

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

Portions of RGB colors in percentages

R + G + B =
175 + 228 + 165 = 568 (100%)
R 175 of 568 ~ 30.81%
G 228 of 568 ~ 40.14%
B 165 of 568 ~ 29.05%

%30.81
%40.14
%29.05

CMYK color model

#AFE4A5 color CMYK value is (23,0,28,11).

  • cyan value is 23.25%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 10.59%
CMYK:
(23,0,28,11)
C23M0Y28K11 
(23%,0%,28%,11%)
(0.23/0.00/0.28/0.11)	

CMYK percentages

%23.25
%0
%27.63
%10.59

Codes

Color #AFE4A5 in popluar color models

AFE4A5
RGB175228165
HSL110°53.85%77.06%
HSB/HSV110°27.63%89.41%
CMYK23.25%0.00%27.63%
10.59%

Color #AFE4A5 in popluar number systems.

HEXAFE4A5
Decimal175228165
Binary101011111110010010100101
Octal257344245

Shades and tints

Shades of #AFE4A5

#AFE4A5
(175,228,165)
#A0D096
(160,208,150)
#91BC87
(145,188,135)
#82A878
(130,168,120)
#739469
(115,148,105)
#64805A
(100,128,90)
#556C4B
(85,108,75)
#46583C
(70,88,60)
#37442D
(55,68,45)
#28301E
(40,48,30)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #AFE4A5

#AFE4A5
(175,228,165)
#B6E6AD
(182,230,173)
#BDE8B5
(189,232,181)
#C4EABD
(196,234,189)
#CBECC5
(203,236,197)
#D2EECD
(210,238,205)
#D9F0D5
(217,240,213)
#E0F2DD
(224,242,221)
#E7F4E5
(231,244,229)
#EEF6ED
(238,246,237)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE4A5 color. Also use rgb(175,228,165) instead hex code.

Text Font Color

.myTextColor { color: #AFE4A5; }

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

This text font color is #AFE4A5.


Background Color

.myBgColor { background-color: #AFE4A5; }

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

This div background color is #AFE4A5.


Border color

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

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

This div border color is #AFE4A5.


Opacity

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

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

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

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

This text has shadow with #AFE4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE4A5 on black background.


Color preview on white background

This text has color #AFE4A5 on white background.



Black color preview on #AFE4A5 background

This text has black color on #AFE4A5 background.


White color preview on #AFE4A5 background

This text has white color on #AFE4A5 background.