COLOR #A4C58F

HEX: #A4C58F
RGB: (164,197,143)

Color info

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

RGB color model

#A4C58F color RGB value is (164,197,143).

  • red value is 164;
  • green value is 197;
  • blue value is 143.
RGB:
(164,197,143)
(64%,77%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 143 of 255 = 56%

164
197
143

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

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 143 = 504 (100%)
R 164 of 504 ~ 32.54%
G 197 of 504 ~ 39.09%
B 143 of 504 ~ 28.37%

%32.54
%39.09
%28.37

CMYK color model

#A4C58F color CMYK value is (17,0,27,23).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 22.75%
CMYK:
(17,0,27,23)
C17M0Y27K23 
(17%,0%,27%,23%)
(0.17/0.00/0.27/0.23)	

CMYK percentages

%16.75
%0
%27.41
%22.75

Codes

Color #A4C58F in popluar color models

A4C58F
RGB164197143
HSL97°31.76%66.67%
HSB/HSV97°27.41%77.25%
CMYK16.75%0.00%27.41%
22.75%

Color #A4C58F in popluar number systems.

HEXA4C58F
Decimal164197143
Binary101001001100010110001111
Octal244305217

Shades and tints

Shades of #A4C58F

#A4C58F
(164,197,143)
#96B482
(150,180,130)
#88A375
(136,163,117)
#7A9268
(122,146,104)
#6C815B
(108,129,91)
#5E704E
(94,112,78)
#505F41
(80,95,65)
#424E34
(66,78,52)
#343D27
(52,61,39)
#262C1A
(38,44,26)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #A4C58F

#A4C58F
(164,197,143)
#ACCA99
(172,202,153)
#B4CFA3
(180,207,163)
#BCD4AD
(188,212,173)
#C4D9B7
(196,217,183)
#CCDEC1
(204,222,193)
#D4E3CB
(212,227,203)
#DCE8D5
(220,232,213)
#E4EDDF
(228,237,223)
#ECF2E9
(236,242,233)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C58F color. Also use rgb(164,197,143) instead hex code.

Text Font Color

.myTextColor { color: #A4C58F; }

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

This text font color is #A4C58F.


Background Color

.myBgColor { background-color: #A4C58F; }

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

This div background color is #A4C58F.


Border color

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

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

This div border color is #A4C58F.


Opacity

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

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

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

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

This text has shadow with #A4C58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C58F on black background.


Color preview on white background

This text has color #A4C58F on white background.



Black color preview on #A4C58F background

This text has black color on #A4C58F background.


White color preview on #A4C58F background

This text has white color on #A4C58F background.