COLOR #AFCC5B

HEX: #AFCC5B
RGB: (175,204,91)

Color info

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

RGB color model

#AFCC5B color RGB value is (175,204,91).

  • red value is 175;
  • green value is 204;
  • blue value is 91.
RGB:
(175,204,91)
(69%,80%,36%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 91 of 255 = 36%

175
204
91

R + G + B ~ 62%. #AFCC5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 204 + 91 = 470 (100%)
R 175 of 470 ~ 37.23%
G 204 of 470 ~ 43.4%
B 91 of 470 ~ 19.36%

%37.23
%43.4
%19.36

CMYK color model

#AFCC5B color CMYK value is (14,0,55,20).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 55.39%
  • key color value is 20.00%
CMYK:
(14,0,55,20)
C14M0Y55K20 
(14%,0%,55%,20%)
(0.14/0.00/0.55/0.20)	

CMYK percentages

%14.22
%0
%55.39
%20

Codes

Color #AFCC5B in popluar color models

AFCC5B
RGB17520491
HSL75°52.56%57.84%
HSB/HSV75°55.39%80.00%
CMYK14.22%0.00%55.39%
20.00%

Color #AFCC5B in popluar number systems.

HEXAFCC5B
Decimal17520491
Binary10101111110011001011011
Octal257314133

Shades and tints

Shades of #AFCC5B

#AFCC5B
(175,204,91)
#A0BA53
(160,186,83)
#91A84B
(145,168,75)
#829643
(130,150,67)
#73843B
(115,132,59)
#647233
(100,114,51)
#55602B
(85,96,43)
#464E23
(70,78,35)
#373C1B
(55,60,27)
#282A13
(40,42,19)
#19180B
(25,24,11)
#000000
(0,0,0)

Tints of #AFCC5B

#AFCC5B
(175,204,91)
#B6D069
(182,208,105)
#BDD477
(189,212,119)
#C4D885
(196,216,133)
#CBDC93
(203,220,147)
#D2E0A1
(210,224,161)
#D9E4AF
(217,228,175)
#E0E8BD
(224,232,189)
#E7ECCB
(231,236,203)
#EEF0D9
(238,240,217)
#F5F4E7
(245,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCC5B color. Also use rgb(175,204,91) instead hex code.

Text Font Color

.myTextColor { color: #AFCC5B; }

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

This text font color is #AFCC5B.


Background Color

.myBgColor { background-color: #AFCC5B; }

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

This div background color is #AFCC5B.


Border color

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

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

This div border color is #AFCC5B.


Opacity

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

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

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

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

This text has shadow with #AFCC5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCC5B on black background.


Color preview on white background

This text has color #AFCC5B on white background.



Black color preview on #AFCC5B background

This text has black color on #AFCC5B background.


White color preview on #AFCC5B background

This text has white color on #AFCC5B background.