COLOR #A4C16D

HEX: #A4C16D RGB: (164,193,109)

Color info

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

RGB color model

#A4C16D color RGB value is (164,193,109).

RGB: (164,193,109) (64%, 76%, 43%)

RGB channels and saturation

R 164 of 255 = 64%
G 193 of 255 = 76%
B 109 of 255 = 43%

164
193
109

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

Portions of RGB colors in percentages

R + G + B = 164 + 193 + 109 = 466 (100%)
R 164 of 466 ~ 35.19%
G 193 of 466 ~ 41.42%
B 109 of 466 ~ 23.39'%

%35.19
%41.42
%23.39

CMYK color model

#A4C16D color CMYK value is (15,0,44,24).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 43.52%
  • key color value is 24.31%

CMYK: (15,0,44,24)
C15M0Y44K24 (15%, 0%, 44%, 24%)
(0.15 / 0.00 / 0.44 / 0.24)

CMYK percentages

%15.03
%0
%43.52
%24.31

Codes

Color #A4C16D in popluar color models

A4 C1 6D
RGB 164 193 109
HSL 81° 40.38% 59.22%
HSB/HSV 81° 43.52% 75.69%
CMYK 15.03% 0.00% 43.52%
24.31%

Color #A4C16D in popluar number systems.

HEX A4 C1 6D
Decimal 164 193 109
Binary 10100100 11000001 1101101
Octal 244 301 155

Shades and tints

Shades of #A4C16D

#A4C16D
(164,193,109)
#96B064
(150,176,100)
#889F5B
(136,159,91)
#7A8E52
(122,142,82)
#6C7D49
(108,125,73)
#5E6C40
(94,108,64)
#505B37
(80,91,55)
#424A2E
(66,74,46)
#343925
(52,57,37)
#26281C
(38,40,28)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4C16D

#A4C16D
(164,193,109)
#ACC67A
(172,198,122)
#B4CB87
(180,203,135)
#BCD094
(188,208,148)
#C4D5A1
(196,213,161)
#CCDAAE
(204,218,174)
#D4DFBB
(212,223,187)
#DCE4C8
(220,228,200)
#E4E9D5
(228,233,213)
#ECEEE2
(236,238,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C16D color. Also use rgb(164,193,109) instead hex code.

Text Font Color

.myTextColor { color: #A4C16D; }

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

This text font color is #A4C16D.

Background Color

.myBgColor { background-color: #A4C16D; }

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

This div background color is #A4C16D.

Border color

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

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

This div border color is #A4C16D.

Opacity

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

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

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

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

This text has shadow with #A4C16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C16D.

Preview

Color preview on black background

This text has color #A4C16D on black background.


Color preview on white background

This text has color #A4C16D on white background.


Black color preview on #A4C16D background

This text has black color on #A4C16D background.


White color preview on #A4C16D background

This text has white color on #A4C16D background.


Related colors

Complementary color

Complementary color for #hex is #5B3E92.


I love getcolorcode.com

Triadic colors

1 #6DA4C1 and #C16DA4 with #A4C16D are triadic colors.

2 #6DC1A4 and #C1A46D with #A4C16D are triadic colors.