COLOR #A3F296

HEX: #A3F296
RGB: (163,242,150)

Color info

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

RGB color model

#A3F296 color RGB value is (163,242,150).

  • red value is 163;
  • green value is 242;
  • blue value is 150.
RGB:
(163,242,150)
(64%,95%,59%)

RGB channels and saturation

R 163 of 255 = 64%
G 242 of 255 = 95%
B 150 of 255 = 59%

163
242
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 242 + 150 = 555 (100%)
R 163 of 555 ~ 29.37%
G 242 of 555 ~ 43.6%
B 150 of 555 ~ 27.03%

%29.37
%43.6
%27.03

CMYK color model

#A3F296 color CMYK value is (33,0,38,5).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(33,0,38,5)
C33M0Y38K5 
(33%,0%,38%,5%)
(0.33/0.00/0.38/0.05)	

CMYK percentages

%32.64
%0
%38.02
%5.1

Codes

Color #A3F296 in popluar color models

A3F296
RGB163242150
HSL112°77.97%76.86%
HSB/HSV112°38.02%94.90%
CMYK32.64%0.00%38.02%
5.10%

Color #A3F296 in popluar number systems.

HEXA3F296
Decimal163242150
Binary101000111111001010010110
Octal243362226

Shades and tints

Shades of #A3F296

#A3F296
(163,242,150)
#95DC89
(149,220,137)
#87C67C
(135,198,124)
#79B06F
(121,176,111)
#6B9A62
(107,154,98)
#5D8455
(93,132,85)
#4F6E48
(79,110,72)
#41583B
(65,88,59)
#33422E
(51,66,46)
#252C21
(37,44,33)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3F296

#A3F296
(163,242,150)
#ABF39F
(171,243,159)
#B3F4A8
(179,244,168)
#BBF5B1
(187,245,177)
#C3F6BA
(195,246,186)
#CBF7C3
(203,247,195)
#D3F8CC
(211,248,204)
#DBF9D5
(219,249,213)
#E3FADE
(227,250,222)
#EBFBE7
(235,251,231)
#F3FCF0
(243,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F296 color. Also use rgb(163,242,150) instead hex code.

Text Font Color

.myTextColor { color: #A3F296; }

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

This text font color is #A3F296.


Background Color

.myBgColor { background-color: #A3F296; }

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

This div background color is #A3F296.


Border color

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

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

This div border color is #A3F296.


Opacity

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

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

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

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

This text has shadow with #A3F296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F296 on black background.


Color preview on white background

This text has color #A3F296 on white background.



Black color preview on #A3F296 background

This text has black color on #A3F296 background.


White color preview on #A3F296 background

This text has white color on #A3F296 background.