COLOR #A4C95A

HEX: #A4C95A RGB: (164,201,90)

Color info

#A4C95A contains mainly red and green colors. Web safe color of #A4C95A is #99CC66 (or #9C6).

RGB color model

#A4C95A color RGB value is (164,201,90).

RGB: (164,201,90) (64%, 79%, 35%)

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 90 of 255 = 35%

164
201
90

R + G + B ~ 59%. #A4C95A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 201 + 90 = 455 (100%)
R 164 of 455 ~ 36.04%
G 201 of 455 ~ 44.18%
B 90 of 455 ~ 19.78'%

%36.04
%44.18
%19.78

CMYK color model

#A4C95A color CMYK value is (18,0,55,21).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 55.22%
  • key color value is 21.18%

CMYK: (18,0,55,21)
C18M0Y55K21 (18%, 0%, 55%, 21%)
(0.18 / 0.00 / 0.55 / 0.21)

CMYK percentages

%18.41
%0
%55.22
%21.18

Codes

Color #A4C95A in popluar color models

A4 C9 5A
RGB 164 201 90
HSL 80° 50.68% 57.06%
HSB/HSV 80° 55.22% 78.82%
CMYK 18.41% 0.00% 55.22%
21.18%

Color #A4C95A in popluar number systems.

HEX A4 C9 5A
Decimal 164 201 90
Binary 10100100 11001001 1011010
Octal 244 311 132

Shades and tints

Shades of #A4C95A

#A4C95A
(164,201,90)
#96B752
(150,183,82)
#88A54A
(136,165,74)
#7A9342
(122,147,66)
#6C813A
(108,129,58)
#5E6F32
(94,111,50)
#505D2A
(80,93,42)
#424B22
(66,75,34)
#34391A
(52,57,26)
#262712
(38,39,18)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #A4C95A

#A4C95A
(164,201,90)
#ACCD69
(172,205,105)
#B4D178
(180,209,120)
#BCD587
(188,213,135)
#C4D996
(196,217,150)
#CCDDA5
(204,221,165)
#D4E1B4
(212,225,180)
#DCE5C3
(220,229,195)
#E4E9D2
(228,233,210)
#ECEDE1
(236,237,225)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C95A color. Also use rgb(164,201,90) instead hex code.

Text Font Color

.myTextColor { color: #A4C95A; }

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

This text font color is #A4C95A.

Background Color

.myBgColor { background-color: #A4C95A; }

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

This div background color is #A4C95A.

Border color

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

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

This div border color is #A4C95A.

Opacity

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

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

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

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

This text has shadow with #A4C95A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C95A.

Preview

Color preview on black background

This text has color #A4C95A on black background.


Color preview on white background

This text has color #A4C95A on white background.


Black color preview on #A4C95A background

This text has black color on #A4C95A background.


White color preview on #A4C95A background

This text has white color on #A4C95A background.


Related colors

Complementary color

Complementary color for #hex is #5B36A5.


I love getcolorcode.com

Triadic colors

1 #5AA4C9 and #C95AA4 with #A4C95A are triadic colors.

2 #5AC9A4 and #C9A45A with #A4C95A are triadic colors.