COLOR #A7E68B

HEX: #A7E68B RGB: (167,230,139)

Color info

#A7E68B contains mainly green color. Web safe color of #A7E68B is #99CC99 (or #9C9).

RGB color model

#A7E68B color RGB value is (167,230,139).

RGB: (167,230,139) (65%, 90%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 139 of 255 = 55%

167
230
139

R + G + B ~ 70%. #A7E68B is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 230 + 139 = 536 (100%)
R 167 of 536 ~ 31.16%
G 230 of 536 ~ 42.91%
B 139 of 536 ~ 25.93'%

%31.16
%42.91
%25.93

CMYK color model

#A7E68B color CMYK value is (27,0,40,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 9.80%

CMYK: (27,0,40,10)
C27M0Y40K10 (27%, 0%, 40%, 10%)
(0.27 / 0.00 / 0.40 / 0.10)

CMYK percentages

%27.39
%0
%39.57
%9.8

Codes

Color #A7E68B in popluar color models

A7 E6 8B
RGB 167 230 139
HSL 102° 64.54% 72.35%
HSB/HSV 102° 39.57% 90.20%
CMYK 27.39% 0.00% 39.57%
9.80%

Color #A7E68B in popluar number systems.

HEX A7 E6 8B
Decimal 167 230 139
Binary 10100111 11100110 10001011
Octal 247 346 213

Shades and tints

Shades of #A7E68B

#A7E68B
(167,230,139)
#98D27F
(152,210,127)
#89BE73
(137,190,115)
#7AAA67
(122,170,103)
#6B965B
(107,150,91)
#5C824F
(92,130,79)
#4D6E43
(77,110,67)
#3E5A37
(62,90,55)
#2F462B
(47,70,43)
#20321F
(32,50,31)
#111E13
(17,30,19)
#000000
(0,0,0)

Tints of #A7E68B

#A7E68B
(167,230,139)
#AFE895
(175,232,149)
#B7EA9F
(183,234,159)
#BFECA9
(191,236,169)
#C7EEB3
(199,238,179)
#CFF0BD
(207,240,189)
#D7F2C7
(215,242,199)
#DFF4D1
(223,244,209)
#E7F6DB
(231,246,219)
#EFF8E5
(239,248,229)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E68B color. Also use rgb(167,230,139) instead hex code.

Text Font Color

.myTextColor { color: #A7E68B; }

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

This text font color is #A7E68B.

Background Color

.myBgColor { background-color: #A7E68B; }

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

This div background color is #A7E68B.

Border color

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

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

This div border color is #A7E68B.

Opacity

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

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

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

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

This text has shadow with #A7E68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E68B.

Preview

Color preview on black background

This text has color #A7E68B on black background.


Color preview on white background

This text has color #A7E68B on white background.


Black color preview on #A7E68B background

This text has black color on #A7E68B background.


White color preview on #A7E68B background

This text has white color on #A7E68B background.


Related colors

Complementary color

Complementary color for #hex is #581974.


I love getcolorcode.com

Triadic colors

1 #8BA7E6 and #E68BA7 with #A7E68B are triadic colors.

2 #8BE6A7 and #E6A78B with #A7E68B are triadic colors.