COLOR #A3EF73

HEX: #A3EF73
RGB: (163,239,115)

Color info

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

RGB color model

#A3EF73 color RGB value is (163,239,115).

  • red value is 163;
  • green value is 239;
  • blue value is 115.
RGB:
(163,239,115)
(64%,94%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 239 of 255 = 94%
B 115 of 255 = 45%

163
239
115

R + G + B ~ 68%. #A3EF73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 239 + 115 = 517 (100%)
R 163 of 517 ~ 31.53%
G 239 of 517 ~ 46.23%
B 115 of 517 ~ 22.24%

%31.53
%46.23
%22.24

CMYK color model

#A3EF73 color CMYK value is (32,0,52,6).

  • cyan value is 31.80%
  • magenta value is 0.00%
  • yellow value is 51.88%
  • key color value is 6.27%
CMYK:
(32,0,52,6)
C32M0Y52K6 
(32%,0%,52%,6%)
(0.32/0.00/0.52/0.06)	

CMYK percentages

%31.8
%0
%51.88
%6.27

Codes

Color #A3EF73 in popluar color models

A3EF73
RGB163239115
HSL97°79.49%69.41%
HSB/HSV97°51.88%93.73%
CMYK31.80%0.00%51.88%
6.27%

Color #A3EF73 in popluar number systems.

HEXA3EF73
Decimal163239115
Binary10100011111011111110011
Octal243357163

Shades and tints

Shades of #A3EF73

#A3EF73
(163,239,115)
#95DA69
(149,218,105)
#87C55F
(135,197,95)
#79B055
(121,176,85)
#6B9B4B
(107,155,75)
#5D8641
(93,134,65)
#4F7137
(79,113,55)
#415C2D
(65,92,45)
#334723
(51,71,35)
#253219
(37,50,25)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #A3EF73

#A3EF73
(163,239,115)
#ABF07F
(171,240,127)
#B3F18B
(179,241,139)
#BBF297
(187,242,151)
#C3F3A3
(195,243,163)
#CBF4AF
(203,244,175)
#D3F5BB
(211,245,187)
#DBF6C7
(219,246,199)
#E3F7D3
(227,247,211)
#EBF8DF
(235,248,223)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EF73 color. Also use rgb(163,239,115) instead hex code.

Text Font Color

.myTextColor { color: #A3EF73; }

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

This text font color is #A3EF73.


Background Color

.myBgColor { background-color: #A3EF73; }

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

This div background color is #A3EF73.


Border color

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

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

This div border color is #A3EF73.


Opacity

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

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

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

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

This text has shadow with #A3EF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EF73 on black background.


Color preview on white background

This text has color #A3EF73 on white background.



Black color preview on #A3EF73 background

This text has black color on #A3EF73 background.


White color preview on #A3EF73 background

This text has white color on #A3EF73 background.