COLOR #A4CC91

HEX: #A4CC91
RGB: (164,204,145)

Color info

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

RGB color model

#A4CC91 color RGB value is (164,204,145).

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

RGB channels and saturation

R 164 of 255 = 64%
G 204 of 255 = 80%
B 145 of 255 = 57%

164
204
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 204 + 145 = 513 (100%)
R 164 of 513 ~ 31.97%
G 204 of 513 ~ 39.77%
B 145 of 513 ~ 28.27%

%31.97
%39.77
%28.27

CMYK color model

#A4CC91 color CMYK value is (20,0,29,20).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(20,0,29,20)
C20M0Y29K20 
(20%,0%,29%,20%)
(0.20/0.00/0.29/0.20)	

CMYK percentages

%19.61
%0
%28.92
%20

Codes

Color #A4CC91 in popluar color models

A4CC91
RGB164204145
HSL101°36.65%68.43%
HSB/HSV101°28.92%80.00%
CMYK19.61%0.00%28.92%
20.00%

Color #A4CC91 in popluar number systems.

HEXA4CC91
Decimal164204145
Binary101001001100110010010001
Octal244314221

Shades and tints

Shades of #A4CC91

#A4CC91
(164,204,145)
#96BA84
(150,186,132)
#88A877
(136,168,119)
#7A966A
(122,150,106)
#6C845D
(108,132,93)
#5E7250
(94,114,80)
#506043
(80,96,67)
#424E36
(66,78,54)
#343C29
(52,60,41)
#262A1C
(38,42,28)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #A4CC91

#A4CC91
(164,204,145)
#ACD09B
(172,208,155)
#B4D4A5
(180,212,165)
#BCD8AF
(188,216,175)
#C4DCB9
(196,220,185)
#CCE0C3
(204,224,195)
#D4E4CD
(212,228,205)
#DCE8D7
(220,232,215)
#E4ECE1
(228,236,225)
#ECF0EB
(236,240,235)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CC91; }

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

This text font color is #A4CC91.


Background Color

.myBgColor { background-color: #A4CC91; }

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

This div background color is #A4CC91.


Border color

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

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

This div border color is #A4CC91.


Opacity

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

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

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

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

This text has shadow with #A4CC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CC91 on black background.


Color preview on white background

This text has color #A4CC91 on white background.



Black color preview on #A4CC91 background

This text has black color on #A4CC91 background.


White color preview on #A4CC91 background

This text has white color on #A4CC91 background.