COLOR #A4C181

HEX: #A4C181
RGB: (164,193,129)

Color info

#A4C181 contains mainly red and green colors. Web safe color of #A4C181 is #99CC99 (or #9C9).

RGB color model

#A4C181 color RGB value is (164,193,129).

  • red value is 164;
  • green value is 193;
  • blue value is 129.
RGB:
(164,193,129)
(64%,76%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 193 of 255 = 76%
B 129 of 255 = 51%

164
193
129

R + G + B ~ 64%. #A4C181 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 193 + 129 = 486 (100%)
R 164 of 486 ~ 33.74%
G 193 of 486 ~ 39.71%
B 129 of 486 ~ 26.54%

%33.74
%39.71
%26.54

CMYK color model

#A4C181 color CMYK value is (15,0,33,24).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 24.31%
CMYK:
(15,0,33,24)
C15M0Y33K24 
(15%,0%,33%,24%)
(0.15/0.00/0.33/0.24)	

CMYK percentages

%15.03
%0
%33.16
%24.31

Codes

Color #A4C181 in popluar color models

A4C181
RGB164193129
HSL87°34.04%63.14%
HSB/HSV87°33.16%75.69%
CMYK15.03%0.00%33.16%
24.31%

Color #A4C181 in popluar number systems.

HEXA4C181
Decimal164193129
Binary101001001100000110000001
Octal244301201

Shades and tints

Shades of #A4C181

#A4C181
(164,193,129)
#96B076
(150,176,118)
#889F6B
(136,159,107)
#7A8E60
(122,142,96)
#6C7D55
(108,125,85)
#5E6C4A
(94,108,74)
#505B3F
(80,91,63)
#424A34
(66,74,52)
#343929
(52,57,41)
#26281E
(38,40,30)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4C181

#A4C181
(164,193,129)
#ACC68C
(172,198,140)
#B4CB97
(180,203,151)
#BCD0A2
(188,208,162)
#C4D5AD
(196,213,173)
#CCDAB8
(204,218,184)
#D4DFC3
(212,223,195)
#DCE4CE
(220,228,206)
#E4E9D9
(228,233,217)
#ECEEE4
(236,238,228)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C181 color. Also use rgb(164,193,129) instead hex code.

Text Font Color

.myTextColor { color: #A4C181; }

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

This text font color is #A4C181.


Background Color

.myBgColor { background-color: #A4C181; }

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

This div background color is #A4C181.


Border color

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

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

This div border color is #A4C181.


Opacity

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

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

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

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

This text has shadow with #A4C181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C181 on black background.


Color preview on white background

This text has color #A4C181 on white background.



Black color preview on #A4C181 background

This text has black color on #A4C181 background.


White color preview on #A4C181 background

This text has white color on #A4C181 background.