COLOR #A3D384

HEX: #A3D384
RGB: (163,211,132)

Color info

#A3D384 contains mainly red and green colors. Web safe color of #A3D384 is #99CC99 (or #9C9).

RGB color model

#A3D384 color RGB value is (163,211,132).

  • red value is 163;
  • green value is 211;
  • blue value is 132.
RGB:
(163,211,132)
(64%,83%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 211 of 255 = 83%
B 132 of 255 = 52%

163
211
132

R + G + B ~ 66%. #A3D384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 211 + 132 = 506 (100%)
R 163 of 506 ~ 32.21%
G 211 of 506 ~ 41.7%
B 132 of 506 ~ 26.09%

%32.21
%41.7
%26.09

CMYK color model

#A3D384 color CMYK value is (23,0,37,17).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 17.25%
CMYK:
(23,0,37,17)
C23M0Y37K17 
(23%,0%,37%,17%)
(0.23/0.00/0.37/0.17)	

CMYK percentages

%22.75
%0
%37.44
%17.25

Codes

Color #A3D384 in popluar color models

A3D384
RGB163211132
HSL96°47.31%67.25%
HSB/HSV96°37.44%82.75%
CMYK22.75%0.00%37.44%
17.25%

Color #A3D384 in popluar number systems.

HEXA3D384
Decimal163211132
Binary101000111101001110000100
Octal243323204

Shades and tints

Shades of #A3D384

#A3D384
(163,211,132)
#95C078
(149,192,120)
#87AD6C
(135,173,108)
#799A60
(121,154,96)
#6B8754
(107,135,84)
#5D7448
(93,116,72)
#4F613C
(79,97,60)
#414E30
(65,78,48)
#333B24
(51,59,36)
#252818
(37,40,24)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #A3D384

#A3D384
(163,211,132)
#ABD78F
(171,215,143)
#B3DB9A
(179,219,154)
#BBDFA5
(187,223,165)
#C3E3B0
(195,227,176)
#CBE7BB
(203,231,187)
#D3EBC6
(211,235,198)
#DBEFD1
(219,239,209)
#E3F3DC
(227,243,220)
#EBF7E7
(235,247,231)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D384 color. Also use rgb(163,211,132) instead hex code.

Text Font Color

.myTextColor { color: #A3D384; }

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

This text font color is #A3D384.


Background Color

.myBgColor { background-color: #A3D384; }

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

This div background color is #A3D384.


Border color

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

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

This div border color is #A3D384.


Opacity

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

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

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

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

This text has shadow with #A3D384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D384 on black background.


Color preview on white background

This text has color #A3D384 on white background.



Black color preview on #A3D384 background

This text has black color on #A3D384 background.


White color preview on #A3D384 background

This text has white color on #A3D384 background.