COLOR #AFE9A5

HEX: #AFE9A5 RGB: (175,233,165)

Color info

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

RGB color model

#AFE9A5 color RGB value is (175,233,165).

RGB: (175,233,165) (69%, 91%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 165 of 255 = 65%

175
233
165

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

Portions of RGB colors in percentages

R + G + B = 175 + 233 + 165 = 573 (100%)
R 175 of 573 ~ 30.54%
G 233 of 573 ~ 40.66%
B 165 of 573 ~ 28.8'%

%30.54
%40.66
%28.8

CMYK color model

#AFE9A5 color CMYK value is (25,0,29,9).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 29.18%
  • key color value is 8.63%

CMYK: (25,0,29,9)
C25M0Y29K9 (25%, 0%, 29%, 9%)
(0.25 / 0.00 / 0.29 / 0.09)

CMYK percentages

%24.89
%0
%29.18
%8.63

Codes

Color #AFE9A5 in popluar color models

AF E9 A5
RGB 175 233 165
HSL 111° 60.71% 78.04%
HSB/HSV 111° 29.18% 91.37%
CMYK 24.89% 0.00% 29.18%
8.63%

Color #AFE9A5 in popluar number systems.

HEX AF E9 A5
Decimal 175 233 165
Binary 10101111 11101001 10100101
Octal 257 351 245

Shades and tints

Shades of #AFE9A5

#AFE9A5
(175,233,165)
#A0D496
(160,212,150)
#91BF87
(145,191,135)
#82AA78
(130,170,120)
#739569
(115,149,105)
#64805A
(100,128,90)
#556B4B
(85,107,75)
#46563C
(70,86,60)
#37412D
(55,65,45)
#282C1E
(40,44,30)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #AFE9A5

#AFE9A5
(175,233,165)
#B6EBAD
(182,235,173)
#BDEDB5
(189,237,181)
#C4EFBD
(196,239,189)
#CBF1C5
(203,241,197)
#D2F3CD
(210,243,205)
#D9F5D5
(217,245,213)
#E0F7DD
(224,247,221)
#E7F9E5
(231,249,229)
#EEFBED
(238,251,237)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE9A5; }

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

This text font color is #AFE9A5.

Background Color

.myBgColor { background-color: #AFE9A5; }

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

This div background color is #AFE9A5.

Border color

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

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

This div border color is #AFE9A5.

Opacity

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

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

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

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

This text has shadow with #AFE9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE9A5.

Preview

Color preview on black background

This text has color #AFE9A5 on black background.


Color preview on white background

This text has color #AFE9A5 on white background.


Black color preview on #AFE9A5 background

This text has black color on #AFE9A5 background.


White color preview on #AFE9A5 background

This text has white color on #AFE9A5 background.


Related colors

Complementary color

Complementary color for #hex is #50165A.


I love getcolorcode.com

Triadic colors

1 #A5AFE9 and #E9A5AF with #AFE9A5 are triadic colors.

2 #A5E9AF and #E9AFA5 with #AFE9A5 are triadic colors.