COLOR #A5C791

HEX: #A5C791
RGB: (165,199,145)

Color info

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

RGB color model

#A5C791 color RGB value is (165,199,145).

  • red value is 165;
  • green value is 199;
  • blue value is 145.
RGB:
(165,199,145)
(65%,78%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 145 of 255 = 57%

165
199
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 199 + 145 = 509 (100%)
R 165 of 509 ~ 32.42%
G 199 of 509 ~ 39.1%
B 145 of 509 ~ 28.49%

%32.42
%39.1
%28.49

CMYK color model

#A5C791 color CMYK value is (17,0,27,22).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 21.96%
CMYK:
(17,0,27,22)
C17M0Y27K22 
(17%,0%,27%,22%)
(0.17/0.00/0.27/0.22)	

CMYK percentages

%17.09
%0
%27.14
%21.96

Codes

Color #A5C791 in popluar color models

A5C791
RGB165199145
HSL98°32.53%67.45%
HSB/HSV98°27.14%78.04%
CMYK17.09%0.00%27.14%
21.96%

Color #A5C791 in popluar number systems.

HEXA5C791
Decimal165199145
Binary101001011100011110010001
Octal245307221

Shades and tints

Shades of #A5C791

#A5C791
(165,199,145)
#96B584
(150,181,132)
#87A377
(135,163,119)
#78916A
(120,145,106)
#697F5D
(105,127,93)
#5A6D50
(90,109,80)
#4B5B43
(75,91,67)
#3C4936
(60,73,54)
#2D3729
(45,55,41)
#1E251C
(30,37,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A5C791

#A5C791
(165,199,145)
#ADCC9B
(173,204,155)
#B5D1A5
(181,209,165)
#BDD6AF
(189,214,175)
#C5DBB9
(197,219,185)
#CDE0C3
(205,224,195)
#D5E5CD
(213,229,205)
#DDEAD7
(221,234,215)
#E5EFE1
(229,239,225)
#EDF4EB
(237,244,235)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C791 color. Also use rgb(165,199,145) instead hex code.

Text Font Color

.myTextColor { color: #A5C791; }

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

This text font color is #A5C791.


Background Color

.myBgColor { background-color: #A5C791; }

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

This div background color is #A5C791.


Border color

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

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

This div border color is #A5C791.


Opacity

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

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

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

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

This text has shadow with #A5C791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C791 on black background.


Color preview on white background

This text has color #A5C791 on white background.



Black color preview on #A5C791 background

This text has black color on #A5C791 background.


White color preview on #A5C791 background

This text has white color on #A5C791 background.