COLOR #A3D17A

HEX: #A3D17A
RGB: (163,209,122)

Color info

#A3D17A contains mainly red and green colors. Web safe color of #A3D17A is #99CC66 (or #9C6).

RGB color model

#A3D17A color RGB value is (163,209,122).

  • red value is 163;
  • green value is 209;
  • blue value is 122.
RGB:
(163,209,122)
(64%,82%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 122 of 255 = 48%

163
209
122

R + G + B ~ 65%. #A3D17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 122 = 494 (100%)
R 163 of 494 ~ 33%
G 209 of 494 ~ 42.31%
B 122 of 494 ~ 24.7%

%33
%42.31
%24.7

CMYK color model

#A3D17A color CMYK value is (22,0,42,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 18.04%
CMYK:
(22,0,42,18)
C22M0Y42K18 
(22%,0%,42%,18%)
(0.22/0.00/0.42/0.18)	

CMYK percentages

%22.01
%0
%41.63
%18.04

Codes

Color #A3D17A in popluar color models

A3D17A
RGB163209122
HSL92°48.60%64.90%
HSB/HSV92°41.63%81.96%
CMYK22.01%0.00%41.63%
18.04%

Color #A3D17A in popluar number systems.

HEXA3D17A
Decimal163209122
Binary10100011110100011111010
Octal243321172

Shades and tints

Shades of #A3D17A

#A3D17A
(163,209,122)
#95BE6F
(149,190,111)
#87AB64
(135,171,100)
#799859
(121,152,89)
#6B854E
(107,133,78)
#5D7243
(93,114,67)
#4F5F38
(79,95,56)
#414C2D
(65,76,45)
#333922
(51,57,34)
#252617
(37,38,23)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #A3D17A

#A3D17A
(163,209,122)
#ABD586
(171,213,134)
#B3D992
(179,217,146)
#BBDD9E
(187,221,158)
#C3E1AA
(195,225,170)
#CBE5B6
(203,229,182)
#D3E9C2
(211,233,194)
#DBEDCE
(219,237,206)
#E3F1DA
(227,241,218)
#EBF5E6
(235,245,230)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D17A color. Also use rgb(163,209,122) instead hex code.

Text Font Color

.myTextColor { color: #A3D17A; }

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

This text font color is #A3D17A.


Background Color

.myBgColor { background-color: #A3D17A; }

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

This div background color is #A3D17A.


Border color

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

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

This div border color is #A3D17A.


Opacity

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

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

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

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

This text has shadow with #A3D17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D17A on black background.


Color preview on white background

This text has color #A3D17A on white background.



Black color preview on #A3D17A background

This text has black color on #A3D17A background.


White color preview on #A3D17A background

This text has white color on #A3D17A background.