COLOR #A4C074

HEX: #A4C074
RGB: (164,192,116)

Color info

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

RGB color model

#A4C074 color RGB value is (164,192,116).

  • red value is 164;
  • green value is 192;
  • blue value is 116.
RGB:
(164,192,116)
(64%,75%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 116 of 255 = 45%

164
192
116

R + G + B ~ 61%. #A4C074 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 116 = 472 (100%)
R 164 of 472 ~ 34.75%
G 192 of 472 ~ 40.68%
B 116 of 472 ~ 24.58%

%34.75
%40.68
%24.58

CMYK color model

#A4C074 color CMYK value is (15,0,40,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(15,0,40,25)
C15M0Y40K25 
(15%,0%,40%,25%)
(0.15/0.00/0.40/0.25)	

CMYK percentages

%14.58
%0
%39.58
%24.71

Codes

Color #A4C074 in popluar color models

A4C074
RGB164192116
HSL82°37.62%60.39%
HSB/HSV82°39.58%75.29%
CMYK14.58%0.00%39.58%
24.71%

Color #A4C074 in popluar number systems.

HEXA4C074
Decimal164192116
Binary10100100110000001110100
Octal244300164

Shades and tints

Shades of #A4C074

#A4C074
(164,192,116)
#96AF6A
(150,175,106)
#889E60
(136,158,96)
#7A8D56
(122,141,86)
#6C7C4C
(108,124,76)
#5E6B42
(94,107,66)
#505A38
(80,90,56)
#42492E
(66,73,46)
#343824
(52,56,36)
#26271A
(38,39,26)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A4C074

#A4C074
(164,192,116)
#ACC580
(172,197,128)
#B4CA8C
(180,202,140)
#BCCF98
(188,207,152)
#C4D4A4
(196,212,164)
#CCD9B0
(204,217,176)
#D4DEBC
(212,222,188)
#DCE3C8
(220,227,200)
#E4E8D4
(228,232,212)
#ECEDE0
(236,237,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C074; }

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

This text font color is #A4C074.


Background Color

.myBgColor { background-color: #A4C074; }

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

This div background color is #A4C074.


Border color

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

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

This div border color is #A4C074.


Opacity

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

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

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

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

This text has shadow with #A4C074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C074 on black background.


Color preview on white background

This text has color #A4C074 on white background.



Black color preview on #A4C074 background

This text has black color on #A4C074 background.


White color preview on #A4C074 background

This text has white color on #A4C074 background.