COLOR #A5C99F

HEX: #A5C99F
RGB: (165,201,159)

Color info

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

RGB color model

#A5C99F color RGB value is (165,201,159).

  • red value is 165;
  • green value is 201;
  • blue value is 159.
RGB:
(165,201,159)
(65%,79%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 159 of 255 = 62%

165
201
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 159 = 525 (100%)
R 165 of 525 ~ 31.43%
G 201 of 525 ~ 38.29%
B 159 of 525 ~ 30.29%

%31.43
%38.29
%30.29

CMYK color model

#A5C99F color CMYK value is (18,0,21,21).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(18,0,21,21)
C18M0Y21K21 
(18%,0%,21%,21%)
(0.18/0.00/0.21/0.21)	

CMYK percentages

%17.91
%0
%20.9
%21.18

Codes

Color #A5C99F in popluar color models

A5C99F
RGB165201159
HSL111°28.00%70.59%
HSB/HSV111°20.90%78.82%
CMYK17.91%0.00%20.90%
21.18%

Color #A5C99F in popluar number systems.

HEXA5C99F
Decimal165201159
Binary101001011100100110011111
Octal245311237

Shades and tints

Shades of #A5C99F

#A5C99F
(165,201,159)
#96B791
(150,183,145)
#87A583
(135,165,131)
#789375
(120,147,117)
#698167
(105,129,103)
#5A6F59
(90,111,89)
#4B5D4B
(75,93,75)
#3C4B3D
(60,75,61)
#2D392F
(45,57,47)
#1E2721
(30,39,33)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5C99F

#A5C99F
(165,201,159)
#ADCDA7
(173,205,167)
#B5D1AF
(181,209,175)
#BDD5B7
(189,213,183)
#C5D9BF
(197,217,191)
#CDDDC7
(205,221,199)
#D5E1CF
(213,225,207)
#DDE5D7
(221,229,215)
#E5E9DF
(229,233,223)
#EDEDE7
(237,237,231)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C99F color. Also use rgb(165,201,159) instead hex code.

Text Font Color

.myTextColor { color: #A5C99F; }

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

This text font color is #A5C99F.


Background Color

.myBgColor { background-color: #A5C99F; }

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

This div background color is #A5C99F.


Border color

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

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

This div border color is #A5C99F.


Opacity

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

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

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

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

This text has shadow with #A5C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C99F on black background.


Color preview on white background

This text has color #A5C99F on white background.



Black color preview on #A5C99F background

This text has black color on #A5C99F background.


White color preview on #A5C99F background

This text has white color on #A5C99F background.