COLOR #A5C596

HEX: #A5C596
RGB: (165,197,150)

Color info

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

RGB color model

#A5C596 color RGB value is (165,197,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 150 of 255 = 59%

165
197
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 150 = 512 (100%)
R 165 of 512 ~ 32.23%
G 197 of 512 ~ 38.48%
B 150 of 512 ~ 29.3%

%32.23
%38.48
%29.3

CMYK color model

#A5C596 color CMYK value is (16,0,24,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK:
(16,0,24,23)
C16M0Y24K23 
(16%,0%,24%,23%)
(0.16/0.00/0.24/0.23)	

CMYK percentages

%16.24
%0
%23.86
%22.75

Codes

Color #A5C596 in popluar color models

A5C596
RGB165197150
HSL101°28.83%68.04%
HSB/HSV101°23.86%77.25%
CMYK16.24%0.00%23.86%
22.75%

Color #A5C596 in popluar number systems.

HEXA5C596
Decimal165197150
Binary101001011100010110010110
Octal245305226

Shades and tints

Shades of #A5C596

#A5C596
(165,197,150)
#96B489
(150,180,137)
#87A37C
(135,163,124)
#78926F
(120,146,111)
#698162
(105,129,98)
#5A7055
(90,112,85)
#4B5F48
(75,95,72)
#3C4E3B
(60,78,59)
#2D3D2E
(45,61,46)
#1E2C21
(30,44,33)
#0F1B14
(15,27,20)
#000000
(0,0,0)

Tints of #A5C596

#A5C596
(165,197,150)
#ADCA9F
(173,202,159)
#B5CFA8
(181,207,168)
#BDD4B1
(189,212,177)
#C5D9BA
(197,217,186)
#CDDEC3
(205,222,195)
#D5E3CC
(213,227,204)
#DDE8D5
(221,232,213)
#E5EDDE
(229,237,222)
#EDF2E7
(237,242,231)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C596; }

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

This text font color is #A5C596.


Background Color

.myBgColor { background-color: #A5C596; }

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

This div background color is #A5C596.


Border color

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

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

This div border color is #A5C596.


Opacity

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

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

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

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

This text has shadow with #A5C596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C596 on black background.


Color preview on white background

This text has color #A5C596 on white background.



Black color preview on #A5C596 background

This text has black color on #A5C596 background.


White color preview on #A5C596 background

This text has white color on #A5C596 background.