COLOR #AFC38A

HEX: #AFC38A
RGB: (175,195,138)

Color info

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

RGB color model

#AFC38A color RGB value is (175,195,138).

  • red value is 175;
  • green value is 195;
  • blue value is 138.
RGB:
(175,195,138)
(69%,76%,54%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 138 of 255 = 54%

175
195
138

R + G + B ~ 66%. #AFC38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 138 = 508 (100%)
R 175 of 508 ~ 34.45%
G 195 of 508 ~ 38.39%
B 138 of 508 ~ 27.17%

%34.45
%38.39
%27.17

CMYK color model

#AFC38A color CMYK value is (10,0,29,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(10,0,29,24)
C10M0Y29K24 
(10%,0%,29%,24%)
(0.10/0.00/0.29/0.24)	

CMYK percentages

%10.26
%0
%29.23
%23.53

Codes

Color #AFC38A in popluar color models

AFC38A
RGB175195138
HSL81°32.20%65.29%
HSB/HSV81°29.23%76.47%
CMYK10.26%0.00%29.23%
23.53%

Color #AFC38A in popluar number systems.

HEXAFC38A
Decimal175195138
Binary101011111100001110001010
Octal257303212

Shades and tints

Shades of #AFC38A

#AFC38A
(175,195,138)
#A0B27E
(160,178,126)
#91A172
(145,161,114)
#829066
(130,144,102)
#737F5A
(115,127,90)
#646E4E
(100,110,78)
#555D42
(85,93,66)
#464C36
(70,76,54)
#373B2A
(55,59,42)
#282A1E
(40,42,30)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFC38A

#AFC38A
(175,195,138)
#B6C894
(182,200,148)
#BDCD9E
(189,205,158)
#C4D2A8
(196,210,168)
#CBD7B2
(203,215,178)
#D2DCBC
(210,220,188)
#D9E1C6
(217,225,198)
#E0E6D0
(224,230,208)
#E7EBDA
(231,235,218)
#EEF0E4
(238,240,228)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC38A color. Also use rgb(175,195,138) instead hex code.

Text Font Color

.myTextColor { color: #AFC38A; }

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

This text font color is #AFC38A.


Background Color

.myBgColor { background-color: #AFC38A; }

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

This div background color is #AFC38A.


Border color

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

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

This div border color is #AFC38A.


Opacity

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

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

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

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

This text has shadow with #AFC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC38A on black background.


Color preview on white background

This text has color #AFC38A on white background.



Black color preview on #AFC38A background

This text has black color on #AFC38A background.


White color preview on #AFC38A background

This text has white color on #AFC38A background.