COLOR #A1FFB1

HEX: #A1FFB1
RGB: (161,255,177)

Color info

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

RGB color model

#A1FFB1 color RGB value is (161,255,177).

  • red value is 161;
  • green value is 255;
  • blue value is 177.
RGB:
(161,255,177)
(63%,100%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 255 of 255 = 100%
B 177 of 255 = 69%

161
255
177

R + G + B ~ 77%. #A1FFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 255 + 177 = 593 (100%)
R 161 of 593 ~ 27.15%
G 255 of 593 ~ 43%
B 177 of 593 ~ 29.85%

%27.15
%43
%29.85

CMYK color model

#A1FFB1 color CMYK value is (37,0,31,0).

  • cyan value is 36.86%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(37,0,31,0)
C37M0Y31K0 
(37%,0%,31%,0%)
(0.37/0.00/0.31/0.00)	

CMYK percentages

%36.86
%0
%30.59
%0

Codes

Color #A1FFB1 in popluar color models

A1FFB1
RGB161255177
HSL130°100.00%81.57%
HSB/HSV130°36.86%100.00%
CMYK36.86%0.00%30.59%
0.00%

Color #A1FFB1 in popluar number systems.

HEXA1FFB1
Decimal161255177
Binary101000011111111110110001
Octal241377261

Shades and tints

Shades of #A1FFB1

#A1FFB1
(161,255,177)
#93E8A1
(147,232,161)
#85D191
(133,209,145)
#77BA81
(119,186,129)
#69A371
(105,163,113)
#5B8C61
(91,140,97)
#4D7551
(77,117,81)
#3F5E41
(63,94,65)
#314731
(49,71,49)
#233021
(35,48,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #A1FFB1

#A1FFB1
(161,255,177)
#A9FFB8
(169,255,184)
#B1FFBF
(177,255,191)
#B9FFC6
(185,255,198)
#C1FFCD
(193,255,205)
#C9FFD4
(201,255,212)
#D1FFDB
(209,255,219)
#D9FFE2
(217,255,226)
#E1FFE9
(225,255,233)
#E9FFF0
(233,255,240)
#F1FFF7
(241,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1FFB1 color. Also use rgb(161,255,177) instead hex code.

Text Font Color

.myTextColor { color: #A1FFB1; }

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

This text font color is #A1FFB1.


Background Color

.myBgColor { background-color: #A1FFB1; }

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

This div background color is #A1FFB1.


Border color

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

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

This div border color is #A1FFB1.


Opacity

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

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

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

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

This text has shadow with #A1FFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1FFB1 on black background.


Color preview on white background

This text has color #A1FFB1 on white background.



Black color preview on #A1FFB1 background

This text has black color on #A1FFB1 background.


White color preview on #A1FFB1 background

This text has white color on #A1FFB1 background.