COLOR #A3F78B

HEX: #A3F78B
RGB: (163,247,139)

Color info

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

RGB color model

#A3F78B color RGB value is (163,247,139).

  • red value is 163;
  • green value is 247;
  • blue value is 139.
RGB:
(163,247,139)
(64%,97%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 247 of 255 = 97%
B 139 of 255 = 55%

163
247
139

R + G + B ~ 72%. #A3F78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 247 + 139 = 549 (100%)
R 163 of 549 ~ 29.69%
G 247 of 549 ~ 44.99%
B 139 of 549 ~ 25.32%

%29.69
%44.99
%25.32

CMYK color model

#A3F78B color CMYK value is (34,0,44,3).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 3.14%
CMYK:
(34,0,44,3)
C34M0Y44K3 
(34%,0%,44%,3%)
(0.34/0.00/0.44/0.03)	

CMYK percentages

%34.01
%0
%43.72
%3.14

Codes

Color #A3F78B in popluar color models

A3F78B
RGB163247139
HSL107°87.10%75.69%
HSB/HSV107°43.72%96.86%
CMYK34.01%0.00%43.72%
3.14%

Color #A3F78B in popluar number systems.

HEXA3F78B
Decimal163247139
Binary101000111111011110001011
Octal243367213

Shades and tints

Shades of #A3F78B

#A3F78B
(163,247,139)
#95E17F
(149,225,127)
#87CB73
(135,203,115)
#79B567
(121,181,103)
#6B9F5B
(107,159,91)
#5D894F
(93,137,79)
#4F7343
(79,115,67)
#415D37
(65,93,55)
#33472B
(51,71,43)
#25311F
(37,49,31)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #A3F78B

#A3F78B
(163,247,139)
#ABF795
(171,247,149)
#B3F79F
(179,247,159)
#BBF7A9
(187,247,169)
#C3F7B3
(195,247,179)
#CBF7BD
(203,247,189)
#D3F7C7
(211,247,199)
#DBF7D1
(219,247,209)
#E3F7DB
(227,247,219)
#EBF7E5
(235,247,229)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F78B color. Also use rgb(163,247,139) instead hex code.

Text Font Color

.myTextColor { color: #A3F78B; }

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

This text font color is #A3F78B.


Background Color

.myBgColor { background-color: #A3F78B; }

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

This div background color is #A3F78B.


Border color

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

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

This div border color is #A3F78B.


Opacity

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

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

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

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

This text has shadow with #A3F78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F78B on black background.


Color preview on white background

This text has color #A3F78B on white background.



Black color preview on #A3F78B background

This text has black color on #A3F78B background.


White color preview on #A3F78B background

This text has white color on #A3F78B background.