COLOR #A7D55E

HEX: #A7D55E
RGB: (167,213,94)

Color info

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

RGB color model

#A7D55E color RGB value is (167,213,94).

  • red value is 167;
  • green value is 213;
  • blue value is 94.
RGB:
(167,213,94)
(65%,84%,37%)

RGB channels and saturation

R 167 of 255 = 65%
G 213 of 255 = 84%
B 94 of 255 = 37%

167
213
94

R + G + B ~ 62%. #A7D55E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 213 + 94 = 474 (100%)
R 167 of 474 ~ 35.23%
G 213 of 474 ~ 44.94%
B 94 of 474 ~ 19.83%

%35.23
%44.94
%19.83

CMYK color model

#A7D55E color CMYK value is (22,0,56,16).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 55.87%
  • key color value is 16.47%
CMYK:
(22,0,56,16)
C22M0Y56K16 
(22%,0%,56%,16%)
(0.22/0.00/0.56/0.16)	

CMYK percentages

%21.6
%0
%55.87
%16.47

Codes

Color #A7D55E in popluar color models

A7D55E
RGB16721394
HSL83°58.62%60.20%
HSB/HSV83°55.87%83.53%
CMYK21.60%0.00%55.87%
16.47%

Color #A7D55E in popluar number systems.

HEXA7D55E
Decimal16721394
Binary10100111110101011011110
Octal247325136

Shades and tints

Shades of #A7D55E

#A7D55E
(167,213,94)
#98C256
(152,194,86)
#89AF4E
(137,175,78)
#7A9C46
(122,156,70)
#6B893E
(107,137,62)
#5C7636
(92,118,54)
#4D632E
(77,99,46)
#3E5026
(62,80,38)
#2F3D1E
(47,61,30)
#202A16
(32,42,22)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #A7D55E

#A7D55E
(167,213,94)
#AFD86C
(175,216,108)
#B7DB7A
(183,219,122)
#BFDE88
(191,222,136)
#C7E196
(199,225,150)
#CFE4A4
(207,228,164)
#D7E7B2
(215,231,178)
#DFEAC0
(223,234,192)
#E7EDCE
(231,237,206)
#EFF0DC
(239,240,220)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D55E color. Also use rgb(167,213,94) instead hex code.

Text Font Color

.myTextColor { color: #A7D55E; }

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

This text font color is #A7D55E.


Background Color

.myBgColor { background-color: #A7D55E; }

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

This div background color is #A7D55E.


Border color

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

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

This div border color is #A7D55E.


Opacity

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

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

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

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

This text has shadow with #A7D55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D55E on black background.


Color preview on white background

This text has color #A7D55E on white background.



Black color preview on #A7D55E background

This text has black color on #A7D55E background.


White color preview on #A7D55E background

This text has white color on #A7D55E background.