COLOR #A4C08A

HEX: #A4C08A RGB: (164,192,138)

Color info

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

RGB color model

#A4C08A color RGB value is (164,192,138).

RGB: (164,192,138) (64%, 75%, 54%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 138 of 255 = 54%

164
192
138

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

Portions of RGB colors in percentages

R + G + B = 164 + 192 + 138 = 494 (100%)
R 164 of 494 ~ 33.2%
G 192 of 494 ~ 38.87%
B 138 of 494 ~ 27.94'%

%33.2
%38.87
%27.94

CMYK color model

#A4C08A color CMYK value is (15,0,28,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK: (15,0,28,25) C15M0Y28K25 (15%,0%,28%,25%) (0.15/0.00/0.28/0.25) 

CMYK percentages

%14.58
%0
%28.13
%24.71

Codes

Color #A4C08A in popluar color models

A4 C0 8A
RGB 164 192 138
HSL 91° 30.00% 64.71%
HSB/HSV 91° 28.13% 75.29%
CMYK 14.58% 0.00% 28.13%
24.71%

Color #A4C08A in popluar number systems.

HEX A4 C0 8A
Decimal 164 192 138
Binary 10100100 11000000 10001010
Octal 244 300 212

Shades and tints

Shades of #A4C08A

#A4C08A
(164,192,138)
#96AF7E
(150,175,126)
#889E72
(136,158,114)
#7A8D66
(122,141,102)
#6C7C5A
(108,124,90)
#5E6B4E
(94,107,78)
#505A42
(80,90,66)
#424936
(66,73,54)
#34382A
(52,56,42)
#26271E
(38,39,30)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A4C08A

#A4C08A
(164,192,138)
#ACC594
(172,197,148)
#B4CA9E
(180,202,158)
#BCCFA8
(188,207,168)
#C4D4B2
(196,212,178)
#CCD9BC
(204,217,188)
#D4DEC6
(212,222,198)
#DCE3D0
(220,227,208)
#E4E8DA
(228,232,218)
#ECEDE4
(236,237,228)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C08A color. Also use rgb(164,192,138) instead hex code.

Text Font Color

.myTextColor { color: #A4C08A; }

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

This text font color is #A4C08A.

Background Color

.myBgColor { background-color: #A4C08A; }

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

This div background color is #A4C08A.

Border color

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

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

This div border color is #A4C08A.

Opacity

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

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

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

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

This text has shadow with #A4C08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C08A.

Preview

Color preview on black background

This text has color #A4C08A on black background.


Color preview on white background

This text has color #A4C08A on white background.


Black color preview on #A4C08A background

This text has black color on #A4C08A background.


White color preview on #A4C08A background

This text has white color on #A4C08A background.


Related colors

Complementary color

Complementary color for #hex is #5B3F75.


I love getcolorcode.com

Triadic colors

1 #8AA4C0 and #C08AA4 with #A4C08A are triadic colors.

2 #8AC0A4 and #C0A48A with #A4C08A are triadic colors.