COLOR #A1D78D

HEX: #A1D78D
RGB: (161,215,141)

Color info

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

RGB color model

#A1D78D color RGB value is (161,215,141).

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

RGB channels and saturation

R 161 of 255 = 63%
G 215 of 255 = 84%
B 141 of 255 = 55%

161
215
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 215 + 141 = 517 (100%)
R 161 of 517 ~ 31.14%
G 215 of 517 ~ 41.59%
B 141 of 517 ~ 27.27%

%31.14
%41.59
%27.27

CMYK color model

#A1D78D color CMYK value is (25,0,34,16).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 34.42%
  • key color value is 15.69%
CMYK:
(25,0,34,16)
C25M0Y34K16 
(25%,0%,34%,16%)
(0.25/0.00/0.34/0.16)	

CMYK percentages

%25.12
%0
%34.42
%15.69

Codes

Color #A1D78D in popluar color models

A1D78D
RGB161215141
HSL104°48.05%69.80%
HSB/HSV104°34.42%84.31%
CMYK25.12%0.00%34.42%
15.69%

Color #A1D78D in popluar number systems.

HEXA1D78D
Decimal161215141
Binary101000011101011110001101
Octal241327215

Shades and tints

Shades of #A1D78D

#A1D78D
(161,215,141)
#93C481
(147,196,129)
#85B175
(133,177,117)
#779E69
(119,158,105)
#698B5D
(105,139,93)
#5B7851
(91,120,81)
#4D6545
(77,101,69)
#3F5239
(63,82,57)
#313F2D
(49,63,45)
#232C21
(35,44,33)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #A1D78D

#A1D78D
(161,215,141)
#A9DA97
(169,218,151)
#B1DDA1
(177,221,161)
#B9E0AB
(185,224,171)
#C1E3B5
(193,227,181)
#C9E6BF
(201,230,191)
#D1E9C9
(209,233,201)
#D9ECD3
(217,236,211)
#E1EFDD
(225,239,221)
#E9F2E7
(233,242,231)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D78D; }

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

This text font color is #A1D78D.


Background Color

.myBgColor { background-color: #A1D78D; }

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

This div background color is #A1D78D.


Border color

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

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

This div border color is #A1D78D.


Opacity

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

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

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

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

This text has shadow with #A1D78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D78D on black background.


Color preview on white background

This text has color #A1D78D on white background.



Black color preview on #A1D78D background

This text has black color on #A1D78D background.


White color preview on #A1D78D background

This text has white color on #A1D78D background.