COLOR #73FFA7

HEX: #73FFA7
RGB: (115,255,167)

Color info

#73FFA7 contains mainly green color. Web safe color of #73FFA7 is #66FF99 (or #6F9).

RGB color model

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

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

RGB channels and saturation

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

115
255
167

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

Portions of RGB colors in percentages

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

%21.42
%47.49
%31.1

CMYK color model

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

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

CMYK percentages

%54.9
%0
%34.51
%0

Codes

Color #73FFA7 in popluar color models

73FFA7
RGB115255167
HSL142°100.00%72.55%
HSB/HSV142°54.90%100.00%
CMYK54.90%0.00%34.51%
0.00%

Color #73FFA7 in popluar number systems.

HEX73FFA7
Decimal115255167
Binary11100111111111110100111
Octal163377247

Shades and tints

Shades of #73FFA7

#73FFA7
(115,255,167)
#69E898
(105,232,152)
#5FD189
(95,209,137)
#55BA7A
(85,186,122)
#4BA36B
(75,163,107)
#418C5C
(65,140,92)
#37754D
(55,117,77)
#2D5E3E
(45,94,62)
#23472F
(35,71,47)
#193020
(25,48,32)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #73FFA7

#73FFA7
(115,255,167)
#7FFFAF
(127,255,175)
#8BFFB7
(139,255,183)
#97FFBF
(151,255,191)
#A3FFC7
(163,255,199)
#AFFFCF
(175,255,207)
#BBFFD7
(187,255,215)
#C7FFDF
(199,255,223)
#D3FFE7
(211,255,231)
#DFFFEF
(223,255,239)
#EBFFF7
(235,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73FFA7; }

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

This text font color is #73FFA7.


Background Color

.myBgColor { background-color: #73FFA7; }

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

This div background color is #73FFA7.


Border color

.myBorderColor { border: 1px solid #73FFA7; }

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

This div border color is #73FFA7.


Opacity

.myOpacity80 { color: #73FFA7; opacity: 0.8; }

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

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

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

This text has shadow with #73FFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73FFA7 on black background.


Color preview on white background

This text has color #73FFA7 on white background.



Black color preview on #73FFA7 background

This text has black color on #73FFA7 background.


White color preview on #73FFA7 background

This text has white color on #73FFA7 background.