COLOR #A7F57E

HEX: #A7F57E
RGB: (167,245,126)

Color info

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

RGB color model

#A7F57E color RGB value is (167,245,126).

  • red value is 167;
  • green value is 245;
  • blue value is 126.
RGB:
(167,245,126)
(65%,96%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 245 of 255 = 96%
B 126 of 255 = 49%

167
245
126

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

Portions of RGB colors in percentages

R + G + B =
167 + 245 + 126 = 538 (100%)
R 167 of 538 ~ 31.04%
G 245 of 538 ~ 45.54%
B 126 of 538 ~ 23.42%

%31.04
%45.54
%23.42

CMYK color model

#A7F57E color CMYK value is (32,0,49,4).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 3.92%
CMYK:
(32,0,49,4)
C32M0Y49K4 
(32%,0%,49%,4%)
(0.32/0.00/0.49/0.04)	

CMYK percentages

%31.84
%0
%48.57
%3.92

Codes

Color #A7F57E in popluar color models

A7F57E
RGB167245126
HSL99°85.61%72.75%
HSB/HSV99°48.57%96.08%
CMYK31.84%0.00%48.57%
3.92%

Color #A7F57E in popluar number systems.

HEXA7F57E
Decimal167245126
Binary10100111111101011111110
Octal247365176

Shades and tints

Shades of #A7F57E

#A7F57E
(167,245,126)
#98DF73
(152,223,115)
#89C968
(137,201,104)
#7AB35D
(122,179,93)
#6B9D52
(107,157,82)
#5C8747
(92,135,71)
#4D713C
(77,113,60)
#3E5B31
(62,91,49)
#2F4526
(47,69,38)
#202F1B
(32,47,27)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #A7F57E

#A7F57E
(167,245,126)
#AFF589
(175,245,137)
#B7F594
(183,245,148)
#BFF59F
(191,245,159)
#C7F5AA
(199,245,170)
#CFF5B5
(207,245,181)
#D7F5C0
(215,245,192)
#DFF5CB
(223,245,203)
#E7F5D6
(231,245,214)
#EFF5E1
(239,245,225)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F57E color. Also use rgb(167,245,126) instead hex code.

Text Font Color

.myTextColor { color: #A7F57E; }

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

This text font color is #A7F57E.


Background Color

.myBgColor { background-color: #A7F57E; }

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

This div background color is #A7F57E.


Border color

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

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

This div border color is #A7F57E.


Opacity

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

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

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

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

This text has shadow with #A7F57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F57E on black background.


Color preview on white background

This text has color #A7F57E on white background.



Black color preview on #A7F57E background

This text has black color on #A7F57E background.


White color preview on #A7F57E background

This text has white color on #A7F57E background.