COLOR #A3D989

HEX: #A3D989
RGB: (163,217,137)

Color info

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

RGB color model

#A3D989 color RGB value is (163,217,137).

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

RGB channels and saturation

R 163 of 255 = 64%
G 217 of 255 = 85%
B 137 of 255 = 54%

163
217
137

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

Portions of RGB colors in percentages

R + G + B =
163 + 217 + 137 = 517 (100%)
R 163 of 517 ~ 31.53%
G 217 of 517 ~ 41.97%
B 137 of 517 ~ 26.5%

%31.53
%41.97
%26.5

CMYK color model

#A3D989 color CMYK value is (25,0,37,15).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(25,0,37,15)
C25M0Y37K15 
(25%,0%,37%,15%)
(0.25/0.00/0.37/0.15)	

CMYK percentages

%24.88
%0
%36.87
%14.9

Codes

Color #A3D989 in popluar color models

A3D989
RGB163217137
HSL101°51.28%69.41%
HSB/HSV101°36.87%85.10%
CMYK24.88%0.00%36.87%
14.90%

Color #A3D989 in popluar number systems.

HEXA3D989
Decimal163217137
Binary101000111101100110001001
Octal243331211

Shades and tints

Shades of #A3D989

#A3D989
(163,217,137)
#95C67D
(149,198,125)
#87B371
(135,179,113)
#79A065
(121,160,101)
#6B8D59
(107,141,89)
#5D7A4D
(93,122,77)
#4F6741
(79,103,65)
#415435
(65,84,53)
#334129
(51,65,41)
#252E1D
(37,46,29)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #A3D989

#A3D989
(163,217,137)
#ABDC93
(171,220,147)
#B3DF9D
(179,223,157)
#BBE2A7
(187,226,167)
#C3E5B1
(195,229,177)
#CBE8BB
(203,232,187)
#D3EBC5
(211,235,197)
#DBEECF
(219,238,207)
#E3F1D9
(227,241,217)
#EBF4E3
(235,244,227)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D989; }

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

This text font color is #A3D989.


Background Color

.myBgColor { background-color: #A3D989; }

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

This div background color is #A3D989.


Border color

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

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

This div border color is #A3D989.


Opacity

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

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

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

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

This text has shadow with #A3D989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D989 on black background.


Color preview on white background

This text has color #A3D989 on white background.



Black color preview on #A3D989 background

This text has black color on #A3D989 background.


White color preview on #A3D989 background

This text has white color on #A3D989 background.