COLOR #A5C19C

HEX: #A5C19C
RGB: (165,193,156)

Color info

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

RGB color model

#A5C19C color RGB value is (165,193,156).

  • red value is 165;
  • green value is 193;
  • blue value is 156.
RGB:
(165,193,156)
(65%,76%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 156 of 255 = 61%

165
193
156

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

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 156 = 514 (100%)
R 165 of 514 ~ 32.1%
G 193 of 514 ~ 37.55%
B 156 of 514 ~ 30.35%

%32.1
%37.55
%30.35

CMYK color model

#A5C19C color CMYK value is (15,0,19,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 24.31%
CMYK:
(15,0,19,24)
C15M0Y19K24 
(15%,0%,19%,24%)
(0.15/0.00/0.19/0.24)	

CMYK percentages

%14.51
%0
%19.17
%24.31

Codes

Color #A5C19C in popluar color models

A5C19C
RGB165193156
HSL105°22.98%68.43%
HSB/HSV105°19.17%75.69%
CMYK14.51%0.00%19.17%
24.31%

Color #A5C19C in popluar number systems.

HEXA5C19C
Decimal165193156
Binary101001011100000110011100
Octal245301234

Shades and tints

Shades of #A5C19C

#A5C19C
(165,193,156)
#96B08E
(150,176,142)
#879F80
(135,159,128)
#788E72
(120,142,114)
#697D64
(105,125,100)
#5A6C56
(90,108,86)
#4B5B48
(75,91,72)
#3C4A3A
(60,74,58)
#2D392C
(45,57,44)
#1E281E
(30,40,30)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5C19C

#A5C19C
(165,193,156)
#ADC6A5
(173,198,165)
#B5CBAE
(181,203,174)
#BDD0B7
(189,208,183)
#C5D5C0
(197,213,192)
#CDDAC9
(205,218,201)
#D5DFD2
(213,223,210)
#DDE4DB
(221,228,219)
#E5E9E4
(229,233,228)
#EDEEED
(237,238,237)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C19C color. Also use rgb(165,193,156) instead hex code.

Text Font Color

.myTextColor { color: #A5C19C; }

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

This text font color is #A5C19C.


Background Color

.myBgColor { background-color: #A5C19C; }

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

This div background color is #A5C19C.


Border color

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

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

This div border color is #A5C19C.


Opacity

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

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

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

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

This text has shadow with #A5C19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C19C on black background.


Color preview on white background

This text has color #A5C19C on white background.



Black color preview on #A5C19C background

This text has black color on #A5C19C background.


White color preview on #A5C19C background

This text has white color on #A5C19C background.