COLOR #A7D96A

HEX: #A7D96A
RGB: (167,217,106)

Color info

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

RGB color model

#A7D96A color RGB value is (167,217,106).

  • red value is 167;
  • green value is 217;
  • blue value is 106.
RGB:
(167,217,106)
(65%,85%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 217 of 255 = 85%
B 106 of 255 = 42%

167
217
106

R + G + B ~ 64%. #A7D96A is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 217 + 106 = 490 (100%)
R 167 of 490 ~ 34.08%
G 217 of 490 ~ 44.29%
B 106 of 490 ~ 21.63%

%34.08
%44.29
%21.63

CMYK color model

#A7D96A color CMYK value is (23,0,51,15).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 51.15%
  • key color value is 14.90%
CMYK:
(23,0,51,15)
C23M0Y51K15 
(23%,0%,51%,15%)
(0.23/0.00/0.51/0.15)	

CMYK percentages

%23.04
%0
%51.15
%14.9

Codes

Color #A7D96A in popluar color models

A7D96A
RGB167217106
HSL87°59.36%63.33%
HSB/HSV87°51.15%85.10%
CMYK23.04%0.00%51.15%
14.90%

Color #A7D96A in popluar number systems.

HEXA7D96A
Decimal167217106
Binary10100111110110011101010
Octal247331152

Shades and tints

Shades of #A7D96A

#A7D96A
(167,217,106)
#98C661
(152,198,97)
#89B358
(137,179,88)
#7AA04F
(122,160,79)
#6B8D46
(107,141,70)
#5C7A3D
(92,122,61)
#4D6734
(77,103,52)
#3E542B
(62,84,43)
#2F4122
(47,65,34)
#202E19
(32,46,25)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #A7D96A

#A7D96A
(167,217,106)
#AFDC77
(175,220,119)
#B7DF84
(183,223,132)
#BFE291
(191,226,145)
#C7E59E
(199,229,158)
#CFE8AB
(207,232,171)
#D7EBB8
(215,235,184)
#DFEEC5
(223,238,197)
#E7F1D2
(231,241,210)
#EFF4DF
(239,244,223)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D96A color. Also use rgb(167,217,106) instead hex code.

Text Font Color

.myTextColor { color: #A7D96A; }

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

This text font color is #A7D96A.


Background Color

.myBgColor { background-color: #A7D96A; }

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

This div background color is #A7D96A.


Border color

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

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

This div border color is #A7D96A.


Opacity

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

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

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

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

This text has shadow with #A7D96A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D96A on black background.


Color preview on white background

This text has color #A7D96A on white background.



Black color preview on #A7D96A background

This text has black color on #A7D96A background.


White color preview on #A7D96A background

This text has white color on #A7D96A background.