COLOR #A7C948

HEX: #A7C948
RGB: (167,201,72)

Color info

#A7C948 contains mainly red and green colors. Web safe color of #A7C948 is #99CC33 (or #9C3).

RGB color model

#A7C948 color RGB value is (167,201,72).

  • red value is 167;
  • green value is 201;
  • blue value is 72.
RGB:
(167,201,72)
(65%,79%,28%)

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 72 of 255 = 28%

167
201
72

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

Portions of RGB colors in percentages

R + G + B =
167 + 201 + 72 = 440 (100%)
R 167 of 440 ~ 37.95%
G 201 of 440 ~ 45.68%
B 72 of 440 ~ 16.36%

%37.95
%45.68
%16.36

CMYK color model

#A7C948 color CMYK value is (17,0,64,21).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 64.18%
  • key color value is 21.18%
CMYK:
(17,0,64,21)
C17M0Y64K21 
(17%,0%,64%,21%)
(0.17/0.00/0.64/0.21)	

CMYK percentages

%16.92
%0
%64.18
%21.18

Codes

Color #A7C948 in popluar color models

A7C948
RGB16720172
HSL76°54.43%53.53%
HSB/HSV76°64.18%78.82%
CMYK16.92%0.00%64.18%
21.18%

Color #A7C948 in popluar number systems.

HEXA7C948
Decimal16720172
Binary10100111110010011001000
Octal247311110

Shades and tints

Shades of #A7C948

#A7C948
(167,201,72)
#98B742
(152,183,66)
#89A53C
(137,165,60)
#7A9336
(122,147,54)
#6B8130
(107,129,48)
#5C6F2A
(92,111,42)
#4D5D24
(77,93,36)
#3E4B1E
(62,75,30)
#2F3918
(47,57,24)
#202712
(32,39,18)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #A7C948

#A7C948
(167,201,72)
#AFCD58
(175,205,88)
#B7D168
(183,209,104)
#BFD578
(191,213,120)
#C7D988
(199,217,136)
#CFDD98
(207,221,152)
#D7E1A8
(215,225,168)
#DFE5B8
(223,229,184)
#E7E9C8
(231,233,200)
#EFEDD8
(239,237,216)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C948 color. Also use rgb(167,201,72) instead hex code.

Text Font Color

.myTextColor { color: #A7C948; }

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

This text font color is #A7C948.


Background Color

.myBgColor { background-color: #A7C948; }

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

This div background color is #A7C948.


Border color

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

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

This div border color is #A7C948.


Opacity

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

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

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

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

This text has shadow with #A7C948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C948 on black background.


Color preview on white background

This text has color #A7C948 on white background.



Black color preview on #A7C948 background

This text has black color on #A7C948 background.


White color preview on #A7C948 background

This text has white color on #A7C948 background.