COLOR #A3D289

HEX: #A3D289
RGB: (163,210,137)

Color info

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

RGB color model

#A3D289 color RGB value is (163,210,137).

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

RGB channels and saturation

R 163 of 255 = 64%
G 210 of 255 = 82%
B 137 of 255 = 54%

163
210
137

R + G + B ~ 67%. #A3D289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 210 + 137 = 510 (100%)
R 163 of 510 ~ 31.96%
G 210 of 510 ~ 41.18%
B 137 of 510 ~ 26.86%

%31.96
%41.18
%26.86

CMYK color model

#A3D289 color CMYK value is (22,0,35,18).

  • cyan value is 22.38%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(22,0,35,18)
C22M0Y35K18 
(22%,0%,35%,18%)
(0.22/0.00/0.35/0.18)	

CMYK percentages

%22.38
%0
%34.76
%17.65

Codes

Color #A3D289 in popluar color models

A3D289
RGB163210137
HSL99°44.79%68.04%
HSB/HSV99°34.76%82.35%
CMYK22.38%0.00%34.76%
17.65%

Color #A3D289 in popluar number systems.

HEXA3D289
Decimal163210137
Binary101000111101001010001001
Octal243322211

Shades and tints

Shades of #A3D289

#A3D289
(163,210,137)
#95BF7D
(149,191,125)
#87AC71
(135,172,113)
#799965
(121,153,101)
#6B8659
(107,134,89)
#5D734D
(93,115,77)
#4F6041
(79,96,65)
#414D35
(65,77,53)
#333A29
(51,58,41)
#25271D
(37,39,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3D289

#A3D289
(163,210,137)
#ABD693
(171,214,147)
#B3DA9D
(179,218,157)
#BBDEA7
(187,222,167)
#C3E2B1
(195,226,177)
#CBE6BB
(203,230,187)
#D3EAC5
(211,234,197)
#DBEECF
(219,238,207)
#E3F2D9
(227,242,217)
#EBF6E3
(235,246,227)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D289; }

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

This text font color is #A3D289.


Background Color

.myBgColor { background-color: #A3D289; }

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

This div background color is #A3D289.


Border color

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

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

This div border color is #A3D289.


Opacity

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

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

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

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

This text has shadow with #A3D289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D289 on black background.


Color preview on white background

This text has color #A3D289 on white background.



Black color preview on #A3D289 background

This text has black color on #A3D289 background.


White color preview on #A3D289 background

This text has white color on #A3D289 background.