COLOR #A7F483

HEX: #A7F483
RGB: (167,244,131)

Color info

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

RGB color model

#A7F483 color RGB value is (167,244,131).

  • red value is 167;
  • green value is 244;
  • blue value is 131.
RGB:
(167,244,131)
(65%,96%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 244 of 255 = 96%
B 131 of 255 = 51%

167
244
131

R + G + B ~ 71%. #A7F483 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 244 + 131 = 542 (100%)
R 167 of 542 ~ 30.81%
G 244 of 542 ~ 45.02%
B 131 of 542 ~ 24.17%

%30.81
%45.02
%24.17

CMYK color model

#A7F483 color CMYK value is (32,0,46,4).

  • cyan value is 31.56%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 4.31%
CMYK:
(32,0,46,4)
C32M0Y46K4 
(32%,0%,46%,4%)
(0.32/0.00/0.46/0.04)	

CMYK percentages

%31.56
%0
%46.31
%4.31

Codes

Color #A7F483 in popluar color models

A7F483
RGB167244131
HSL101°83.70%73.53%
HSB/HSV101°46.31%95.69%
CMYK31.56%0.00%46.31%
4.31%

Color #A7F483 in popluar number systems.

HEXA7F483
Decimal167244131
Binary101001111111010010000011
Octal247364203

Shades and tints

Shades of #A7F483

#A7F483
(167,244,131)
#98DE78
(152,222,120)
#89C86D
(137,200,109)
#7AB262
(122,178,98)
#6B9C57
(107,156,87)
#5C864C
(92,134,76)
#4D7041
(77,112,65)
#3E5A36
(62,90,54)
#2F442B
(47,68,43)
#202E20
(32,46,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7F483

#A7F483
(167,244,131)
#AFF58E
(175,245,142)
#B7F699
(183,246,153)
#BFF7A4
(191,247,164)
#C7F8AF
(199,248,175)
#CFF9BA
(207,249,186)
#D7FAC5
(215,250,197)
#DFFBD0
(223,251,208)
#E7FCDB
(231,252,219)
#EFFDE6
(239,253,230)
#F7FEF1
(247,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F483 color. Also use rgb(167,244,131) instead hex code.

Text Font Color

.myTextColor { color: #A7F483; }

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

This text font color is #A7F483.


Background Color

.myBgColor { background-color: #A7F483; }

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

This div background color is #A7F483.


Border color

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

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

This div border color is #A7F483.


Opacity

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

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

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

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

This text has shadow with #A7F483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F483 on black background.


Color preview on white background

This text has color #A7F483 on white background.



Black color preview on #A7F483 background

This text has black color on #A7F483 background.


White color preview on #A7F483 background

This text has white color on #A7F483 background.