COLOR #A5C59D

HEX: #A5C59D
RGB: (165,197,157)

Color info

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

RGB color model

#A5C59D color RGB value is (165,197,157).

  • red value is 165;
  • green value is 197;
  • blue value is 157.
RGB:
(165,197,157)
(65%,77%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 157 of 255 = 62%

165
197
157

R + G + B ~ 68%. #A5C59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 157 = 519 (100%)
R 165 of 519 ~ 31.79%
G 197 of 519 ~ 37.96%
B 157 of 519 ~ 30.25%

%31.79
%37.96
%30.25

CMYK color model

#A5C59D color CMYK value is (16,0,20,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK:
(16,0,20,23)
C16M0Y20K23 
(16%,0%,20%,23%)
(0.16/0.00/0.20/0.23)	

CMYK percentages

%16.24
%0
%20.3
%22.75

Codes

Color #A5C59D in popluar color models

A5C59D
RGB165197157
HSL108°25.64%69.41%
HSB/HSV108°20.30%77.25%
CMYK16.24%0.00%20.30%
22.75%

Color #A5C59D in popluar number systems.

HEXA5C59D
Decimal165197157
Binary101001011100010110011101
Octal245305235

Shades and tints

Shades of #A5C59D

#A5C59D
(165,197,157)
#96B48F
(150,180,143)
#87A381
(135,163,129)
#789273
(120,146,115)
#698165
(105,129,101)
#5A7057
(90,112,87)
#4B5F49
(75,95,73)
#3C4E3B
(60,78,59)
#2D3D2D
(45,61,45)
#1E2C1F
(30,44,31)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #A5C59D

#A5C59D
(165,197,157)
#ADCAA5
(173,202,165)
#B5CFAD
(181,207,173)
#BDD4B5
(189,212,181)
#C5D9BD
(197,217,189)
#CDDEC5
(205,222,197)
#D5E3CD
(213,227,205)
#DDE8D5
(221,232,213)
#E5EDDD
(229,237,221)
#EDF2E5
(237,242,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C59D color. Also use rgb(165,197,157) instead hex code.

Text Font Color

.myTextColor { color: #A5C59D; }

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

This text font color is #A5C59D.


Background Color

.myBgColor { background-color: #A5C59D; }

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

This div background color is #A5C59D.


Border color

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

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

This div border color is #A5C59D.


Opacity

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

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

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

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

This text has shadow with #A5C59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C59D on black background.


Color preview on white background

This text has color #A5C59D on white background.



Black color preview on #A5C59D background

This text has black color on #A5C59D background.


White color preview on #A5C59D background

This text has white color on #A5C59D background.