COLOR #A5C586

HEX: #A5C586
RGB: (165,197,134)

Color info

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

RGB color model

#A5C586 color RGB value is (165,197,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 134 of 255 = 53%

165
197
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 134 = 496 (100%)
R 165 of 496 ~ 33.27%
G 197 of 496 ~ 39.72%
B 134 of 496 ~ 27.02%

%33.27
%39.72
%27.02

CMYK color model

#A5C586 color CMYK value is (16,0,32,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 22.75%
CMYK:
(16,0,32,23)
C16M0Y32K23 
(16%,0%,32%,23%)
(0.16/0.00/0.32/0.23)	

CMYK percentages

%16.24
%0
%31.98
%22.75

Codes

Color #A5C586 in popluar color models

A5C586
RGB165197134
HSL90°35.20%64.90%
HSB/HSV90°31.98%77.25%
CMYK16.24%0.00%31.98%
22.75%

Color #A5C586 in popluar number systems.

HEXA5C586
Decimal165197134
Binary101001011100010110000110
Octal245305206

Shades and tints

Shades of #A5C586

#A5C586
(165,197,134)
#96B47A
(150,180,122)
#87A36E
(135,163,110)
#789262
(120,146,98)
#698156
(105,129,86)
#5A704A
(90,112,74)
#4B5F3E
(75,95,62)
#3C4E32
(60,78,50)
#2D3D26
(45,61,38)
#1E2C1A
(30,44,26)
#0F1B0E
(15,27,14)
#000000
(0,0,0)

Tints of #A5C586

#A5C586
(165,197,134)
#ADCA91
(173,202,145)
#B5CF9C
(181,207,156)
#BDD4A7
(189,212,167)
#C5D9B2
(197,217,178)
#CDDEBD
(205,222,189)
#D5E3C8
(213,227,200)
#DDE8D3
(221,232,211)
#E5EDDE
(229,237,222)
#EDF2E9
(237,242,233)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C586; }

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

This text font color is #A5C586.


Background Color

.myBgColor { background-color: #A5C586; }

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

This div background color is #A5C586.


Border color

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

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

This div border color is #A5C586.


Opacity

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

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

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

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

This text has shadow with #A5C586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C586 on black background.


Color preview on white background

This text has color #A5C586 on white background.



Black color preview on #A5C586 background

This text has black color on #A5C586 background.


White color preview on #A5C586 background

This text has white color on #A5C586 background.