COLOR #AFD17D

HEX: #AFD17D
RGB: (175,209,125)

Color info

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

RGB color model

#AFD17D color RGB value is (175,209,125).

  • red value is 175;
  • green value is 209;
  • blue value is 125.
RGB:
(175,209,125)
(69%,82%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 125 of 255 = 49%

175
209
125

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

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 125 = 509 (100%)
R 175 of 509 ~ 34.38%
G 209 of 509 ~ 41.06%
B 125 of 509 ~ 24.56%

%34.38
%41.06
%24.56

CMYK color model

#AFD17D color CMYK value is (16,0,40,18).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 40.19%
  • key color value is 18.04%
CMYK:
(16,0,40,18)
C16M0Y40K18 
(16%,0%,40%,18%)
(0.16/0.00/0.40/0.18)	

CMYK percentages

%16.27
%0
%40.19
%18.04

Codes

Color #AFD17D in popluar color models

AFD17D
RGB175209125
HSL84°47.73%65.49%
HSB/HSV84°40.19%81.96%
CMYK16.27%0.00%40.19%
18.04%

Color #AFD17D in popluar number systems.

HEXAFD17D
Decimal175209125
Binary10101111110100011111101
Octal257321175

Shades and tints

Shades of #AFD17D

#AFD17D
(175,209,125)
#A0BE72
(160,190,114)
#91AB67
(145,171,103)
#82985C
(130,152,92)
#738551
(115,133,81)
#647246
(100,114,70)
#555F3B
(85,95,59)
#464C30
(70,76,48)
#373925
(55,57,37)
#28261A
(40,38,26)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AFD17D

#AFD17D
(175,209,125)
#B6D588
(182,213,136)
#BDD993
(189,217,147)
#C4DD9E
(196,221,158)
#CBE1A9
(203,225,169)
#D2E5B4
(210,229,180)
#D9E9BF
(217,233,191)
#E0EDCA
(224,237,202)
#E7F1D5
(231,241,213)
#EEF5E0
(238,245,224)
#F5F9EB
(245,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD17D color. Also use rgb(175,209,125) instead hex code.

Text Font Color

.myTextColor { color: #AFD17D; }

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

This text font color is #AFD17D.


Background Color

.myBgColor { background-color: #AFD17D; }

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

This div background color is #AFD17D.


Border color

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

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

This div border color is #AFD17D.


Opacity

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

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

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

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

This text has shadow with #AFD17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD17D on black background.


Color preview on white background

This text has color #AFD17D on white background.



Black color preview on #AFD17D background

This text has black color on #AFD17D background.


White color preview on #AFD17D background

This text has white color on #AFD17D background.