COLOR #A3DF96

HEX: #A3DF96
RGB: (163,223,150)

Color info

#A3DF96 contains mainly green color. Web safe color of #A3DF96 is #99CC99 (or #9C9).

RGB color model

#A3DF96 color RGB value is (163,223,150).

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

RGB channels and saturation

R 163 of 255 = 64%
G 223 of 255 = 87%
B 150 of 255 = 59%

163
223
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 223 + 150 = 536 (100%)
R 163 of 536 ~ 30.41%
G 223 of 536 ~ 41.6%
B 150 of 536 ~ 27.99%

%30.41
%41.6
%27.99

CMYK color model

#A3DF96 color CMYK value is (27,0,33,13).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 12.55%
CMYK:
(27,0,33,13)
C27M0Y33K13 
(27%,0%,33%,13%)
(0.27/0.00/0.33/0.13)	

CMYK percentages

%26.91
%0
%32.74
%12.55

Codes

Color #A3DF96 in popluar color models

A3DF96
RGB163223150
HSL109°53.28%73.14%
HSB/HSV109°32.74%87.45%
CMYK26.91%0.00%32.74%
12.55%

Color #A3DF96 in popluar number systems.

HEXA3DF96
Decimal163223150
Binary101000111101111110010110
Octal243337226

Shades and tints

Shades of #A3DF96

#A3DF96
(163,223,150)
#95CB89
(149,203,137)
#87B77C
(135,183,124)
#79A36F
(121,163,111)
#6B8F62
(107,143,98)
#5D7B55
(93,123,85)
#4F6748
(79,103,72)
#41533B
(65,83,59)
#333F2E
(51,63,46)
#252B21
(37,43,33)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3DF96

#A3DF96
(163,223,150)
#ABE19F
(171,225,159)
#B3E3A8
(179,227,168)
#BBE5B1
(187,229,177)
#C3E7BA
(195,231,186)
#CBE9C3
(203,233,195)
#D3EBCC
(211,235,204)
#DBEDD5
(219,237,213)
#E3EFDE
(227,239,222)
#EBF1E7
(235,241,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DF96; }

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

This text font color is #A3DF96.


Background Color

.myBgColor { background-color: #A3DF96; }

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

This div background color is #A3DF96.


Border color

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

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

This div border color is #A3DF96.


Opacity

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

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

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

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

This text has shadow with #A3DF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DF96 on black background.


Color preview on white background

This text has color #A3DF96 on white background.



Black color preview on #A3DF96 background

This text has black color on #A3DF96 background.


White color preview on #A3DF96 background

This text has white color on #A3DF96 background.