COLOR #AFDA6F

HEX: #AFDA6F
RGB: (175,218,111)

Color info

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

RGB color model

#AFDA6F color RGB value is (175,218,111).

  • red value is 175;
  • green value is 218;
  • blue value is 111.
RGB:
(175,218,111)
(69%,85%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 111 of 255 = 44%

175
218
111

R + G + B ~ 66%. #AFDA6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 218 + 111 = 504 (100%)
R 175 of 504 ~ 34.72%
G 218 of 504 ~ 43.25%
B 111 of 504 ~ 22.02%

%34.72
%43.25
%22.02

CMYK color model

#AFDA6F color CMYK value is (20,0,49,15).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 49.08%
  • key color value is 14.51%
CMYK:
(20,0,49,15)
C20M0Y49K15 
(20%,0%,49%,15%)
(0.20/0.00/0.49/0.15)	

CMYK percentages

%19.72
%0
%49.08
%14.51

Codes

Color #AFDA6F in popluar color models

AFDA6F
RGB175218111
HSL84°59.12%64.51%
HSB/HSV84°49.08%85.49%
CMYK19.72%0.00%49.08%
14.51%

Color #AFDA6F in popluar number systems.

HEXAFDA6F
Decimal175218111
Binary10101111110110101101111
Octal257332157

Shades and tints

Shades of #AFDA6F

#AFDA6F
(175,218,111)
#A0C765
(160,199,101)
#91B45B
(145,180,91)
#82A151
(130,161,81)
#738E47
(115,142,71)
#647B3D
(100,123,61)
#556833
(85,104,51)
#465529
(70,85,41)
#37421F
(55,66,31)
#282F15
(40,47,21)
#191C0B
(25,28,11)
#000000
(0,0,0)

Tints of #AFDA6F

#AFDA6F
(175,218,111)
#B6DD7C
(182,221,124)
#BDE089
(189,224,137)
#C4E396
(196,227,150)
#CBE6A3
(203,230,163)
#D2E9B0
(210,233,176)
#D9ECBD
(217,236,189)
#E0EFCA
(224,239,202)
#E7F2D7
(231,242,215)
#EEF5E4
(238,245,228)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDA6F color. Also use rgb(175,218,111) instead hex code.

Text Font Color

.myTextColor { color: #AFDA6F; }

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

This text font color is #AFDA6F.


Background Color

.myBgColor { background-color: #AFDA6F; }

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

This div background color is #AFDA6F.


Border color

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

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

This div border color is #AFDA6F.


Opacity

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

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

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

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

This text has shadow with #AFDA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDA6F on black background.


Color preview on white background

This text has color #AFDA6F on white background.



Black color preview on #AFDA6F background

This text has black color on #AFDA6F background.


White color preview on #AFDA6F background

This text has white color on #AFDA6F background.