COLOR #A5C996

HEX: #A5C996
RGB: (165,201,150)

Color info

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

RGB color model

#A5C996 color RGB value is (165,201,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 150 of 255 = 59%

165
201
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 150 = 516 (100%)
R 165 of 516 ~ 31.98%
G 201 of 516 ~ 38.95%
B 150 of 516 ~ 29.07%

%31.98
%38.95
%29.07

CMYK color model

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

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK:
(18,0,25,21)
C18M0Y25K21 
(18%,0%,25%,21%)
(0.18/0.00/0.25/0.21)	

CMYK percentages

%17.91
%0
%25.37
%21.18

Codes

Color #A5C996 in popluar color models

A5C996
RGB165201150
HSL102°32.08%68.82%
HSB/HSV102°25.37%78.82%
CMYK17.91%0.00%25.37%
21.18%

Color #A5C996 in popluar number systems.

HEXA5C996
Decimal165201150
Binary101001011100100110010110
Octal245311226

Shades and tints

Shades of #A5C996

#A5C996
(165,201,150)
#96B789
(150,183,137)
#87A57C
(135,165,124)
#78936F
(120,147,111)
#698162
(105,129,98)
#5A6F55
(90,111,85)
#4B5D48
(75,93,72)
#3C4B3B
(60,75,59)
#2D392E
(45,57,46)
#1E2721
(30,39,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5C996

#A5C996
(165,201,150)
#ADCD9F
(173,205,159)
#B5D1A8
(181,209,168)
#BDD5B1
(189,213,177)
#C5D9BA
(197,217,186)
#CDDDC3
(205,221,195)
#D5E1CC
(213,225,204)
#DDE5D5
(221,229,213)
#E5E9DE
(229,233,222)
#EDEDE7
(237,237,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C996; }

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

This text font color is #A5C996.


Background Color

.myBgColor { background-color: #A5C996; }

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

This div background color is #A5C996.


Border color

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

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

This div border color is #A5C996.


Opacity

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

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

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

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

This text has shadow with #A5C996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C996 on black background.


Color preview on white background

This text has color #A5C996 on white background.



Black color preview on #A5C996 background

This text has black color on #A5C996 background.


White color preview on #A5C996 background

This text has white color on #A5C996 background.