COLOR #AFC59D

HEX: #AFC59D
RGB: (175,197,157)

Color info

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

RGB color model

#AFC59D color RGB value is (175,197,157).

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

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 157 of 255 = 62%

175
197
157

R + G + B ~ 69%. #AFC59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 197 + 157 = 529 (100%)
R 175 of 529 ~ 33.08%
G 197 of 529 ~ 37.24%
B 157 of 529 ~ 29.68%

%33.08
%37.24
%29.68

CMYK color model

#AFC59D color CMYK value is (11,0,20,23).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK:
(11,0,20,23)
C11M0Y20K23 
(11%,0%,20%,23%)
(0.11/0.00/0.20/0.23)	

CMYK percentages

%11.17
%0
%20.3
%22.75

Codes

Color #AFC59D in popluar color models

AFC59D
RGB175197157
HSL93°25.64%69.41%
HSB/HSV93°20.30%77.25%
CMYK11.17%0.00%20.30%
22.75%

Color #AFC59D in popluar number systems.

HEXAFC59D
Decimal175197157
Binary101011111100010110011101
Octal257305235

Shades and tints

Shades of #AFC59D

#AFC59D
(175,197,157)
#A0B48F
(160,180,143)
#91A381
(145,163,129)
#829273
(130,146,115)
#738165
(115,129,101)
#647057
(100,112,87)
#555F49
(85,95,73)
#464E3B
(70,78,59)
#373D2D
(55,61,45)
#282C1F
(40,44,31)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #AFC59D

#AFC59D
(175,197,157)
#B6CAA5
(182,202,165)
#BDCFAD
(189,207,173)
#C4D4B5
(196,212,181)
#CBD9BD
(203,217,189)
#D2DEC5
(210,222,197)
#D9E3CD
(217,227,205)
#E0E8D5
(224,232,213)
#E7EDDD
(231,237,221)
#EEF2E5
(238,242,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC59D; }

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

This text font color is #AFC59D.


Background Color

.myBgColor { background-color: #AFC59D; }

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

This div background color is #AFC59D.


Border color

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

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

This div border color is #AFC59D.


Opacity

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

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

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

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

This text has shadow with #AFC59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC59D on black background.


Color preview on white background

This text has color #AFC59D on white background.



Black color preview on #AFC59D background

This text has black color on #AFC59D background.


White color preview on #AFC59D background

This text has white color on #AFC59D background.