COLOR #A1E166

HEX: #A1E166
RGB: (161,225,102)

Color info

#A1E166 contains mainly green color. Web safe color of #A1E166 is #99CC66 (or #9C6).

RGB color model

#A1E166 color RGB value is (161,225,102).

  • red value is 161;
  • green value is 225;
  • blue value is 102.
RGB:
(161,225,102)
(63%,88%,40%)

RGB channels and saturation

R 161 of 255 = 63%
G 225 of 255 = 88%
B 102 of 255 = 40%

161
225
102

R + G + B ~ 64%. #A1E166 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 225 + 102 = 488 (100%)
R 161 of 488 ~ 32.99%
G 225 of 488 ~ 46.11%
B 102 of 488 ~ 20.9%

%32.99
%46.11
%20.9

CMYK color model

#A1E166 color CMYK value is (28,0,55,12).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 54.67%
  • key color value is 11.76%
CMYK:
(28,0,55,12)
C28M0Y55K12 
(28%,0%,55%,12%)
(0.28/0.00/0.55/0.12)	

CMYK percentages

%28.44
%0
%54.67
%11.76

Codes

Color #A1E166 in popluar color models

A1E166
RGB161225102
HSL91°67.21%64.12%
HSB/HSV91°54.67%88.24%
CMYK28.44%0.00%54.67%
11.76%

Color #A1E166 in popluar number systems.

HEXA1E166
Decimal161225102
Binary10100001111000011100110
Octal241341146

Shades and tints

Shades of #A1E166

#A1E166
(161,225,102)
#93CD5D
(147,205,93)
#85B954
(133,185,84)
#77A54B
(119,165,75)
#699142
(105,145,66)
#5B7D39
(91,125,57)
#4D6930
(77,105,48)
#3F5527
(63,85,39)
#31411E
(49,65,30)
#232D15
(35,45,21)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #A1E166

#A1E166
(161,225,102)
#A9E373
(169,227,115)
#B1E580
(177,229,128)
#B9E78D
(185,231,141)
#C1E99A
(193,233,154)
#C9EBA7
(201,235,167)
#D1EDB4
(209,237,180)
#D9EFC1
(217,239,193)
#E1F1CE
(225,241,206)
#E9F3DB
(233,243,219)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E166 color. Also use rgb(161,225,102) instead hex code.

Text Font Color

.myTextColor { color: #A1E166; }

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

This text font color is #A1E166.


Background Color

.myBgColor { background-color: #A1E166; }

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

This div background color is #A1E166.


Border color

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

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

This div border color is #A1E166.


Opacity

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

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

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

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

This text has shadow with #A1E166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E166 on black background.


Color preview on white background

This text has color #A1E166 on white background.



Black color preview on #A1E166 background

This text has black color on #A1E166 background.


White color preview on #A1E166 background

This text has white color on #A1E166 background.