COLOR #A7EF85

HEX: #A7EF85
RGB: (167,239,133)

Color info

#A7EF85 contains mainly green color. Web safe color of #A7EF85 is #99FF99 (or #9F9).

RGB color model

#A7EF85 color RGB value is (167,239,133).

  • red value is 167;
  • green value is 239;
  • blue value is 133.
RGB:
(167,239,133)
(65%,94%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 239 of 255 = 94%
B 133 of 255 = 52%

167
239
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 239 + 133 = 539 (100%)
R 167 of 539 ~ 30.98%
G 239 of 539 ~ 44.34%
B 133 of 539 ~ 24.68%

%30.98
%44.34
%24.68

CMYK color model

#A7EF85 color CMYK value is (30,0,44,6).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 6.27%
CMYK:
(30,0,44,6)
C30M0Y44K6 
(30%,0%,44%,6%)
(0.30/0.00/0.44/0.06)	

CMYK percentages

%30.13
%0
%44.35
%6.27

Codes

Color #A7EF85 in popluar color models

A7EF85
RGB167239133
HSL101°76.81%72.94%
HSB/HSV101°44.35%93.73%
CMYK30.13%0.00%44.35%
6.27%

Color #A7EF85 in popluar number systems.

HEXA7EF85
Decimal167239133
Binary101001111110111110000101
Octal247357205

Shades and tints

Shades of #A7EF85

#A7EF85
(167,239,133)
#98DA79
(152,218,121)
#89C56D
(137,197,109)
#7AB061
(122,176,97)
#6B9B55
(107,155,85)
#5C8649
(92,134,73)
#4D713D
(77,113,61)
#3E5C31
(62,92,49)
#2F4725
(47,71,37)
#203219
(32,50,25)
#111D0D
(17,29,13)
#000000
(0,0,0)

Tints of #A7EF85

#A7EF85
(167,239,133)
#AFF090
(175,240,144)
#B7F19B
(183,241,155)
#BFF2A6
(191,242,166)
#C7F3B1
(199,243,177)
#CFF4BC
(207,244,188)
#D7F5C7
(215,245,199)
#DFF6D2
(223,246,210)
#E7F7DD
(231,247,221)
#EFF8E8
(239,248,232)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EF85 color. Also use rgb(167,239,133) instead hex code.

Text Font Color

.myTextColor { color: #A7EF85; }

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

This text font color is #A7EF85.


Background Color

.myBgColor { background-color: #A7EF85; }

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

This div background color is #A7EF85.


Border color

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

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

This div border color is #A7EF85.


Opacity

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

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

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

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

This text has shadow with #A7EF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EF85 on black background.


Color preview on white background

This text has color #A7EF85 on white background.



Black color preview on #A7EF85 background

This text has black color on #A7EF85 background.


White color preview on #A7EF85 background

This text has white color on #A7EF85 background.