COLOR #AFC97A

HEX: #AFC97A
RGB: (175,201,122)

Color info

#AFC97A contains mainly red and green colors. Web safe color of #AFC97A is #99CC66 (or #9C6).

RGB color model

#AFC97A color RGB value is (175,201,122).

  • red value is 175;
  • green value is 201;
  • blue value is 122.
RGB:
(175,201,122)
(69%,79%,48%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 122 of 255 = 48%

175
201
122

R + G + B ~ 65%. #AFC97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 122 = 498 (100%)
R 175 of 498 ~ 35.14%
G 201 of 498 ~ 40.36%
B 122 of 498 ~ 24.5%

%35.14
%40.36
%24.5

CMYK color model

#AFC97A color CMYK value is (13,0,39,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 21.18%
CMYK:
(13,0,39,21)
C13M0Y39K21 
(13%,0%,39%,21%)
(0.13/0.00/0.39/0.21)	

CMYK percentages

%12.94
%0
%39.3
%21.18

Codes

Color #AFC97A in popluar color models

AFC97A
RGB175201122
HSL80°42.25%63.33%
HSB/HSV80°39.30%78.82%
CMYK12.94%0.00%39.30%
21.18%

Color #AFC97A in popluar number systems.

HEXAFC97A
Decimal175201122
Binary10101111110010011111010
Octal257311172

Shades and tints

Shades of #AFC97A

#AFC97A
(175,201,122)
#A0B76F
(160,183,111)
#91A564
(145,165,100)
#829359
(130,147,89)
#73814E
(115,129,78)
#646F43
(100,111,67)
#555D38
(85,93,56)
#464B2D
(70,75,45)
#373922
(55,57,34)
#282717
(40,39,23)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AFC97A

#AFC97A
(175,201,122)
#B6CD86
(182,205,134)
#BDD192
(189,209,146)
#C4D59E
(196,213,158)
#CBD9AA
(203,217,170)
#D2DDB6
(210,221,182)
#D9E1C2
(217,225,194)
#E0E5CE
(224,229,206)
#E7E9DA
(231,233,218)
#EEEDE6
(238,237,230)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC97A color. Also use rgb(175,201,122) instead hex code.

Text Font Color

.myTextColor { color: #AFC97A; }

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

This text font color is #AFC97A.


Background Color

.myBgColor { background-color: #AFC97A; }

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

This div background color is #AFC97A.


Border color

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

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

This div border color is #AFC97A.


Opacity

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

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

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

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

This text has shadow with #AFC97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC97A on black background.


Color preview on white background

This text has color #AFC97A on white background.



Black color preview on #AFC97A background

This text has black color on #AFC97A background.


White color preview on #AFC97A background

This text has white color on #AFC97A background.