COLOR #AFD77E

HEX: #AFD77E
RGB: (175,215,126)

Color info

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

RGB color model

#AFD77E color RGB value is (175,215,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 126 of 255 = 49%

175
215
126

R + G + B ~ 67%. #AFD77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 215 + 126 = 516 (100%)
R 175 of 516 ~ 33.91%
G 215 of 516 ~ 41.67%
B 126 of 516 ~ 24.42%

%33.91
%41.67
%24.42

CMYK color model

#AFD77E color CMYK value is (19,0,41,16).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 15.69%
CMYK:
(19,0,41,16)
C19M0Y41K16 
(19%,0%,41%,16%)
(0.19/0.00/0.41/0.16)	

CMYK percentages

%18.6
%0
%41.4
%15.69

Codes

Color #AFD77E in popluar color models

AFD77E
RGB175215126
HSL87°52.66%66.86%
HSB/HSV87°41.40%84.31%
CMYK18.60%0.00%41.40%
15.69%

Color #AFD77E in popluar number systems.

HEXAFD77E
Decimal175215126
Binary10101111110101111111110
Octal257327176

Shades and tints

Shades of #AFD77E

#AFD77E
(175,215,126)
#A0C473
(160,196,115)
#91B168
(145,177,104)
#829E5D
(130,158,93)
#738B52
(115,139,82)
#647847
(100,120,71)
#55653C
(85,101,60)
#465231
(70,82,49)
#373F26
(55,63,38)
#282C1B
(40,44,27)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #AFD77E

#AFD77E
(175,215,126)
#B6DA89
(182,218,137)
#BDDD94
(189,221,148)
#C4E09F
(196,224,159)
#CBE3AA
(203,227,170)
#D2E6B5
(210,230,181)
#D9E9C0
(217,233,192)
#E0ECCB
(224,236,203)
#E7EFD6
(231,239,214)
#EEF2E1
(238,242,225)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD77E; }

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

This text font color is #AFD77E.


Background Color

.myBgColor { background-color: #AFD77E; }

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

This div background color is #AFD77E.


Border color

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

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

This div border color is #AFD77E.


Opacity

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

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

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

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

This text has shadow with #AFD77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD77E on black background.


Color preview on white background

This text has color #AFD77E on white background.



Black color preview on #AFD77E background

This text has black color on #AFD77E background.


White color preview on #AFD77E background

This text has white color on #AFD77E background.