COLOR #A1D48D

HEX: #A1D48D
RGB: (161,212,141)

Color info

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

RGB color model

#A1D48D color RGB value is (161,212,141).

  • red value is 161;
  • green value is 212;
  • blue value is 141.
RGB:
(161,212,141)
(63%,83%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 212 of 255 = 83%
B 141 of 255 = 55%

161
212
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 212 + 141 = 514 (100%)
R 161 of 514 ~ 31.32%
G 212 of 514 ~ 41.25%
B 141 of 514 ~ 27.43%

%31.32
%41.25
%27.43

CMYK color model

#A1D48D color CMYK value is (24,0,33,17).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 16.86%
CMYK:
(24,0,33,17)
C24M0Y33K17 
(24%,0%,33%,17%)
(0.24/0.00/0.33/0.17)	

CMYK percentages

%24.06
%0
%33.49
%16.86

Codes

Color #A1D48D in popluar color models

A1D48D
RGB161212141
HSL103°45.22%69.22%
HSB/HSV103°33.49%83.14%
CMYK24.06%0.00%33.49%
16.86%

Color #A1D48D in popluar number systems.

HEXA1D48D
Decimal161212141
Binary101000011101010010001101
Octal241324215

Shades and tints

Shades of #A1D48D

#A1D48D
(161,212,141)
#93C181
(147,193,129)
#85AE75
(133,174,117)
#779B69
(119,155,105)
#69885D
(105,136,93)
#5B7551
(91,117,81)
#4D6245
(77,98,69)
#3F4F39
(63,79,57)
#313C2D
(49,60,45)
#232921
(35,41,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A1D48D

#A1D48D
(161,212,141)
#A9D797
(169,215,151)
#B1DAA1
(177,218,161)
#B9DDAB
(185,221,171)
#C1E0B5
(193,224,181)
#C9E3BF
(201,227,191)
#D1E6C9
(209,230,201)
#D9E9D3
(217,233,211)
#E1ECDD
(225,236,221)
#E9EFE7
(233,239,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D48D color. Also use rgb(161,212,141) instead hex code.

Text Font Color

.myTextColor { color: #A1D48D; }

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

This text font color is #A1D48D.


Background Color

.myBgColor { background-color: #A1D48D; }

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

This div background color is #A1D48D.


Border color

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

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

This div border color is #A1D48D.


Opacity

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

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

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

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

This text has shadow with #A1D48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D48D on black background.


Color preview on white background

This text has color #A1D48D on white background.



Black color preview on #A1D48D background

This text has black color on #A1D48D background.


White color preview on #A1D48D background

This text has white color on #A1D48D background.