COLOR #A5C491

HEX: #A5C491
RGB: (165,196,145)

Color info

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

RGB color model

#A5C491 color RGB value is (165,196,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 145 of 255 = 57%

165
196
145

R + G + B ~ 66%. #A5C491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 145 = 506 (100%)
R 165 of 506 ~ 32.61%
G 196 of 506 ~ 38.74%
B 145 of 506 ~ 28.66%

%32.61
%38.74
%28.66

CMYK color model

#A5C491 color CMYK value is (16,0,26,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK:
(16,0,26,23)
C16M0Y26K23 
(16%,0%,26%,23%)
(0.16/0.00/0.26/0.23)	

CMYK percentages

%15.82
%0
%26.02
%23.14

Codes

Color #A5C491 in popluar color models

A5C491
RGB165196145
HSL96°30.18%66.86%
HSB/HSV96°26.02%76.86%
CMYK15.82%0.00%26.02%
23.14%

Color #A5C491 in popluar number systems.

HEXA5C491
Decimal165196145
Binary101001011100010010010001
Octal245304221

Shades and tints

Shades of #A5C491

#A5C491
(165,196,145)
#96B384
(150,179,132)
#87A277
(135,162,119)
#78916A
(120,145,106)
#69805D
(105,128,93)
#5A6F50
(90,111,80)
#4B5E43
(75,94,67)
#3C4D36
(60,77,54)
#2D3C29
(45,60,41)
#1E2B1C
(30,43,28)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #A5C491

#A5C491
(165,196,145)
#ADC99B
(173,201,155)
#B5CEA5
(181,206,165)
#BDD3AF
(189,211,175)
#C5D8B9
(197,216,185)
#CDDDC3
(205,221,195)
#D5E2CD
(213,226,205)
#DDE7D7
(221,231,215)
#E5ECE1
(229,236,225)
#EDF1EB
(237,241,235)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C491; }

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

This text font color is #A5C491.


Background Color

.myBgColor { background-color: #A5C491; }

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

This div background color is #A5C491.


Border color

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

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

This div border color is #A5C491.


Opacity

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

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

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

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

This text has shadow with #A5C491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C491 on black background.


Color preview on white background

This text has color #A5C491 on white background.



Black color preview on #A5C491 background

This text has black color on #A5C491 background.


White color preview on #A5C491 background

This text has white color on #A5C491 background.