COLOR #A1DE96

HEX: #A1DE96
RGB: (161,222,150)

Color info

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

RGB color model

#A1DE96 color RGB value is (161,222,150).

  • red value is 161;
  • green value is 222;
  • blue value is 150.
RGB:
(161,222,150)
(63%,87%,59%)

RGB channels and saturation

R 161 of 255 = 63%
G 222 of 255 = 87%
B 150 of 255 = 59%

161
222
150

R + G + B ~ 70%. #A1DE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 222 + 150 = 533 (100%)
R 161 of 533 ~ 30.21%
G 222 of 533 ~ 41.65%
B 150 of 533 ~ 28.14%

%30.21
%41.65
%28.14

CMYK color model

#A1DE96 color CMYK value is (27,0,32,13).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 12.94%
CMYK:
(27,0,32,13)
C27M0Y32K13 
(27%,0%,32%,13%)
(0.27/0.00/0.32/0.13)	

CMYK percentages

%27.48
%0
%32.43
%12.94

Codes

Color #A1DE96 in popluar color models

A1DE96
RGB161222150
HSL111°52.17%72.94%
HSB/HSV111°32.43%87.06%
CMYK27.48%0.00%32.43%
12.94%

Color #A1DE96 in popluar number systems.

HEXA1DE96
Decimal161222150
Binary101000011101111010010110
Octal241336226

Shades and tints

Shades of #A1DE96

#A1DE96
(161,222,150)
#93CA89
(147,202,137)
#85B67C
(133,182,124)
#77A26F
(119,162,111)
#698E62
(105,142,98)
#5B7A55
(91,122,85)
#4D6648
(77,102,72)
#3F523B
(63,82,59)
#313E2E
(49,62,46)
#232A21
(35,42,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #A1DE96

#A1DE96
(161,222,150)
#A9E19F
(169,225,159)
#B1E4A8
(177,228,168)
#B9E7B1
(185,231,177)
#C1EABA
(193,234,186)
#C9EDC3
(201,237,195)
#D1F0CC
(209,240,204)
#D9F3D5
(217,243,213)
#E1F6DE
(225,246,222)
#E9F9E7
(233,249,231)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DE96; }

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

This text font color is #A1DE96.


Background Color

.myBgColor { background-color: #A1DE96; }

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

This div background color is #A1DE96.


Border color

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

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

This div border color is #A1DE96.


Opacity

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

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

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

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

This text has shadow with #A1DE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DE96 on black background.


Color preview on white background

This text has color #A1DE96 on white background.



Black color preview on #A1DE96 background

This text has black color on #A1DE96 background.


White color preview on #A1DE96 background

This text has white color on #A1DE96 background.