COLOR #AFD79A

HEX: #AFD79A
RGB: (175,215,154)

Color info

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

RGB color model

#AFD79A color RGB value is (175,215,154).

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

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 154 of 255 = 60%

175
215
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 215 + 154 = 544 (100%)
R 175 of 544 ~ 32.17%
G 215 of 544 ~ 39.52%
B 154 of 544 ~ 28.31%

%32.17
%39.52
%28.31

CMYK color model

#AFD79A color CMYK value is (19,0,28,16).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(19,0,28,16)
C19M0Y28K16 
(19%,0%,28%,16%)
(0.19/0.00/0.28/0.16)	

CMYK percentages

%18.6
%0
%28.37
%15.69

Codes

Color #AFD79A in popluar color models

AFD79A
RGB175215154
HSL99°43.26%72.35%
HSB/HSV99°28.37%84.31%
CMYK18.60%0.00%28.37%
15.69%

Color #AFD79A in popluar number systems.

HEXAFD79A
Decimal175215154
Binary101011111101011110011010
Octal257327232

Shades and tints

Shades of #AFD79A

#AFD79A
(175,215,154)
#A0C48C
(160,196,140)
#91B17E
(145,177,126)
#829E70
(130,158,112)
#738B62
(115,139,98)
#647854
(100,120,84)
#556546
(85,101,70)
#465238
(70,82,56)
#373F2A
(55,63,42)
#282C1C
(40,44,28)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #AFD79A

#AFD79A
(175,215,154)
#B6DAA3
(182,218,163)
#BDDDAC
(189,221,172)
#C4E0B5
(196,224,181)
#CBE3BE
(203,227,190)
#D2E6C7
(210,230,199)
#D9E9D0
(217,233,208)
#E0ECD9
(224,236,217)
#E7EFE2
(231,239,226)
#EEF2EB
(238,242,235)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD79A; }

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

This text font color is #AFD79A.


Background Color

.myBgColor { background-color: #AFD79A; }

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

This div background color is #AFD79A.


Border color

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

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

This div border color is #AFD79A.


Opacity

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

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

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

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

This text has shadow with #AFD79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD79A on black background.


Color preview on white background

This text has color #AFD79A on white background.



Black color preview on #AFD79A background

This text has black color on #AFD79A background.


White color preview on #AFD79A background

This text has white color on #AFD79A background.