COLOR #AFC391

HEX: #AFC391
RGB: (175,195,145)

Color info

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

RGB color model

#AFC391 color RGB value is (175,195,145).

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

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 145 of 255 = 57%

175
195
145

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 145 = 515 (100%)
R 175 of 515 ~ 33.98%
G 195 of 515 ~ 37.86%
B 145 of 515 ~ 28.16%

%33.98
%37.86
%28.16

CMYK color model

#AFC391 color CMYK value is (10,0,26,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 23.53%
CMYK:
(10,0,26,24)
C10M0Y26K24 
(10%,0%,26%,24%)
(0.10/0.00/0.26/0.24)	

CMYK percentages

%10.26
%0
%25.64
%23.53

Codes

Color #AFC391 in popluar color models

AFC391
RGB175195145
HSL84°29.41%66.67%
HSB/HSV84°25.64%76.47%
CMYK10.26%0.00%25.64%
23.53%

Color #AFC391 in popluar number systems.

HEXAFC391
Decimal175195145
Binary101011111100001110010001
Octal257303221

Shades and tints

Shades of #AFC391

#AFC391
(175,195,145)
#A0B284
(160,178,132)
#91A177
(145,161,119)
#82906A
(130,144,106)
#737F5D
(115,127,93)
#646E50
(100,110,80)
#555D43
(85,93,67)
#464C36
(70,76,54)
#373B29
(55,59,41)
#282A1C
(40,42,28)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #AFC391

#AFC391
(175,195,145)
#B6C89B
(182,200,155)
#BDCDA5
(189,205,165)
#C4D2AF
(196,210,175)
#CBD7B9
(203,215,185)
#D2DCC3
(210,220,195)
#D9E1CD
(217,225,205)
#E0E6D7
(224,230,215)
#E7EBE1
(231,235,225)
#EEF0EB
(238,240,235)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC391; }

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

This text font color is #AFC391.


Background Color

.myBgColor { background-color: #AFC391; }

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

This div background color is #AFC391.


Border color

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

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

This div border color is #AFC391.


Opacity

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

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

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

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

This text has shadow with #AFC391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC391 on black background.


Color preview on white background

This text has color #AFC391 on white background.



Black color preview on #AFC391 background

This text has black color on #AFC391 background.


White color preview on #AFC391 background

This text has white color on #AFC391 background.