COLOR #A7EE6F

HEX: #A7EE6F RGB: (167,238,111)

Color info

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

RGB color model

#A7EE6F color RGB value is (167,238,111).

RGB: (167,238,111) (65%, 93%, 44%)

RGB channels and saturation

R 167 of 255 = 65%
G 238 of 255 = 93%
B 111 of 255 = 44%

167
238
111

R + G + B ~ 67%. #A7EE6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 238 + 111 = 516 (100%)
R 167 of 516 ~ 32.36%
G 238 of 516 ~ 46.12%
B 111 of 516 ~ 21.51'%

%32.36
%46.12
%21.51

CMYK color model

#A7EE6F color CMYK value is (30,0,53,7).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 53.36%
  • key color value is 6.67%

CMYK: (30,0,53,7)
C30M0Y53K7 (30%, 0%, 53%, 7%)
(0.30 / 0.00 / 0.53 / 0.07)

CMYK percentages

%29.83
%0
%53.36
%6.67

Codes

Color #A7EE6F in popluar color models

A7 EE 6F
RGB 167 238 111
HSL 94° 78.88% 68.43%
HSB/HSV 94° 53.36% 93.33%
CMYK 29.83% 0.00% 53.36%
6.67%

Color #A7EE6F in popluar number systems.

HEX A7 EE 6F
Decimal 167 238 111
Binary 10100111 11101110 1101111
Octal 247 356 157

Shades and tints

Shades of #A7EE6F

#A7EE6F
(167,238,111)
#98D965
(152,217,101)
#89C45B
(137,196,91)
#7AAF51
(122,175,81)
#6B9A47
(107,154,71)
#5C853D
(92,133,61)
#4D7033
(77,112,51)
#3E5B29
(62,91,41)
#2F461F
(47,70,31)
#203115
(32,49,21)
#111C0B
(17,28,11)
#000000
(0,0,0)

Tints of #A7EE6F

#A7EE6F
(167,238,111)
#AFEF7C
(175,239,124)
#B7F089
(183,240,137)
#BFF196
(191,241,150)
#C7F2A3
(199,242,163)
#CFF3B0
(207,243,176)
#D7F4BD
(215,244,189)
#DFF5CA
(223,245,202)
#E7F6D7
(231,246,215)
#EFF7E4
(239,247,228)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EE6F color. Also use rgb(167,238,111) instead hex code.

Text Font Color

.myTextColor { color: #A7EE6F; }

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

This text font color is #A7EE6F.

Background Color

.myBgColor { background-color: #A7EE6F; }

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

This div background color is #A7EE6F.

Border color

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

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

This div border color is #A7EE6F.

Opacity

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

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

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

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

This text has shadow with #A7EE6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7EE6F.

Preview

Color preview on black background

This text has color #A7EE6F on black background.


Color preview on white background

This text has color #A7EE6F on white background.


Black color preview on #A7EE6F background

This text has black color on #A7EE6F background.


White color preview on #A7EE6F background

This text has white color on #A7EE6F background.


Related colors

Complementary color

Complementary color for #hex is #581190.


I love getcolorcode.com

Triadic colors

1 #6FA7EE and #EE6FA7 with #A7EE6F are triadic colors.

2 #6FEEA7 and #EEA76F with #A7EE6F are triadic colors.