COLOR #A1FA87

HEX: #A1FA87
RGB: (161,250,135)

Color info

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

RGB color model

#A1FA87 color RGB value is (161,250,135).

  • red value is 161;
  • green value is 250;
  • blue value is 135.
RGB:
(161,250,135)
(63%,98%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 250 of 255 = 98%
B 135 of 255 = 53%

161
250
135

R + G + B ~ 71%. #A1FA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 250 + 135 = 546 (100%)
R 161 of 546 ~ 29.49%
G 250 of 546 ~ 45.79%
B 135 of 546 ~ 24.73%

%29.49
%45.79
%24.73

CMYK color model

#A1FA87 color CMYK value is (36,0,46,2).

  • cyan value is 35.60%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 1.96%
CMYK:
(36,0,46,2)
C36M0Y46K2 
(36%,0%,46%,2%)
(0.36/0.00/0.46/0.02)	

CMYK percentages

%35.6
%0
%46
%1.96

Codes

Color #A1FA87 in popluar color models

A1FA87
RGB161250135
HSL106°92.00%75.49%
HSB/HSV106°46.00%98.04%
CMYK35.60%0.00%46.00%
1.96%

Color #A1FA87 in popluar number systems.

HEXA1FA87
Decimal161250135
Binary101000011111101010000111
Octal241372207

Shades and tints

Shades of #A1FA87

#A1FA87
(161,250,135)
#93E47B
(147,228,123)
#85CE6F
(133,206,111)
#77B863
(119,184,99)
#69A257
(105,162,87)
#5B8C4B
(91,140,75)
#4D763F
(77,118,63)
#3F6033
(63,96,51)
#314A27
(49,74,39)
#23341B
(35,52,27)
#151E0F
(21,30,15)
#000000
(0,0,0)

Tints of #A1FA87

#A1FA87
(161,250,135)
#A9FA91
(169,250,145)
#B1FA9B
(177,250,155)
#B9FAA5
(185,250,165)
#C1FAAF
(193,250,175)
#C9FAB9
(201,250,185)
#D1FAC3
(209,250,195)
#D9FACD
(217,250,205)
#E1FAD7
(225,250,215)
#E9FAE1
(233,250,225)
#F1FAEB
(241,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1FA87; }

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

This text font color is #A1FA87.


Background Color

.myBgColor { background-color: #A1FA87; }

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

This div background color is #A1FA87.


Border color

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

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

This div border color is #A1FA87.


Opacity

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

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

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

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

This text has shadow with #A1FA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1FA87 on black background.


Color preview on white background

This text has color #A1FA87 on white background.



Black color preview on #A1FA87 background

This text has black color on #A1FA87 background.


White color preview on #A1FA87 background

This text has white color on #A1FA87 background.