COLOR #A7C514

HEX: #A7C514
RGB: (167,197,20)

Color info

#A7C514 contains mainly red and green colors. Web safe color of #A7C514 is #99CC00 (or #9C0).

RGB color model

#A7C514 color RGB value is (167,197,20).

  • red value is 167;
  • green value is 197;
  • blue value is 20.
RGB:
(167,197,20)
(65%,77%,8%)

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 20 of 255 = 8%

167
197
20

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

Portions of RGB colors in percentages

R + G + B =
167 + 197 + 20 = 384 (100%)
R 167 of 384 ~ 43.49%
G 197 of 384 ~ 51.3%
B 20 of 384 ~ 5.21%

%43.49
%51.3

CMYK color model

#A7C514 color CMYK value is (15,0,90,23).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 89.85%
  • key color value is 22.75%
CMYK:
(15,0,90,23)
C15M0Y90K23 
(15%,0%,90%,23%)
(0.15/0.00/0.90/0.23)	

CMYK percentages

%15.23
%0
%89.85
%22.75

Codes

Color #A7C514 in popluar color models

A7C514
RGB16719720
HSL70°81.57%42.55%
HSB/HSV70°89.85%77.25%
CMYK15.23%0.00%89.85%
22.75%

Color #A7C514 in popluar number systems.

HEXA7C514
Decimal16719720
Binary101001111100010110100
Octal24730524

Shades and tints

Shades of #A7C514

#A7C514
(167,197,20)
#98B413
(152,180,19)
#89A312
(137,163,18)
#7A9211
(122,146,17)
#6B8110
(107,129,16)
#5C700F
(92,112,15)
#4D5F0E
(77,95,14)
#3E4E0D
(62,78,13)
#2F3D0C
(47,61,12)
#202C0B
(32,44,11)
#111B0A
(17,27,10)
#000000
(0,0,0)

Tints of #A7C514

#A7C514
(167,197,20)
#AFCA29
(175,202,41)
#B7CF3E
(183,207,62)
#BFD453
(191,212,83)
#C7D968
(199,217,104)
#CFDE7D
(207,222,125)
#D7E392
(215,227,146)
#DFE8A7
(223,232,167)
#E7EDBC
(231,237,188)
#EFF2D1
(239,242,209)
#F7F7E6
(247,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C514 color. Also use rgb(167,197,20) instead hex code.

Text Font Color

.myTextColor { color: #A7C514; }

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

This text font color is #A7C514.


Background Color

.myBgColor { background-color: #A7C514; }

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

This div background color is #A7C514.


Border color

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

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

This div border color is #A7C514.


Opacity

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

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

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

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

This text has shadow with #A7C514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C514 on black background.


Color preview on white background

This text has color #A7C514 on white background.



Black color preview on #A7C514 background

This text has black color on #A7C514 background.


White color preview on #A7C514 background

This text has white color on #A7C514 background.