COLOR #A1F3A6

HEX: #A1F3A6
RGB: (161,243,166)

Color info

#A1F3A6 contains mainly green color. Web safe color of #A1F3A6 is #99FF99 (or #9F9).

RGB color model

#A1F3A6 color RGB value is (161,243,166).

  • red value is 161;
  • green value is 243;
  • blue value is 166.
RGB:
(161,243,166)
(63%,95%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 243 of 255 = 95%
B 166 of 255 = 65%

161
243
166

R + G + B ~ 74%. #A1F3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 243 + 166 = 570 (100%)
R 161 of 570 ~ 28.25%
G 243 of 570 ~ 42.63%
B 166 of 570 ~ 29.12%

%28.25
%42.63
%29.12

CMYK color model

#A1F3A6 color CMYK value is (34,0,32,5).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 4.71%
CMYK:
(34,0,32,5)
C34M0Y32K5 
(34%,0%,32%,5%)
(0.34/0.00/0.32/0.05)	

CMYK percentages

%33.74
%0
%31.69
%4.71

Codes

Color #A1F3A6 in popluar color models

A1F3A6
RGB161243166
HSL124°77.36%79.22%
HSB/HSV124°33.74%95.29%
CMYK33.74%0.00%31.69%
4.71%

Color #A1F3A6 in popluar number systems.

HEXA1F3A6
Decimal161243166
Binary101000011111001110100110
Octal241363246

Shades and tints

Shades of #A1F3A6

#A1F3A6
(161,243,166)
#93DD97
(147,221,151)
#85C788
(133,199,136)
#77B179
(119,177,121)
#699B6A
(105,155,106)
#5B855B
(91,133,91)
#4D6F4C
(77,111,76)
#3F593D
(63,89,61)
#31432E
(49,67,46)
#232D1F
(35,45,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #A1F3A6

#A1F3A6
(161,243,166)
#A9F4AE
(169,244,174)
#B1F5B6
(177,245,182)
#B9F6BE
(185,246,190)
#C1F7C6
(193,247,198)
#C9F8CE
(201,248,206)
#D1F9D6
(209,249,214)
#D9FADE
(217,250,222)
#E1FBE6
(225,251,230)
#E9FCEE
(233,252,238)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1F3A6 color. Also use rgb(161,243,166) instead hex code.

Text Font Color

.myTextColor { color: #A1F3A6; }

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

This text font color is #A1F3A6.


Background Color

.myBgColor { background-color: #A1F3A6; }

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

This div background color is #A1F3A6.


Border color

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

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

This div border color is #A1F3A6.


Opacity

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

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

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

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

This text has shadow with #A1F3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F3A6 on black background.


Color preview on white background

This text has color #A1F3A6 on white background.



Black color preview on #A1F3A6 background

This text has black color on #A1F3A6 background.


White color preview on #A1F3A6 background

This text has white color on #A1F3A6 background.