COLOR #A4CA91

HEX: #A4CA91
RGB: (164,202,145)

Color info

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

RGB color model

#A4CA91 color RGB value is (164,202,145).

  • red value is 164;
  • green value is 202;
  • blue value is 145.
RGB:
(164,202,145)
(64%,79%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 202 of 255 = 79%
B 145 of 255 = 57%

164
202
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 202 + 145 = 511 (100%)
R 164 of 511 ~ 32.09%
G 202 of 511 ~ 39.53%
B 145 of 511 ~ 28.38%

%32.09
%39.53
%28.38

CMYK color model

#A4CA91 color CMYK value is (19,0,28,21).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 20.78%
CMYK:
(19,0,28,21)
C19M0Y28K21 
(19%,0%,28%,21%)
(0.19/0.00/0.28/0.21)	

CMYK percentages

%18.81
%0
%28.22
%20.78

Codes

Color #A4CA91 in popluar color models

A4CA91
RGB164202145
HSL100°34.97%68.04%
HSB/HSV100°28.22%79.22%
CMYK18.81%0.00%28.22%
20.78%

Color #A4CA91 in popluar number systems.

HEXA4CA91
Decimal164202145
Binary101001001100101010010001
Octal244312221

Shades and tints

Shades of #A4CA91

#A4CA91
(164,202,145)
#96B884
(150,184,132)
#88A677
(136,166,119)
#7A946A
(122,148,106)
#6C825D
(108,130,93)
#5E7050
(94,112,80)
#505E43
(80,94,67)
#424C36
(66,76,54)
#343A29
(52,58,41)
#26281C
(38,40,28)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #A4CA91

#A4CA91
(164,202,145)
#ACCE9B
(172,206,155)
#B4D2A5
(180,210,165)
#BCD6AF
(188,214,175)
#C4DAB9
(196,218,185)
#CCDEC3
(204,222,195)
#D4E2CD
(212,226,205)
#DCE6D7
(220,230,215)
#E4EAE1
(228,234,225)
#ECEEEB
(236,238,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CA91 color. Also use rgb(164,202,145) instead hex code.

Text Font Color

.myTextColor { color: #A4CA91; }

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

This text font color is #A4CA91.


Background Color

.myBgColor { background-color: #A4CA91; }

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

This div background color is #A4CA91.


Border color

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

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

This div border color is #A4CA91.


Opacity

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

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

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

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

This text has shadow with #A4CA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CA91 on black background.


Color preview on white background

This text has color #A4CA91 on white background.



Black color preview on #A4CA91 background

This text has black color on #A4CA91 background.


White color preview on #A4CA91 background

This text has white color on #A4CA91 background.