COLOR #A4C869

HEX: #A4C869
RGB: (164,200,105)

Color info

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

RGB color model

#A4C869 color RGB value is (164,200,105).

  • red value is 164;
  • green value is 200;
  • blue value is 105.
RGB:
(164,200,105)
(64%,78%,41%)

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 105 of 255 = 41%

164
200
105

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

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 105 = 469 (100%)
R 164 of 469 ~ 34.97%
G 200 of 469 ~ 42.64%
B 105 of 469 ~ 22.39%

%34.97
%42.64
%22.39

CMYK color model

#A4C869 color CMYK value is (18,0,48,22).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 21.57%
CMYK:
(18,0,48,22)
C18M0Y48K22 
(18%,0%,48%,22%)
(0.18/0.00/0.48/0.22)	

CMYK percentages

%18
%0
%47.5
%21.57

Codes

Color #A4C869 in popluar color models

A4C869
RGB164200105
HSL83°46.34%59.80%
HSB/HSV83°47.50%78.43%
CMYK18.00%0.00%47.50%
21.57%

Color #A4C869 in popluar number systems.

HEXA4C869
Decimal164200105
Binary10100100110010001101001
Octal244310151

Shades and tints

Shades of #A4C869

#A4C869
(164,200,105)
#96B660
(150,182,96)
#88A457
(136,164,87)
#7A924E
(122,146,78)
#6C8045
(108,128,69)
#5E6E3C
(94,110,60)
#505C33
(80,92,51)
#424A2A
(66,74,42)
#343821
(52,56,33)
#262618
(38,38,24)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #A4C869

#A4C869
(164,200,105)
#ACCD76
(172,205,118)
#B4D283
(180,210,131)
#BCD790
(188,215,144)
#C4DC9D
(196,220,157)
#CCE1AA
(204,225,170)
#D4E6B7
(212,230,183)
#DCEBC4
(220,235,196)
#E4F0D1
(228,240,209)
#ECF5DE
(236,245,222)
#F4FAEB
(244,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C869 color. Also use rgb(164,200,105) instead hex code.

Text Font Color

.myTextColor { color: #A4C869; }

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

This text font color is #A4C869.


Background Color

.myBgColor { background-color: #A4C869; }

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

This div background color is #A4C869.


Border color

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

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

This div border color is #A4C869.


Opacity

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

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

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

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

This text has shadow with #A4C869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C869 on black background.


Color preview on white background

This text has color #A4C869 on white background.



Black color preview on #A4C869 background

This text has black color on #A4C869 background.


White color preview on #A4C869 background

This text has white color on #A4C869 background.