COLOR #AFD39A

HEX: #AFD39A
RGB: (175,211,154)

Color info

#AFD39A contains red, green and blue colors in about the same proportion. Web safe color of #AFD39A is #99CC99 (or #9C9).

RGB color model

#AFD39A color RGB value is (175,211,154).

  • red value is 175;
  • green value is 211;
  • blue value is 154.
RGB:
(175,211,154)
(69%,83%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 154 of 255 = 60%

175
211
154

R + G + B ~ 71%. #AFD39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 211 + 154 = 540 (100%)
R 175 of 540 ~ 32.41%
G 211 of 540 ~ 39.07%
B 154 of 540 ~ 28.52%

%32.41
%39.07
%28.52

CMYK color model

#AFD39A color CMYK value is (17,0,27,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 17.25%
CMYK:
(17,0,27,17)
C17M0Y27K17 
(17%,0%,27%,17%)
(0.17/0.00/0.27/0.17)	

CMYK percentages

%17.06
%0
%27.01
%17.25

Codes

Color #AFD39A in popluar color models

AFD39A
RGB175211154
HSL98°39.31%71.57%
HSB/HSV98°27.01%82.75%
CMYK17.06%0.00%27.01%
17.25%

Color #AFD39A in popluar number systems.

HEXAFD39A
Decimal175211154
Binary101011111101001110011010
Octal257323232

Shades and tints

Shades of #AFD39A

#AFD39A
(175,211,154)
#A0C08C
(160,192,140)
#91AD7E
(145,173,126)
#829A70
(130,154,112)
#738762
(115,135,98)
#647454
(100,116,84)
#556146
(85,97,70)
#464E38
(70,78,56)
#373B2A
(55,59,42)
#28281C
(40,40,28)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AFD39A

#AFD39A
(175,211,154)
#B6D7A3
(182,215,163)
#BDDBAC
(189,219,172)
#C4DFB5
(196,223,181)
#CBE3BE
(203,227,190)
#D2E7C7
(210,231,199)
#D9EBD0
(217,235,208)
#E0EFD9
(224,239,217)
#E7F3E2
(231,243,226)
#EEF7EB
(238,247,235)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD39A color. Also use rgb(175,211,154) instead hex code.

Text Font Color

.myTextColor { color: #AFD39A; }

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

This text font color is #AFD39A.


Background Color

.myBgColor { background-color: #AFD39A; }

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

This div background color is #AFD39A.


Border color

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

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

This div border color is #AFD39A.


Opacity

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

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

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

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

This text has shadow with #AFD39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD39A on black background.


Color preview on white background

This text has color #AFD39A on white background.



Black color preview on #AFD39A background

This text has black color on #AFD39A background.


White color preview on #AFD39A background

This text has white color on #AFD39A background.