COLOR #AFDC8D

HEX: #AFDC8D RGB: (175,220,141)

Color info

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

RGB color model

#AFDC8D color RGB value is (175,220,141).

RGB: (175,220,141) (69%, 86%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 141 of 255 = 55%

175
220
141

R + G + B ~ 70%. #AFDC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 220 + 141 = 536 (100%)
R 175 of 536 ~ 32.65%
G 220 of 536 ~ 41.04%
B 141 of 536 ~ 26.31'%

%32.65
%41.04
%26.31

CMYK color model

#AFDC8D color CMYK value is (20,0,36,14).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 13.73%

CMYK: (20,0,36,14)
C20M0Y36K14 (20%, 0%, 36%, 14%)
(0.20 / 0.00 / 0.36 / 0.14)

CMYK percentages

%20.45
%0
%35.91
%13.73

Codes

Color #AFDC8D in popluar color models

AF DC 8D
RGB 175 220 141
HSL 94° 53.02% 70.78%
HSB/HSV 94° 35.91% 86.27%
CMYK 20.45% 0.00% 35.91%
13.73%

Color #AFDC8D in popluar number systems.

HEX AF DC 8D
Decimal 175 220 141
Binary 10101111 11011100 10001101
Octal 257 334 215

Shades and tints

Shades of #AFDC8D

#AFDC8D
(175,220,141)
#A0C881
(160,200,129)
#91B475
(145,180,117)
#82A069
(130,160,105)
#738C5D
(115,140,93)
#647851
(100,120,81)
#556445
(85,100,69)
#465039
(70,80,57)
#373C2D
(55,60,45)
#282821
(40,40,33)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFDC8D

#AFDC8D
(175,220,141)
#B6DF97
(182,223,151)
#BDE2A1
(189,226,161)
#C4E5AB
(196,229,171)
#CBE8B5
(203,232,181)
#D2EBBF
(210,235,191)
#D9EEC9
(217,238,201)
#E0F1D3
(224,241,211)
#E7F4DD
(231,244,221)
#EEF7E7
(238,247,231)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDC8D; }

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

This text font color is #AFDC8D.

Background Color

.myBgColor { background-color: #AFDC8D; }

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

This div background color is #AFDC8D.

Border color

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

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

This div border color is #AFDC8D.

Opacity

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

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

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

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

This text has shadow with #AFDC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDC8D.

Preview

Color preview on black background

This text has color #AFDC8D on black background.


Color preview on white background

This text has color #AFDC8D on white background.


Black color preview on #AFDC8D background

This text has black color on #AFDC8D background.


White color preview on #AFDC8D background

This text has white color on #AFDC8D background.


Related colors

Complementary color

Complementary color for #hex is #502372.


I love getcolorcode.com

Triadic colors

1 #8DAFDC and #DC8DAF with #AFDC8D are triadic colors.

2 #8DDCAF and #DCAF8D with #AFDC8D are triadic colors.