COLOR #A5C194

HEX: #A5C194
RGB: (165,193,148)

Color info

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

RGB color model

#A5C194 color RGB value is (165,193,148).

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

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 148 of 255 = 58%

165
193
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 148 = 506 (100%)
R 165 of 506 ~ 32.61%
G 193 of 506 ~ 38.14%
B 148 of 506 ~ 29.25%

%32.61
%38.14
%29.25

CMYK color model

#A5C194 color CMYK value is (15,0,23,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 24.31%
CMYK:
(15,0,23,24)
C15M0Y23K24 
(15%,0%,23%,24%)
(0.15/0.00/0.23/0.24)	

CMYK percentages

%14.51
%0
%23.32
%24.31

Codes

Color #A5C194 in popluar color models

A5C194
RGB165193148
HSL97°26.63%66.86%
HSB/HSV97°23.32%75.69%
CMYK14.51%0.00%23.32%
24.31%

Color #A5C194 in popluar number systems.

HEXA5C194
Decimal165193148
Binary101001011100000110010100
Octal245301224

Shades and tints

Shades of #A5C194

#A5C194
(165,193,148)
#96B087
(150,176,135)
#879F7A
(135,159,122)
#788E6D
(120,142,109)
#697D60
(105,125,96)
#5A6C53
(90,108,83)
#4B5B46
(75,91,70)
#3C4A39
(60,74,57)
#2D392C
(45,57,44)
#1E281F
(30,40,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A5C194

#A5C194
(165,193,148)
#ADC69D
(173,198,157)
#B5CBA6
(181,203,166)
#BDD0AF
(189,208,175)
#C5D5B8
(197,213,184)
#CDDAC1
(205,218,193)
#D5DFCA
(213,223,202)
#DDE4D3
(221,228,211)
#E5E9DC
(229,233,220)
#EDEEE5
(237,238,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C194; }

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

This text font color is #A5C194.


Background Color

.myBgColor { background-color: #A5C194; }

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

This div background color is #A5C194.


Border color

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

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

This div border color is #A5C194.


Opacity

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

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

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

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

This text has shadow with #A5C194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C194 on black background.


Color preview on white background

This text has color #A5C194 on white background.



Black color preview on #A5C194 background

This text has black color on #A5C194 background.


White color preview on #A5C194 background

This text has white color on #A5C194 background.