COLOR #AFC497

HEX: #AFC497
RGB: (175,196,151)

Color info

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

RGB color model

#AFC497 color RGB value is (175,196,151).

  • red value is 175;
  • green value is 196;
  • blue value is 151.
RGB:
(175,196,151)
(69%,77%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 151 of 255 = 59%

175
196
151

R + G + B ~ 68%. #AFC497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 151 = 522 (100%)
R 175 of 522 ~ 33.52%
G 196 of 522 ~ 37.55%
B 151 of 522 ~ 28.93%

%33.52
%37.55
%28.93

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%
CMYK:
(11,0,23,23)
C11M0Y23K23 
(11%,0%,23%,23%)
(0.11/0.00/0.23/0.23)	

CMYK percentages

%10.71
%0
%22.96
%23.14

Codes

Color #AFC497 in popluar color models

AFC497
RGB175196151
HSL88°27.61%68.04%
HSB/HSV88°22.96%76.86%
CMYK10.71%0.00%22.96%
23.14%

Color #AFC497 in popluar number systems.

HEXAFC497
Decimal175196151
Binary101011111100010010010111
Octal257304227

Shades and tints

Shades of #AFC497

#AFC497
(175,196,151)
#A0B38A
(160,179,138)
#91A27D
(145,162,125)
#829170
(130,145,112)
#738063
(115,128,99)
#646F56
(100,111,86)
#555E49
(85,94,73)
#464D3C
(70,77,60)
#373C2F
(55,60,47)
#282B22
(40,43,34)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #AFC497

#AFC497
(175,196,151)
#B6C9A0
(182,201,160)
#BDCEA9
(189,206,169)
#C4D3B2
(196,211,178)
#CBD8BB
(203,216,187)
#D2DDC4
(210,221,196)
#D9E2CD
(217,226,205)
#E0E7D6
(224,231,214)
#E7ECDF
(231,236,223)
#EEF1E8
(238,241,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC497 color. Also use rgb(175,196,151) instead hex code.

Text Font Color

.myTextColor { color: #AFC497; }

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

This text font color is #AFC497.


Background Color

.myBgColor { background-color: #AFC497; }

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

This div background color is #AFC497.


Border color

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

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

This div border color is #AFC497.


Opacity

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

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

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

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

This text has shadow with #AFC497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC497 on black background.


Color preview on white background

This text has color #AFC497 on white background.



Black color preview on #AFC497 background

This text has black color on #AFC497 background.


White color preview on #AFC497 background

This text has white color on #AFC497 background.