COLOR #A7C46D

HEX: #A7C46D
RGB: (167,196,109)

Color info

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

RGB color model

#A7C46D color RGB value is (167,196,109).

  • red value is 167;
  • green value is 196;
  • blue value is 109.
RGB:
(167,196,109)
(65%,77%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 196 of 255 = 77%
B 109 of 255 = 43%

167
196
109

R + G + B ~ 62%. #A7C46D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 196 + 109 = 472 (100%)
R 167 of 472 ~ 35.38%
G 196 of 472 ~ 41.53%
B 109 of 472 ~ 23.09%

%35.38
%41.53
%23.09

CMYK color model

#A7C46D color CMYK value is (15,0,44,23).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 23.14%
CMYK:
(15,0,44,23)
C15M0Y44K23 
(15%,0%,44%,23%)
(0.15/0.00/0.44/0.23)	

CMYK percentages

%14.8
%0
%44.39
%23.14

Codes

Color #A7C46D in popluar color models

A7C46D
RGB167196109
HSL80°42.44%59.80%
HSB/HSV80°44.39%76.86%
CMYK14.80%0.00%44.39%
23.14%

Color #A7C46D in popluar number systems.

HEXA7C46D
Decimal167196109
Binary10100111110001001101101
Octal247304155

Shades and tints

Shades of #A7C46D

#A7C46D
(167,196,109)
#98B364
(152,179,100)
#89A25B
(137,162,91)
#7A9152
(122,145,82)
#6B8049
(107,128,73)
#5C6F40
(92,111,64)
#4D5E37
(77,94,55)
#3E4D2E
(62,77,46)
#2F3C25
(47,60,37)
#202B1C
(32,43,28)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7C46D

#A7C46D
(167,196,109)
#AFC97A
(175,201,122)
#B7CE87
(183,206,135)
#BFD394
(191,211,148)
#C7D8A1
(199,216,161)
#CFDDAE
(207,221,174)
#D7E2BB
(215,226,187)
#DFE7C8
(223,231,200)
#E7ECD5
(231,236,213)
#EFF1E2
(239,241,226)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C46D color. Also use rgb(167,196,109) instead hex code.

Text Font Color

.myTextColor { color: #A7C46D; }

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

This text font color is #A7C46D.


Background Color

.myBgColor { background-color: #A7C46D; }

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

This div background color is #A7C46D.


Border color

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

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

This div border color is #A7C46D.


Opacity

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

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

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

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

This text has shadow with #A7C46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C46D on black background.


Color preview on white background

This text has color #A7C46D on white background.



Black color preview on #A7C46D background

This text has black color on #A7C46D background.


White color preview on #A7C46D background

This text has white color on #A7C46D background.