COLOR #A5C97C

HEX: #A5C97C RGB: (165,201,124)

Color info

#A5C97C contains mainly red and green colors. Web safe color of #A5C97C is #99CC66 (or #9C6).

RGB color model

#A5C97C color RGB value is (165,201,124).

RGB: (165,201,124) (65%, 79%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 124 of 255 = 49%

165
201
124

R + G + B ~ 64%. #A5C97C is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 201 + 124 = 490 (100%)
R 165 of 490 ~ 33.67%
G 201 of 490 ~ 41.02%
B 124 of 490 ~ 25.31'%

%33.67
%41.02
%25.31

CMYK color model

#A5C97C color CMYK value is (18,0,38,21).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 21.18%

CMYK: (18,0,38,21)
C18M0Y38K21 (18%, 0%, 38%, 21%)
(0.18 / 0.00 / 0.38 / 0.21)

CMYK percentages

%17.91
%0
%38.31
%21.18

Codes

Color #A5C97C in popluar color models

A5 C9 7C
RGB 165 201 124
HSL 88° 41.62% 63.73%
HSB/HSV 88° 38.31% 78.82%
CMYK 17.91% 0.00% 38.31%
21.18%

Color #A5C97C in popluar number systems.

HEX A5 C9 7C
Decimal 165 201 124
Binary 10100101 11001001 1111100
Octal 245 311 174

Shades and tints

Shades of #A5C97C

#A5C97C
(165,201,124)
#96B771
(150,183,113)
#87A566
(135,165,102)
#78935B
(120,147,91)
#698150
(105,129,80)
#5A6F45
(90,111,69)
#4B5D3A
(75,93,58)
#3C4B2F
(60,75,47)
#2D3924
(45,57,36)
#1E2719
(30,39,25)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #A5C97C

#A5C97C
(165,201,124)
#ADCD87
(173,205,135)
#B5D192
(181,209,146)
#BDD59D
(189,213,157)
#C5D9A8
(197,217,168)
#CDDDB3
(205,221,179)
#D5E1BE
(213,225,190)
#DDE5C9
(221,229,201)
#E5E9D4
(229,233,212)
#EDEDDF
(237,237,223)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C97C; }

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

This text font color is #A5C97C.

Background Color

.myBgColor { background-color: #A5C97C; }

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

This div background color is #A5C97C.

Border color

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

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

This div border color is #A5C97C.

Opacity

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

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

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

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

This text has shadow with #A5C97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C97C.

Preview

Color preview on black background

This text has color #A5C97C on black background.


Color preview on white background

This text has color #A5C97C on white background.


Black color preview on #A5C97C background

This text has black color on #A5C97C background.


White color preview on #A5C97C background

This text has white color on #A5C97C background.


Related colors

Complementary color

Complementary color for #hex is #5A3683.


I love getcolorcode.com

Triadic colors

1 #7CA5C9 and #C97CA5 with #A5C97C are triadic colors.

2 #7CC9A5 and #C9A57C with #A5C97C are triadic colors.