COLOR #A3D58C

HEX: #A3D58C
RGB: (163,213,140)

Color info

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

RGB color model

#A3D58C color RGB value is (163,213,140).

  • red value is 163;
  • green value is 213;
  • blue value is 140.
RGB:
(163,213,140)
(64%,84%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 140 of 255 = 55%

163
213
140

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

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 140 = 516 (100%)
R 163 of 516 ~ 31.59%
G 213 of 516 ~ 41.28%
B 140 of 516 ~ 27.13%

%31.59
%41.28
%27.13

CMYK color model

#A3D58C color CMYK value is (23,0,34,16).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 16.47%
CMYK:
(23,0,34,16)
C23M0Y34K16 
(23%,0%,34%,16%)
(0.23/0.00/0.34/0.16)	

CMYK percentages

%23.47
%0
%34.27
%16.47

Codes

Color #A3D58C in popluar color models

A3D58C
RGB163213140
HSL101°46.50%69.22%
HSB/HSV101°34.27%83.53%
CMYK23.47%0.00%34.27%
16.47%

Color #A3D58C in popluar number systems.

HEXA3D58C
Decimal163213140
Binary101000111101010110001100
Octal243325214

Shades and tints

Shades of #A3D58C

#A3D58C
(163,213,140)
#95C280
(149,194,128)
#87AF74
(135,175,116)
#799C68
(121,156,104)
#6B895C
(107,137,92)
#5D7650
(93,118,80)
#4F6344
(79,99,68)
#415038
(65,80,56)
#333D2C
(51,61,44)
#252A20
(37,42,32)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3D58C

#A3D58C
(163,213,140)
#ABD896
(171,216,150)
#B3DBA0
(179,219,160)
#BBDEAA
(187,222,170)
#C3E1B4
(195,225,180)
#CBE4BE
(203,228,190)
#D3E7C8
(211,231,200)
#DBEAD2
(219,234,210)
#E3EDDC
(227,237,220)
#EBF0E6
(235,240,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D58C color. Also use rgb(163,213,140) instead hex code.

Text Font Color

.myTextColor { color: #A3D58C; }

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

This text font color is #A3D58C.


Background Color

.myBgColor { background-color: #A3D58C; }

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

This div background color is #A3D58C.


Border color

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

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

This div border color is #A3D58C.


Opacity

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

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

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

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

This text has shadow with #A3D58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D58C on black background.


Color preview on white background

This text has color #A3D58C on white background.



Black color preview on #A3D58C background

This text has black color on #A3D58C background.


White color preview on #A3D58C background

This text has white color on #A3D58C background.