COLOR #A3D16D

HEX: #A3D16D
RGB: (163,209,109)

Color info

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

RGB color model

#A3D16D color RGB value is (163,209,109).

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

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 109 of 255 = 43%

163
209
109

R + G + B ~ 63%. #A3D16D is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 109 = 481 (100%)
R 163 of 481 ~ 33.89%
G 209 of 481 ~ 43.45%
B 109 of 481 ~ 22.66%

%33.89
%43.45
%22.66

CMYK color model

#A3D16D color CMYK value is (22,0,48,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK:
(22,0,48,18)
C22M0Y48K18 
(22%,0%,48%,18%)
(0.22/0.00/0.48/0.18)	

CMYK percentages

%22.01
%0
%47.85
%18.04

Codes

Color #A3D16D in popluar color models

A3D16D
RGB163209109
HSL88°52.08%62.35%
HSB/HSV88°47.85%81.96%
CMYK22.01%0.00%47.85%
18.04%

Color #A3D16D in popluar number systems.

HEXA3D16D
Decimal163209109
Binary10100011110100011101101
Octal243321155

Shades and tints

Shades of #A3D16D

#A3D16D
(163,209,109)
#95BE64
(149,190,100)
#87AB5B
(135,171,91)
#799852
(121,152,82)
#6B8549
(107,133,73)
#5D7240
(93,114,64)
#4F5F37
(79,95,55)
#414C2E
(65,76,46)
#333925
(51,57,37)
#25261C
(37,38,28)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A3D16D

#A3D16D
(163,209,109)
#ABD57A
(171,213,122)
#B3D987
(179,217,135)
#BBDD94
(187,221,148)
#C3E1A1
(195,225,161)
#CBE5AE
(203,229,174)
#D3E9BB
(211,233,187)
#DBEDC8
(219,237,200)
#E3F1D5
(227,241,213)
#EBF5E2
(235,245,226)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D16D; }

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

This text font color is #A3D16D.


Background Color

.myBgColor { background-color: #A3D16D; }

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

This div background color is #A3D16D.


Border color

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

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

This div border color is #A3D16D.


Opacity

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

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

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

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

This text has shadow with #A3D16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D16D on black background.


Color preview on white background

This text has color #A3D16D on white background.



Black color preview on #A3D16D background

This text has black color on #A3D16D background.


White color preview on #A3D16D background

This text has white color on #A3D16D background.