COLOR #A5C789

HEX: #A5C789
RGB: (165,199,137)

Color info

#A5C789 contains mainly red and green colors. Web safe color of #A5C789 is #99CC99 (or #9C9).

RGB color model

#A5C789 color RGB value is (165,199,137).

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

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 137 of 255 = 54%

165
199
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 199 + 137 = 501 (100%)
R 165 of 501 ~ 32.93%
G 199 of 501 ~ 39.72%
B 137 of 501 ~ 27.35%

%32.93
%39.72
%27.35

CMYK color model

#A5C789 color CMYK value is (17,0,31,22).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 31.16%
  • key color value is 21.96%
CMYK:
(17,0,31,22)
C17M0Y31K22 
(17%,0%,31%,22%)
(0.17/0.00/0.31/0.22)	

CMYK percentages

%17.09
%0
%31.16
%21.96

Codes

Color #A5C789 in popluar color models

A5C789
RGB165199137
HSL93°35.63%65.88%
HSB/HSV93°31.16%78.04%
CMYK17.09%0.00%31.16%
21.96%

Color #A5C789 in popluar number systems.

HEXA5C789
Decimal165199137
Binary101001011100011110001001
Octal245307211

Shades and tints

Shades of #A5C789

#A5C789
(165,199,137)
#96B57D
(150,181,125)
#87A371
(135,163,113)
#789165
(120,145,101)
#697F59
(105,127,89)
#5A6D4D
(90,109,77)
#4B5B41
(75,91,65)
#3C4935
(60,73,53)
#2D3729
(45,55,41)
#1E251D
(30,37,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5C789

#A5C789
(165,199,137)
#ADCC93
(173,204,147)
#B5D19D
(181,209,157)
#BDD6A7
(189,214,167)
#C5DBB1
(197,219,177)
#CDE0BB
(205,224,187)
#D5E5C5
(213,229,197)
#DDEACF
(221,234,207)
#E5EFD9
(229,239,217)
#EDF4E3
(237,244,227)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C789; }

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

This text font color is #A5C789.


Background Color

.myBgColor { background-color: #A5C789; }

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

This div background color is #A5C789.


Border color

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

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

This div border color is #A5C789.


Opacity

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

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

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

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

This text has shadow with #A5C789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C789 on black background.


Color preview on white background

This text has color #A5C789 on white background.



Black color preview on #A5C789 background

This text has black color on #A5C789 background.


White color preview on #A5C789 background

This text has white color on #A5C789 background.