COLOR #AFC57F

HEX: #AFC57F
RGB: (175,197,127)

Color info

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

RGB color model

#AFC57F color RGB value is (175,197,127).

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

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 127 of 255 = 50%

175
197
127

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

Portions of RGB colors in percentages

R + G + B =
175 + 197 + 127 = 499 (100%)
R 175 of 499 ~ 35.07%
G 197 of 499 ~ 39.48%
B 127 of 499 ~ 25.45%

%35.07
%39.48
%25.45

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 22.75%
CMYK:
(11,0,36,23)
C11M0Y36K23 
(11%,0%,36%,23%)
(0.11/0.00/0.36/0.23)	

CMYK percentages

%11.17
%0
%35.53
%22.75

Codes

Color #AFC57F in popluar color models

AFC57F
RGB175197127
HSL79°37.63%63.53%
HSB/HSV79°35.53%77.25%
CMYK11.17%0.00%35.53%
22.75%

Color #AFC57F in popluar number systems.

HEXAFC57F
Decimal175197127
Binary10101111110001011111111
Octal257305177

Shades and tints

Shades of #AFC57F

#AFC57F
(175,197,127)
#A0B474
(160,180,116)
#91A369
(145,163,105)
#82925E
(130,146,94)
#738153
(115,129,83)
#647048
(100,112,72)
#555F3D
(85,95,61)
#464E32
(70,78,50)
#373D27
(55,61,39)
#282C1C
(40,44,28)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #AFC57F

#AFC57F
(175,197,127)
#B6CA8A
(182,202,138)
#BDCF95
(189,207,149)
#C4D4A0
(196,212,160)
#CBD9AB
(203,217,171)
#D2DEB6
(210,222,182)
#D9E3C1
(217,227,193)
#E0E8CC
(224,232,204)
#E7EDD7
(231,237,215)
#EEF2E2
(238,242,226)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC57F; }

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

This text font color is #AFC57F.


Background Color

.myBgColor { background-color: #AFC57F; }

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

This div background color is #AFC57F.


Border color

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

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

This div border color is #AFC57F.


Opacity

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

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

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

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

This text has shadow with #AFC57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC57F on black background.


Color preview on white background

This text has color #AFC57F on white background.



Black color preview on #AFC57F background

This text has black color on #AFC57F background.


White color preview on #AFC57F background

This text has white color on #AFC57F background.