COLOR #A7C261

HEX: #A7C261
RGB: (167,194,97)

Color info

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

RGB color model

#A7C261 color RGB value is (167,194,97).

  • red value is 167;
  • green value is 194;
  • blue value is 97.
RGB:
(167,194,97)
(65%,76%,38%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 97 of 255 = 38%

167
194
97

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

Portions of RGB colors in percentages

R + G + B =
167 + 194 + 97 = 458 (100%)
R 167 of 458 ~ 36.46%
G 194 of 458 ~ 42.36%
B 97 of 458 ~ 21.18%

%36.46
%42.36
%21.18

CMYK color model

#A7C261 color CMYK value is (14,0,50,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 23.92%
CMYK:
(14,0,50,24)
C14M0Y50K24 
(14%,0%,50%,24%)
(0.14/0.00/0.50/0.24)	

CMYK percentages

%13.92
%0
%50
%23.92

Codes

Color #A7C261 in popluar color models

A7C261
RGB16719497
HSL77°44.29%57.06%
HSB/HSV77°50.00%76.08%
CMYK13.92%0.00%50.00%
23.92%

Color #A7C261 in popluar number systems.

HEXA7C261
Decimal16719497
Binary10100111110000101100001
Octal247302141

Shades and tints

Shades of #A7C261

#A7C261
(167,194,97)
#98B159
(152,177,89)
#89A051
(137,160,81)
#7A8F49
(122,143,73)
#6B7E41
(107,126,65)
#5C6D39
(92,109,57)
#4D5C31
(77,92,49)
#3E4B29
(62,75,41)
#2F3A21
(47,58,33)
#202919
(32,41,25)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7C261

#A7C261
(167,194,97)
#AFC76F
(175,199,111)
#B7CC7D
(183,204,125)
#BFD18B
(191,209,139)
#C7D699
(199,214,153)
#CFDBA7
(207,219,167)
#D7E0B5
(215,224,181)
#DFE5C3
(223,229,195)
#E7EAD1
(231,234,209)
#EFEFDF
(239,239,223)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C261 color. Also use rgb(167,194,97) instead hex code.

Text Font Color

.myTextColor { color: #A7C261; }

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

This text font color is #A7C261.


Background Color

.myBgColor { background-color: #A7C261; }

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

This div background color is #A7C261.


Border color

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

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

This div border color is #A7C261.


Opacity

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

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

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

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

This text has shadow with #A7C261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C261 on black background.


Color preview on white background

This text has color #A7C261 on white background.



Black color preview on #A7C261 background

This text has black color on #A7C261 background.


White color preview on #A7C261 background

This text has white color on #A7C261 background.