COLOR #AFDC85

HEX: #AFDC85
RGB: (175,220,133)

Color info

#AFDC85 contains mainly red and green colors. Web safe color of #AFDC85 is #99CC99 (or #9C9).

RGB color model

#AFDC85 color RGB value is (175,220,133).

  • red value is 175;
  • green value is 220;
  • blue value is 133.
RGB:
(175,220,133)
(69%,86%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 133 of 255 = 52%

175
220
133

R + G + B ~ 69%. #AFDC85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 133 = 528 (100%)
R 175 of 528 ~ 33.14%
G 220 of 528 ~ 41.67%
B 133 of 528 ~ 25.19%

%33.14
%41.67
%25.19

CMYK color model

#AFDC85 color CMYK value is (20,0,40,14).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 13.73%
CMYK:
(20,0,40,14)
C20M0Y40K14 
(20%,0%,40%,14%)
(0.20/0.00/0.40/0.14)	

CMYK percentages

%20.45
%0
%39.55
%13.73

Codes

Color #AFDC85 in popluar color models

AFDC85
RGB175220133
HSL91°55.41%69.22%
HSB/HSV91°39.55%86.27%
CMYK20.45%0.00%39.55%
13.73%

Color #AFDC85 in popluar number systems.

HEXAFDC85
Decimal175220133
Binary101011111101110010000101
Octal257334205

Shades and tints

Shades of #AFDC85

#AFDC85
(175,220,133)
#A0C879
(160,200,121)
#91B46D
(145,180,109)
#82A061
(130,160,97)
#738C55
(115,140,85)
#647849
(100,120,73)
#55643D
(85,100,61)
#465031
(70,80,49)
#373C25
(55,60,37)
#282819
(40,40,25)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #AFDC85

#AFDC85
(175,220,133)
#B6DF90
(182,223,144)
#BDE29B
(189,226,155)
#C4E5A6
(196,229,166)
#CBE8B1
(203,232,177)
#D2EBBC
(210,235,188)
#D9EEC7
(217,238,199)
#E0F1D2
(224,241,210)
#E7F4DD
(231,244,221)
#EEF7E8
(238,247,232)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDC85 color. Also use rgb(175,220,133) instead hex code.

Text Font Color

.myTextColor { color: #AFDC85; }

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

This text font color is #AFDC85.


Background Color

.myBgColor { background-color: #AFDC85; }

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

This div background color is #AFDC85.


Border color

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

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

This div border color is #AFDC85.


Opacity

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

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

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

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

This text has shadow with #AFDC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDC85 on black background.


Color preview on white background

This text has color #AFDC85 on white background.



Black color preview on #AFDC85 background

This text has black color on #AFDC85 background.


White color preview on #AFDC85 background

This text has white color on #AFDC85 background.