COLOR #A7FF73

HEX: #A7FF73
RGB: (167,255,115)

Color info

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

RGB color model

#A7FF73 color RGB value is (167,255,115).

  • red value is 167;
  • green value is 255;
  • blue value is 115.
RGB:
(167,255,115)
(65%,100%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 255 of 255 = 100%
B 115 of 255 = 45%

167
255
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 255 + 115 = 537 (100%)
R 167 of 537 ~ 31.1%
G 255 of 537 ~ 47.49%
B 115 of 537 ~ 21.42%

%31.1
%47.49
%21.42

CMYK color model

#A7FF73 color CMYK value is (35,0,55,0).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(35,0,55,0)
C35M0Y55K0 
(35%,0%,55%,0%)
(0.35/0.00/0.55/0.00)	

CMYK percentages

%34.51
%0
%54.9
%0

Codes

Color #A7FF73 in popluar color models

A7FF73
RGB167255115
HSL98°100.00%72.55%
HSB/HSV98°54.90%100.00%
CMYK34.51%0.00%54.90%
0.00%

Color #A7FF73 in popluar number systems.

HEXA7FF73
Decimal167255115
Binary10100111111111111110011
Octal247377163

Shades and tints

Shades of #A7FF73

#A7FF73
(167,255,115)
#98E869
(152,232,105)
#89D15F
(137,209,95)
#7ABA55
(122,186,85)
#6BA34B
(107,163,75)
#5C8C41
(92,140,65)
#4D7537
(77,117,55)
#3E5E2D
(62,94,45)
#2F4723
(47,71,35)
#203019
(32,48,25)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #A7FF73

#A7FF73
(167,255,115)
#AFFF7F
(175,255,127)
#B7FF8B
(183,255,139)
#BFFF97
(191,255,151)
#C7FFA3
(199,255,163)
#CFFFAF
(207,255,175)
#D7FFBB
(215,255,187)
#DFFFC7
(223,255,199)
#E7FFD3
(231,255,211)
#EFFFDF
(239,255,223)
#F7FFEB
(247,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FF73 color. Also use rgb(167,255,115) instead hex code.

Text Font Color

.myTextColor { color: #A7FF73; }

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

This text font color is #A7FF73.


Background Color

.myBgColor { background-color: #A7FF73; }

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

This div background color is #A7FF73.


Border color

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

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

This div border color is #A7FF73.


Opacity

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

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

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

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

This text has shadow with #A7FF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FF73 on black background.


Color preview on white background

This text has color #A7FF73 on white background.



Black color preview on #A7FF73 background

This text has black color on #A7FF73 background.


White color preview on #A7FF73 background

This text has white color on #A7FF73 background.