COLOR #A5C793

HEX: #A5C793
RGB: (165,199,147)

Color info

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

RGB color model

#A5C793 color RGB value is (165,199,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 147 of 255 = 58%

165
199
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 199 + 147 = 511 (100%)
R 165 of 511 ~ 32.29%
G 199 of 511 ~ 38.94%
B 147 of 511 ~ 28.77%

%32.29
%38.94
%28.77

CMYK color model

#A5C793 color CMYK value is (17,0,26,22).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 21.96%
CMYK:
(17,0,26,22)
C17M0Y26K22 
(17%,0%,26%,22%)
(0.17/0.00/0.26/0.22)	

CMYK percentages

%17.09
%0
%26.13
%21.96

Codes

Color #A5C793 in popluar color models

A5C793
RGB165199147
HSL99°31.71%67.84%
HSB/HSV99°26.13%78.04%
CMYK17.09%0.00%26.13%
21.96%

Color #A5C793 in popluar number systems.

HEXA5C793
Decimal165199147
Binary101001011100011110010011
Octal245307223

Shades and tints

Shades of #A5C793

#A5C793
(165,199,147)
#96B586
(150,181,134)
#87A379
(135,163,121)
#78916C
(120,145,108)
#697F5F
(105,127,95)
#5A6D52
(90,109,82)
#4B5B45
(75,91,69)
#3C4938
(60,73,56)
#2D372B
(45,55,43)
#1E251E
(30,37,30)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5C793

#A5C793
(165,199,147)
#ADCC9C
(173,204,156)
#B5D1A5
(181,209,165)
#BDD6AE
(189,214,174)
#C5DBB7
(197,219,183)
#CDE0C0
(205,224,192)
#D5E5C9
(213,229,201)
#DDEAD2
(221,234,210)
#E5EFDB
(229,239,219)
#EDF4E4
(237,244,228)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C793; }

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

This text font color is #A5C793.


Background Color

.myBgColor { background-color: #A5C793; }

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

This div background color is #A5C793.


Border color

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

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

This div border color is #A5C793.


Opacity

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

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

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

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

This text has shadow with #A5C793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C793 on black background.


Color preview on white background

This text has color #A5C793 on white background.



Black color preview on #A5C793 background

This text has black color on #A5C793 background.


White color preview on #A5C793 background

This text has white color on #A5C793 background.