COLOR #A1DE92

HEX: #A1DE92 RGB: (161,222,146)

Color info

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

RGB color model

#A1DE92 color RGB value is (161,222,146).

RGB: (161,222,146) (63%, 87%, 57%)

RGB channels and saturation

R 161 of 255 = 63%
G 222 of 255 = 87%
B 146 of 255 = 57%

161
222
146

R + G + B ~ 69%. #A1DE92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 222 + 146 = 529 (100%)
R 161 of 529 ~ 30.43%
G 222 of 529 ~ 41.97%
B 146 of 529 ~ 27.6'%

%30.43
%41.97
%27.6

CMYK color model

#A1DE92 color CMYK value is (27,0,34,13).

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

CMYK: (27,0,34,13)
C27M0Y34K13 (27%, 0%, 34%, 13%)
(0.27 / 0.00 / 0.34 / 0.13)

CMYK percentages

%27.48
%0
%34.23
%12.94

Codes

Color #A1DE92 in popluar color models

A1 DE 92
RGB 161 222 146
HSL 108° 53.52% 72.16%
HSB/HSV 108° 34.23% 87.06%
CMYK 27.48% 0.00% 34.23%
12.94%

Color #A1DE92 in popluar number systems.

HEX A1 DE 92
Decimal 161 222 146
Binary 10100001 11011110 10010010
Octal 241 336 222

Shades and tints

Shades of #A1DE92

#A1DE92
(161,222,146)
#93CA85
(147,202,133)
#85B678
(133,182,120)
#77A26B
(119,162,107)
#698E5E
(105,142,94)
#5B7A51
(91,122,81)
#4D6644
(77,102,68)
#3F5237
(63,82,55)
#313E2A
(49,62,42)
#232A1D
(35,42,29)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #A1DE92

#A1DE92
(161,222,146)
#A9E19B
(169,225,155)
#B1E4A4
(177,228,164)
#B9E7AD
(185,231,173)
#C1EAB6
(193,234,182)
#C9EDBF
(201,237,191)
#D1F0C8
(209,240,200)
#D9F3D1
(217,243,209)
#E1F6DA
(225,246,218)
#E9F9E3
(233,249,227)
#F1FCEC
(241,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DE92; }

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

This text font color is #A1DE92.

Background Color

.myBgColor { background-color: #A1DE92; }

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

This div background color is #A1DE92.

Border color

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

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

This div border color is #A1DE92.

Opacity

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

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

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

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

This text has shadow with #A1DE92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1DE92.

Preview

Color preview on black background

This text has color #A1DE92 on black background.


Color preview on white background

This text has color #A1DE92 on white background.


Black color preview on #A1DE92 background

This text has black color on #A1DE92 background.


White color preview on #A1DE92 background

This text has white color on #A1DE92 background.


Related colors

Complementary color

Complementary color for #hex is #5E216D.


I love getcolorcode.com

Triadic colors

1 #92A1DE and #DE92A1 with #A1DE92 are triadic colors.

2 #92DEA1 and #DEA192 with #A1DE92 are triadic colors.