COLOR #AFD19D

HEX: #AFD19D
RGB: (175,209,157)

Color info

#AFD19D contains red, green and blue colors in about the same proportion. Web safe color of #AFD19D is #99CC99 (or #9C9).

RGB color model

#AFD19D color RGB value is (175,209,157).

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

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 157 of 255 = 62%

175
209
157

R + G + B ~ 71%. #AFD19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 157 = 541 (100%)
R 175 of 541 ~ 32.35%
G 209 of 541 ~ 38.63%
B 157 of 541 ~ 29.02%

%32.35
%38.63
%29.02

CMYK color model

#AFD19D color CMYK value is (16,0,25,18).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(16,0,25,18)
C16M0Y25K18 
(16%,0%,25%,18%)
(0.16/0.00/0.25/0.18)	

CMYK percentages

%16.27
%0
%24.88
%18.04

Codes

Color #AFD19D in popluar color models

AFD19D
RGB175209157
HSL99°36.11%71.76%
HSB/HSV99°24.88%81.96%
CMYK16.27%0.00%24.88%
18.04%

Color #AFD19D in popluar number systems.

HEXAFD19D
Decimal175209157
Binary101011111101000110011101
Octal257321235

Shades and tints

Shades of #AFD19D

#AFD19D
(175,209,157)
#A0BE8F
(160,190,143)
#91AB81
(145,171,129)
#829873
(130,152,115)
#738565
(115,133,101)
#647257
(100,114,87)
#555F49
(85,95,73)
#464C3B
(70,76,59)
#37392D
(55,57,45)
#28261F
(40,38,31)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFD19D

#AFD19D
(175,209,157)
#B6D5A5
(182,213,165)
#BDD9AD
(189,217,173)
#C4DDB5
(196,221,181)
#CBE1BD
(203,225,189)
#D2E5C5
(210,229,197)
#D9E9CD
(217,233,205)
#E0EDD5
(224,237,213)
#E7F1DD
(231,241,221)
#EEF5E5
(238,245,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD19D; }

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

This text font color is #AFD19D.


Background Color

.myBgColor { background-color: #AFD19D; }

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

This div background color is #AFD19D.


Border color

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

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

This div border color is #AFD19D.


Opacity

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

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

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

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

This text has shadow with #AFD19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD19D on black background.


Color preview on white background

This text has color #AFD19D on white background.



Black color preview on #AFD19D background

This text has black color on #AFD19D background.


White color preview on #AFD19D background

This text has white color on #AFD19D background.