COLOR #AFCE5F

HEX: #AFCE5F
RGB: (175,206,95)

Color info

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

RGB color model

#AFCE5F color RGB value is (175,206,95).

  • red value is 175;
  • green value is 206;
  • blue value is 95.
RGB:
(175,206,95)
(69%,81%,37%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 95 of 255 = 37%

175
206
95

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

Portions of RGB colors in percentages

R + G + B =
175 + 206 + 95 = 476 (100%)
R 175 of 476 ~ 36.76%
G 206 of 476 ~ 43.28%
B 95 of 476 ~ 19.96%

%36.76
%43.28
%19.96

CMYK color model

#AFCE5F color CMYK value is (15,0,54,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 53.88%
  • key color value is 19.22%
CMYK:
(15,0,54,19)
C15M0Y54K19 
(15%,0%,54%,19%)
(0.15/0.00/0.54/0.19)	

CMYK percentages

%15.05
%0
%53.88
%19.22

Codes

Color #AFCE5F in popluar color models

AFCE5F
RGB17520695
HSL77°53.11%59.02%
HSB/HSV77°53.88%80.78%
CMYK15.05%0.00%53.88%
19.22%

Color #AFCE5F in popluar number systems.

HEXAFCE5F
Decimal17520695
Binary10101111110011101011111
Octal257316137

Shades and tints

Shades of #AFCE5F

#AFCE5F
(175,206,95)
#A0BC57
(160,188,87)
#91AA4F
(145,170,79)
#829847
(130,152,71)
#73863F
(115,134,63)
#647437
(100,116,55)
#55622F
(85,98,47)
#465027
(70,80,39)
#373E1F
(55,62,31)
#282C17
(40,44,23)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #AFCE5F

#AFCE5F
(175,206,95)
#B6D26D
(182,210,109)
#BDD67B
(189,214,123)
#C4DA89
(196,218,137)
#CBDE97
(203,222,151)
#D2E2A5
(210,226,165)
#D9E6B3
(217,230,179)
#E0EAC1
(224,234,193)
#E7EECF
(231,238,207)
#EEF2DD
(238,242,221)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCE5F color. Also use rgb(175,206,95) instead hex code.

Text Font Color

.myTextColor { color: #AFCE5F; }

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

This text font color is #AFCE5F.


Background Color

.myBgColor { background-color: #AFCE5F; }

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

This div background color is #AFCE5F.


Border color

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

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

This div border color is #AFCE5F.


Opacity

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

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

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

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

This text has shadow with #AFCE5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCE5F on black background.


Color preview on white background

This text has color #AFCE5F on white background.



Black color preview on #AFCE5F background

This text has black color on #AFCE5F background.


White color preview on #AFCE5F background

This text has white color on #AFCE5F background.