COLOR #AFC171

HEX: #AFC171
RGB: (175,193,113)

Color info

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

RGB color model

#AFC171 color RGB value is (175,193,113).

  • red value is 175;
  • green value is 193;
  • blue value is 113.
RGB:
(175,193,113)
(69%,76%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 113 of 255 = 44%

175
193
113

R + G + B ~ 63%. #AFC171 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 113 = 481 (100%)
R 175 of 481 ~ 36.38%
G 193 of 481 ~ 40.12%
B 113 of 481 ~ 23.49%

%36.38
%40.12
%23.49

CMYK color model

#AFC171 color CMYK value is (9,0,41,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 24.31%
CMYK:
(9,0,41,24)
C9M0Y41K24 
(9%,0%,41%,24%)
(0.09/0.00/0.41/0.24)	

CMYK percentages

%9.33
%0
%41.45
%24.31

Codes

Color #AFC171 in popluar color models

AFC171
RGB175193113
HSL74°39.22%60.00%
HSB/HSV74°41.45%75.69%
CMYK9.33%0.00%41.45%
24.31%

Color #AFC171 in popluar number systems.

HEXAFC171
Decimal175193113
Binary10101111110000011110001
Octal257301161

Shades and tints

Shades of #AFC171

#AFC171
(175,193,113)
#A0B067
(160,176,103)
#919F5D
(145,159,93)
#828E53
(130,142,83)
#737D49
(115,125,73)
#646C3F
(100,108,63)
#555B35
(85,91,53)
#464A2B
(70,74,43)
#373921
(55,57,33)
#282817
(40,40,23)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #AFC171

#AFC171
(175,193,113)
#B6C67D
(182,198,125)
#BDCB89
(189,203,137)
#C4D095
(196,208,149)
#CBD5A1
(203,213,161)
#D2DAAD
(210,218,173)
#D9DFB9
(217,223,185)
#E0E4C5
(224,228,197)
#E7E9D1
(231,233,209)
#EEEEDD
(238,238,221)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC171 color. Also use rgb(175,193,113) instead hex code.

Text Font Color

.myTextColor { color: #AFC171; }

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

This text font color is #AFC171.


Background Color

.myBgColor { background-color: #AFC171; }

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

This div background color is #AFC171.


Border color

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

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

This div border color is #AFC171.


Opacity

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

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

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

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

This text has shadow with #AFC171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC171 on black background.


Color preview on white background

This text has color #AFC171 on white background.



Black color preview on #AFC171 background

This text has black color on #AFC171 background.


White color preview on #AFC171 background

This text has white color on #AFC171 background.