COLOR #A7C46C

HEX: #A7C46C
RGB: (167,196,108)

Color info

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

RGB color model

#A7C46C color RGB value is (167,196,108).

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

RGB channels and saturation

R 167 of 255 = 65%
G 196 of 255 = 77%
B 108 of 255 = 42%

167
196
108

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

Portions of RGB colors in percentages

R + G + B =
167 + 196 + 108 = 471 (100%)
R 167 of 471 ~ 35.46%
G 196 of 471 ~ 41.61%
B 108 of 471 ~ 22.93%

%35.46
%41.61
%22.93

CMYK color model

#A7C46C color CMYK value is (15,0,45,23).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK:
(15,0,45,23)
C15M0Y45K23 
(15%,0%,45%,23%)
(0.15/0.00/0.45/0.23)	

CMYK percentages

%14.8
%0
%44.9
%23.14

Codes

Color #A7C46C in popluar color models

A7C46C
RGB167196108
HSL80°42.72%59.61%
HSB/HSV80°44.90%76.86%
CMYK14.80%0.00%44.90%
23.14%

Color #A7C46C in popluar number systems.

HEXA7C46C
Decimal167196108
Binary10100111110001001101100
Octal247304154

Shades and tints

Shades of #A7C46C

#A7C46C
(167,196,108)
#98B363
(152,179,99)
#89A25A
(137,162,90)
#7A9151
(122,145,81)
#6B8048
(107,128,72)
#5C6F3F
(92,111,63)
#4D5E36
(77,94,54)
#3E4D2D
(62,77,45)
#2F3C24
(47,60,36)
#202B1B
(32,43,27)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #A7C46C

#A7C46C
(167,196,108)
#AFC979
(175,201,121)
#B7CE86
(183,206,134)
#BFD393
(191,211,147)
#C7D8A0
(199,216,160)
#CFDDAD
(207,221,173)
#D7E2BA
(215,226,186)
#DFE7C7
(223,231,199)
#E7ECD4
(231,236,212)
#EFF1E1
(239,241,225)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C46C; }

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

This text font color is #A7C46C.


Background Color

.myBgColor { background-color: #A7C46C; }

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

This div background color is #A7C46C.


Border color

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

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

This div border color is #A7C46C.


Opacity

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

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

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

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

This text has shadow with #A7C46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C46C on black background.


Color preview on white background

This text has color #A7C46C on white background.



Black color preview on #A7C46C background

This text has black color on #A7C46C background.


White color preview on #A7C46C background

This text has white color on #A7C46C background.