COLOR #AFD38F

HEX: #AFD38F
RGB: (175,211,143)

Color info

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

RGB color model

#AFD38F color RGB value is (175,211,143).

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

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 143 of 255 = 56%

175
211
143

R + G + B ~ 69%. #AFD38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 211 + 143 = 529 (100%)
R 175 of 529 ~ 33.08%
G 211 of 529 ~ 39.89%
B 143 of 529 ~ 27.03%

%33.08
%39.89
%27.03

CMYK color model

#AFD38F color CMYK value is (17,0,32,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 17.25%
CMYK: (17,0,32,17) C17M0Y32K17 (17%,0%,32%,17%) (0.17/0.00/0.32/0.17)

CMYK percentages

%17.06
%0
%32.23
%17.25

Codes

Color #AFD38F in popluar color models

AFD38F
RGB175211143
HSL92°43.59%69.41%
HSB/HSV92°32.23%82.75%
CMYK17.06%0.00%32.23%
17.25%

Color #AFD38F in popluar number systems.

HEXAFD38F
Decimal175211143
Binary101011111101001110001111
Octal257323217

Shades and tints

Shades of #AFD38F

#AFD38F
(175,211,143)
#A0C082
(160,192,130)
#91AD75
(145,173,117)
#829A68
(130,154,104)
#73875B
(115,135,91)
#64744E
(100,116,78)
#556141
(85,97,65)
#464E34
(70,78,52)
#373B27
(55,59,39)
#28281A
(40,40,26)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AFD38F

#AFD38F
(175,211,143)
#B6D799
(182,215,153)
#BDDBA3
(189,219,163)
#C4DFAD
(196,223,173)
#CBE3B7
(203,227,183)
#D2E7C1
(210,231,193)
#D9EBCB
(217,235,203)
#E0EFD5
(224,239,213)
#E7F3DF
(231,243,223)
#EEF7E9
(238,247,233)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD38F; }

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

This text font color is #AFD38F.


Background Color

.myBgColor { background-color: #AFD38F; }

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

This div background color is #AFD38F.


Border color

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

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

This div border color is #AFD38F.


Opacity

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

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

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

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

This text has shadow with #AFD38F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFD38F on black background.


Color preview on white background

This text has color #AFD38F on white background.



Black color preview on #AFD38F background

This text has black color on #AFD38F background.


White color preview on #AFD38F background

This text has white color on #AFD38F background.