COLOR #A1DE8D

HEX: #A1DE8D RGB: (161,222,141)

Color info

#A1DE8D contains mainly green color. Web safe color of #A1DE8D is #99CC99 (or #9C9).

RGB color model

#A1DE8D color RGB value is (161,222,141).

RGB: (161,222,141) (63%, 87%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 222 of 255 = 87%
B 141 of 255 = 55%

161
222
141

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

Portions of RGB colors in percentages

R + G + B = 161 + 222 + 141 = 524 (100%)
R 161 of 524 ~ 30.73%
G 222 of 524 ~ 42.37%
B 141 of 524 ~ 26.91'%

%30.73
%42.37
%26.91

CMYK color model

#A1DE8D color CMYK value is (27,0,36,13).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 12.94%

CMYK: (27,0,36,13)
C27M0Y36K13 (27%, 0%, 36%, 13%)
(0.27 / 0.00 / 0.36 / 0.13)

CMYK percentages

%27.48
%0
%36.49
%12.94

Codes

Color #A1DE8D in popluar color models

A1 DE 8D
RGB 161 222 141
HSL 105° 55.10% 71.18%
HSB/HSV 105° 36.49% 87.06%
CMYK 27.48% 0.00% 36.49%
12.94%

Color #A1DE8D in popluar number systems.

HEX A1 DE 8D
Decimal 161 222 141
Binary 10100001 11011110 10001101
Octal 241 336 215

Shades and tints

Shades of #A1DE8D

#A1DE8D
(161,222,141)
#93CA81
(147,202,129)
#85B675
(133,182,117)
#77A269
(119,162,105)
#698E5D
(105,142,93)
#5B7A51
(91,122,81)
#4D6645
(77,102,69)
#3F5239
(63,82,57)
#313E2D
(49,62,45)
#232A21
(35,42,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A1DE8D

#A1DE8D
(161,222,141)
#A9E197
(169,225,151)
#B1E4A1
(177,228,161)
#B9E7AB
(185,231,171)
#C1EAB5
(193,234,181)
#C9EDBF
(201,237,191)
#D1F0C9
(209,240,201)
#D9F3D3
(217,243,211)
#E1F6DD
(225,246,221)
#E9F9E7
(233,249,231)
#F1FCF1
(241,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DE8D; }

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

This text font color is #A1DE8D.

Background Color

.myBgColor { background-color: #A1DE8D; }

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

This div background color is #A1DE8D.

Border color

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

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

This div border color is #A1DE8D.

Opacity

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

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

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

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

This text has shadow with #A1DE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1DE8D.

Preview

Color preview on black background

This text has color #A1DE8D on black background.


Color preview on white background

This text has color #A1DE8D on white background.


Black color preview on #A1DE8D background

This text has black color on #A1DE8D background.


White color preview on #A1DE8D background

This text has white color on #A1DE8D background.


Related colors

Complementary color

Complementary color for #hex is #5E2172.


I love getcolorcode.com

Triadic colors

1 #8DA1DE and #DE8DA1 with #A1DE8D are triadic colors.

2 #8DDEA1 and #DEA18D with #A1DE8D are triadic colors.