COLOR #AFE29D

HEX: #AFE29D
RGB: (175,226,157)

Color info

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

RGB color model

#AFE29D color RGB value is (175,226,157).

  • red value is 175;
  • green value is 226;
  • blue value is 157.
RGB:
(175,226,157)
(69%,89%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 157 of 255 = 62%

175
226
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 226 + 157 = 558 (100%)
R 175 of 558 ~ 31.36%
G 226 of 558 ~ 40.5%
B 157 of 558 ~ 28.14%

%31.36
%40.5
%28.14

CMYK color model

#AFE29D color CMYK value is (23,0,31,11).

  • cyan value is 22.57%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 11.37%
CMYK:
(23,0,31,11)
C23M0Y31K11 
(23%,0%,31%,11%)
(0.23/0.00/0.31/0.11)	

CMYK percentages

%22.57
%0
%30.53
%11.37

Codes

Color #AFE29D in popluar color models

AFE29D
RGB175226157
HSL104°54.33%75.10%
HSB/HSV104°30.53%88.63%
CMYK22.57%0.00%30.53%
11.37%

Color #AFE29D in popluar number systems.

HEXAFE29D
Decimal175226157
Binary101011111110001010011101
Octal257342235

Shades and tints

Shades of #AFE29D

#AFE29D
(175,226,157)
#A0CE8F
(160,206,143)
#91BA81
(145,186,129)
#82A673
(130,166,115)
#739265
(115,146,101)
#647E57
(100,126,87)
#556A49
(85,106,73)
#46563B
(70,86,59)
#37422D
(55,66,45)
#282E1F
(40,46,31)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFE29D

#AFE29D
(175,226,157)
#B6E4A5
(182,228,165)
#BDE6AD
(189,230,173)
#C4E8B5
(196,232,181)
#CBEABD
(203,234,189)
#D2ECC5
(210,236,197)
#D9EECD
(217,238,205)
#E0F0D5
(224,240,213)
#E7F2DD
(231,242,221)
#EEF4E5
(238,244,229)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE29D color. Also use rgb(175,226,157) instead hex code.

Text Font Color

.myTextColor { color: #AFE29D; }

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

This text font color is #AFE29D.


Background Color

.myBgColor { background-color: #AFE29D; }

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

This div background color is #AFE29D.


Border color

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

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

This div border color is #AFE29D.


Opacity

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

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

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

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

This text has shadow with #AFE29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE29D on black background.


Color preview on white background

This text has color #AFE29D on white background.



Black color preview on #AFE29D background

This text has black color on #AFE29D background.


White color preview on #AFE29D background

This text has white color on #AFE29D background.