COLOR #A3D29A

HEX: #A3D29A
RGB: (163,210,154)

Color info

#A3D29A contains red, green and blue colors in about the same proportion. Web safe color of #A3D29A is #99CC99 (or #9C9).

RGB color model

#A3D29A color RGB value is (163,210,154).

  • red value is 163;
  • green value is 210;
  • blue value is 154.
RGB:
(163,210,154)
(64%,82%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 210 of 255 = 82%
B 154 of 255 = 60%

163
210
154

R + G + B ~ 69%. #A3D29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 210 + 154 = 527 (100%)
R 163 of 527 ~ 30.93%
G 210 of 527 ~ 39.85%
B 154 of 527 ~ 29.22%

%30.93
%39.85
%29.22

CMYK color model

#A3D29A color CMYK value is (22,0,27,18).

  • cyan value is 22.38%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(22,0,27,18)
C22M0Y27K18 
(22%,0%,27%,18%)
(0.22/0.00/0.27/0.18)	

CMYK percentages

%22.38
%0
%26.67
%17.65

Codes

Color #A3D29A in popluar color models

A3D29A
RGB163210154
HSL110°38.36%71.37%
HSB/HSV110°26.67%82.35%
CMYK22.38%0.00%26.67%
17.65%

Color #A3D29A in popluar number systems.

HEXA3D29A
Decimal163210154
Binary101000111101001010011010
Octal243322232

Shades and tints

Shades of #A3D29A

#A3D29A
(163,210,154)
#95BF8C
(149,191,140)
#87AC7E
(135,172,126)
#799970
(121,153,112)
#6B8662
(107,134,98)
#5D7354
(93,115,84)
#4F6046
(79,96,70)
#414D38
(65,77,56)
#333A2A
(51,58,42)
#25271C
(37,39,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #A3D29A

#A3D29A
(163,210,154)
#ABD6A3
(171,214,163)
#B3DAAC
(179,218,172)
#BBDEB5
(187,222,181)
#C3E2BE
(195,226,190)
#CBE6C7
(203,230,199)
#D3EAD0
(211,234,208)
#DBEED9
(219,238,217)
#E3F2E2
(227,242,226)
#EBF6EB
(235,246,235)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D29A color. Also use rgb(163,210,154) instead hex code.

Text Font Color

.myTextColor { color: #A3D29A; }

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

This text font color is #A3D29A.


Background Color

.myBgColor { background-color: #A3D29A; }

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

This div background color is #A3D29A.


Border color

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

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

This div border color is #A3D29A.


Opacity

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

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

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

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

This text has shadow with #A3D29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D29A on black background.


Color preview on white background

This text has color #A3D29A on white background.



Black color preview on #A3D29A background

This text has black color on #A3D29A background.


White color preview on #A3D29A background

This text has white color on #A3D29A background.