COLOR #A4CC45

HEX: #A4CC45
RGB: (164,204,69)

Color info

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

RGB color model

#A4CC45 color RGB value is (164,204,69).

  • red value is 164;
  • green value is 204;
  • blue value is 69.
RGB:
(164,204,69)
(64%,80%,27%)

RGB channels and saturation

R 164 of 255 = 64%
G 204 of 255 = 80%
B 69 of 255 = 27%

164
204
69

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

Portions of RGB colors in percentages

R + G + B =
164 + 204 + 69 = 437 (100%)
R 164 of 437 ~ 37.53%
G 204 of 437 ~ 46.68%
B 69 of 437 ~ 15.79%

%37.53
%46.68
%15.79

CMYK color model

#A4CC45 color CMYK value is (20,0,66,20).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 20.00%
CMYK:
(20,0,66,20)
C20M0Y66K20 
(20%,0%,66%,20%)
(0.20/0.00/0.66/0.20)	

CMYK percentages

%19.61
%0
%66.18
%20

Codes

Color #A4CC45 in popluar color models

A4CC45
RGB16420469
HSL78°56.96%53.53%
HSB/HSV78°66.18%80.00%
CMYK19.61%0.00%66.18%
20.00%

Color #A4CC45 in popluar number systems.

HEXA4CC45
Decimal16420469
Binary10100100110011001000101
Octal244314105

Shades and tints

Shades of #A4CC45

#A4CC45
(164,204,69)
#96BA3F
(150,186,63)
#88A839
(136,168,57)
#7A9633
(122,150,51)
#6C842D
(108,132,45)
#5E7227
(94,114,39)
#506021
(80,96,33)
#424E1B
(66,78,27)
#343C15
(52,60,21)
#262A0F
(38,42,15)
#181809
(24,24,9)
#000000
(0,0,0)

Tints of #A4CC45

#A4CC45
(164,204,69)
#ACD055
(172,208,85)
#B4D465
(180,212,101)
#BCD875
(188,216,117)
#C4DC85
(196,220,133)
#CCE095
(204,224,149)
#D4E4A5
(212,228,165)
#DCE8B5
(220,232,181)
#E4ECC5
(228,236,197)
#ECF0D5
(236,240,213)
#F4F4E5
(244,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CC45 color. Also use rgb(164,204,69) instead hex code.

Text Font Color

.myTextColor { color: #A4CC45; }

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

This text font color is #A4CC45.


Background Color

.myBgColor { background-color: #A4CC45; }

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

This div background color is #A4CC45.


Border color

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

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

This div border color is #A4CC45.


Opacity

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

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

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

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

This text has shadow with #A4CC45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CC45 on black background.


Color preview on white background

This text has color #A4CC45 on white background.



Black color preview on #A4CC45 background

This text has black color on #A4CC45 background.


White color preview on #A4CC45 background

This text has white color on #A4CC45 background.