COLOR #A7EA6B

HEX: #A7EA6B
RGB: (167,234,107)

Color info

#A7EA6B contains mainly green color. Web safe color of #A7EA6B is #99FF66 (or #9F6).

RGB color model

#A7EA6B color RGB value is (167,234,107).

  • red value is 167;
  • green value is 234;
  • blue value is 107.
RGB:
(167,234,107)
(65%,92%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 234 of 255 = 92%
B 107 of 255 = 42%

167
234
107

R + G + B ~ 66%. #A7EA6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 234 + 107 = 508 (100%)
R 167 of 508 ~ 32.87%
G 234 of 508 ~ 46.06%
B 107 of 508 ~ 21.06%

%32.87
%46.06
%21.06

CMYK color model

#A7EA6B color CMYK value is (29,0,54,8).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 54.27%
  • key color value is 8.24%
CMYK:
(29,0,54,8)
C29M0Y54K8 
(29%,0%,54%,8%)
(0.29/0.00/0.54/0.08)	

CMYK percentages

%28.63
%0
%54.27
%8.24

Codes

Color #A7EA6B in popluar color models

A7EA6B
RGB167234107
HSL92°75.15%66.86%
HSB/HSV92°54.27%91.76%
CMYK28.63%0.00%54.27%
8.24%

Color #A7EA6B in popluar number systems.

HEXA7EA6B
Decimal167234107
Binary10100111111010101101011
Octal247352153

Shades and tints

Shades of #A7EA6B

#A7EA6B
(167,234,107)
#98D562
(152,213,98)
#89C059
(137,192,89)
#7AAB50
(122,171,80)
#6B9647
(107,150,71)
#5C813E
(92,129,62)
#4D6C35
(77,108,53)
#3E572C
(62,87,44)
#2F4223
(47,66,35)
#202D1A
(32,45,26)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7EA6B

#A7EA6B
(167,234,107)
#AFEB78
(175,235,120)
#B7EC85
(183,236,133)
#BFED92
(191,237,146)
#C7EE9F
(199,238,159)
#CFEFAC
(207,239,172)
#D7F0B9
(215,240,185)
#DFF1C6
(223,241,198)
#E7F2D3
(231,242,211)
#EFF3E0
(239,243,224)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EA6B color. Also use rgb(167,234,107) instead hex code.

Text Font Color

.myTextColor { color: #A7EA6B; }

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

This text font color is #A7EA6B.


Background Color

.myBgColor { background-color: #A7EA6B; }

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

This div background color is #A7EA6B.


Border color

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

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

This div border color is #A7EA6B.


Opacity

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

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

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

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

This text has shadow with #A7EA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EA6B on black background.


Color preview on white background

This text has color #A7EA6B on white background.



Black color preview on #A7EA6B background

This text has black color on #A7EA6B background.


White color preview on #A7EA6B background

This text has white color on #A7EA6B background.