COLOR #AFC381

HEX: #AFC381
RGB: (175,195,129)

Color info

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

RGB color model

#AFC381 color RGB value is (175,195,129).

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

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 129 of 255 = 51%

175
195
129

R + G + B ~ 65%. #AFC381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 129 = 499 (100%)
R 175 of 499 ~ 35.07%
G 195 of 499 ~ 39.08%
B 129 of 499 ~ 25.85%

%35.07
%39.08
%25.85

CMYK color model

#AFC381 color CMYK value is (10,0,34,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 23.53%
CMYK:
(10,0,34,24)
C10M0Y34K24 
(10%,0%,34%,24%)
(0.10/0.00/0.34/0.24)	

CMYK percentages

%10.26
%0
%33.85
%23.53

Codes

Color #AFC381 in popluar color models

AFC381
RGB175195129
HSL78°35.48%63.53%
HSB/HSV78°33.85%76.47%
CMYK10.26%0.00%33.85%
23.53%

Color #AFC381 in popluar number systems.

HEXAFC381
Decimal175195129
Binary101011111100001110000001
Octal257303201

Shades and tints

Shades of #AFC381

#AFC381
(175,195,129)
#A0B276
(160,178,118)
#91A16B
(145,161,107)
#829060
(130,144,96)
#737F55
(115,127,85)
#646E4A
(100,110,74)
#555D3F
(85,93,63)
#464C34
(70,76,52)
#373B29
(55,59,41)
#282A1E
(40,42,30)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFC381

#AFC381
(175,195,129)
#B6C88C
(182,200,140)
#BDCD97
(189,205,151)
#C4D2A2
(196,210,162)
#CBD7AD
(203,215,173)
#D2DCB8
(210,220,184)
#D9E1C3
(217,225,195)
#E0E6CE
(224,230,206)
#E7EBD9
(231,235,217)
#EEF0E4
(238,240,228)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC381; }

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

This text font color is #AFC381.


Background Color

.myBgColor { background-color: #AFC381; }

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

This div background color is #AFC381.


Border color

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

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

This div border color is #AFC381.


Opacity

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

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

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

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

This text has shadow with #AFC381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC381 on black background.


Color preview on white background

This text has color #AFC381 on white background.



Black color preview on #AFC381 background

This text has black color on #AFC381 background.


White color preview on #AFC381 background

This text has white color on #AFC381 background.