COLOR #A1FFA1

HEX: #A1FFA1
RGB: (161,255,161)

Color info

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

RGB color model

#A1FFA1 color RGB value is (161,255,161).

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

RGB channels and saturation

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

161
255
161

R + G + B ~ 75%. #A1FFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 255 + 161 = 577 (100%)
R 161 of 577 ~ 27.9%
G 255 of 577 ~ 44.19%
B 161 of 577 ~ 27.9%

%27.9
%44.19
%27.9

CMYK color model

#A1FFA1 color CMYK value is (37,0,37,0).

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

CMYK percentages

%36.86
%0
%36.86
%0

Codes

Color #A1FFA1 in popluar color models

A1FFA1
RGB161255161
HSL120°100.00%81.57%
HSB/HSV120°36.86%100.00%
CMYK36.86%0.00%36.86%
0.00%

Color #A1FFA1 in popluar number systems.

HEXA1FFA1
Decimal161255161
Binary101000011111111110100001
Octal241377241

Shades and tints

Shades of #A1FFA1

#A1FFA1
(161,255,161)
#93E893
(147,232,147)
#85D185
(133,209,133)
#77BA77
(119,186,119)
#69A369
(105,163,105)
#5B8C5B
(91,140,91)
#4D754D
(77,117,77)
#3F5E3F
(63,94,63)
#314731
(49,71,49)
#233023
(35,48,35)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #A1FFA1

#A1FFA1
(161,255,161)
#A9FFA9
(169,255,169)
#B1FFB1
(177,255,177)
#B9FFB9
(185,255,185)
#C1FFC1
(193,255,193)
#C9FFC9
(201,255,201)
#D1FFD1
(209,255,209)
#D9FFD9
(217,255,217)
#E1FFE1
(225,255,225)
#E9FFE9
(233,255,233)
#F1FFF1
(241,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1FFA1; }

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

This text font color is #A1FFA1.


Background Color

.myBgColor { background-color: #A1FFA1; }

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

This div background color is #A1FFA1.


Border color

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

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

This div border color is #A1FFA1.


Opacity

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

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

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

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

This text has shadow with #A1FFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1FFA1 on black background.


Color preview on white background

This text has color #A1FFA1 on white background.



Black color preview on #A1FFA1 background

This text has black color on #A1FFA1 background.


White color preview on #A1FFA1 background

This text has white color on #A1FFA1 background.