COLOR #A7EA6C

HEX: #A7EA6C RGB: (167,234,108)

Color info

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

RGB color model

#A7EA6C color RGB value is (167,234,108).

RGB: (167,234,108) (65%, 92%, 42%)

RGB channels and saturation

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

167
234
108

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

Portions of RGB colors in percentages

R + G + B = 167 + 234 + 108 = 509 (100%)
R 167 of 509 ~ 32.81%
G 234 of 509 ~ 45.97%
B 108 of 509 ~ 21.22'%

%32.81
%45.97
%21.22

CMYK color model

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

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • 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
%53.85
%8.24

Codes

Color #A7EA6C in popluar color models

A7 EA 6C
RGB 167 234 108
HSL 92° 75.00% 67.06%
HSB/HSV 92° 53.85% 91.76%
CMYK 28.63% 0.00% 53.85%
8.24%

Color #A7EA6C in popluar number systems.

HEX A7 EA 6C
Decimal 167 234 108
Binary 10100111 11101010 1101100
Octal 247 352 154

Shades and tints

Shades of #A7EA6C

#A7EA6C
(167,234,108)
#98D563
(152,213,99)
#89C05A
(137,192,90)
#7AAB51
(122,171,81)
#6B9648
(107,150,72)
#5C813F
(92,129,63)
#4D6C36
(77,108,54)
#3E572D
(62,87,45)
#2F4224
(47,66,36)
#202D1B
(32,45,27)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #A7EA6C

#A7EA6C
(167,234,108)
#AFEB79
(175,235,121)
#B7EC86
(183,236,134)
#BFED93
(191,237,147)
#C7EEA0
(199,238,160)
#CFEFAD
(207,239,173)
#D7F0BA
(215,240,186)
#DFF1C7
(223,241,199)
#E7F2D4
(231,242,212)
#EFF3E1
(239,243,225)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EA6C; }

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

This text font color is #A7EA6C.

Background Color

.myBgColor { background-color: #A7EA6C; }

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

This div background color is #A7EA6C.

Border color

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

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

This div border color is #A7EA6C.

Opacity

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

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

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

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

This text has shadow with #A7EA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7EA6C.

Preview

Color preview on black background

This text has color #A7EA6C on black background.


Color preview on white background

This text has color #A7EA6C on white background.


Black color preview on #A7EA6C background

This text has black color on #A7EA6C background.


White color preview on #A7EA6C background

This text has white color on #A7EA6C background.


Related colors

Complementary color

Complementary color for #A7EA6C is #581593.


I love getcolorcode.com

Triadic colors

1 #6CA7EA and #EA6CA7 with #A7EA6C are triadic colors.

2 #6CEAA7 and #EAA76C with #A7EA6C are triadic colors.