COLOR #A4C334

HEX: #A4C334
RGB: (164,195,52)

Color info

#A4C334 contains mainly red and green colors. Web safe color of #A4C334 is #99CC33 (or #9C3).

RGB color model

#A4C334 color RGB value is (164,195,52).

  • red value is 164;
  • green value is 195;
  • blue value is 52.
RGB:
(164,195,52)
(64%,76%,20%)

RGB channels and saturation

R 164 of 255 = 64%
G 195 of 255 = 76%
B 52 of 255 = 20%

164
195
52

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

Portions of RGB colors in percentages

R + G + B =
164 + 195 + 52 = 411 (100%)
R 164 of 411 ~ 39.9%
G 195 of 411 ~ 47.45%
B 52 of 411 ~ 12.65%

%39.9
%47.45
%12.65

CMYK color model

#A4C334 color CMYK value is (16,0,73,24).

  • cyan value is 15.90%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 23.53%
CMYK:
(16,0,73,24)
C16M0Y73K24 
(16%,0%,73%,24%)
(0.16/0.00/0.73/0.24)	

CMYK percentages

%15.9
%0
%73.33
%23.53

Codes

Color #A4C334 in popluar color models

A4C334
RGB16419552
HSL73°57.89%48.43%
HSB/HSV73°73.33%76.47%
CMYK15.90%0.00%73.33%
23.53%

Color #A4C334 in popluar number systems.

HEXA4C334
Decimal16419552
Binary1010010011000011110100
Octal24430364

Shades and tints

Shades of #A4C334

#A4C334
(164,195,52)
#96B230
(150,178,48)
#88A12C
(136,161,44)
#7A9028
(122,144,40)
#6C7F24
(108,127,36)
#5E6E20
(94,110,32)
#505D1C
(80,93,28)
#424C18
(66,76,24)
#343B14
(52,59,20)
#262A10
(38,42,16)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #A4C334

#A4C334
(164,195,52)
#ACC846
(172,200,70)
#B4CD58
(180,205,88)
#BCD26A
(188,210,106)
#C4D77C
(196,215,124)
#CCDC8E
(204,220,142)
#D4E1A0
(212,225,160)
#DCE6B2
(220,230,178)
#E4EBC4
(228,235,196)
#ECF0D6
(236,240,214)
#F4F5E8
(244,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C334 color. Also use rgb(164,195,52) instead hex code.

Text Font Color

.myTextColor { color: #A4C334; }

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

This text font color is #A4C334.


Background Color

.myBgColor { background-color: #A4C334; }

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

This div background color is #A4C334.


Border color

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

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

This div border color is #A4C334.


Opacity

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

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

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

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

This text has shadow with #A4C334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C334 on black background.


Color preview on white background

This text has color #A4C334 on white background.



Black color preview on #A4C334 background

This text has black color on #A4C334 background.


White color preview on #A4C334 background

This text has white color on #A4C334 background.