COLOR #A1FB93

HEX: #A1FB93
RGB: (161,251,147)

Color info

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

RGB color model

#A1FB93 color RGB value is (161,251,147).

  • red value is 161;
  • green value is 251;
  • blue value is 147.
RGB:
(161,251,147)
(63%,98%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 251 of 255 = 98%
B 147 of 255 = 58%

161
251
147

R + G + B ~ 73%. #A1FB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 251 + 147 = 559 (100%)
R 161 of 559 ~ 28.8%
G 251 of 559 ~ 44.9%
B 147 of 559 ~ 26.3%

%28.8
%44.9
%26.3

CMYK color model

#A1FB93 color CMYK value is (36,0,41,2).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 41.43%
  • key color value is 1.57%
CMYK:
(36,0,41,2)
C36M0Y41K2 
(36%,0%,41%,2%)
(0.36/0.00/0.41/0.02)	

CMYK percentages

%35.86
%0
%41.43
%1.57

Codes

Color #A1FB93 in popluar color models

A1FB93
RGB161251147
HSL112°92.86%78.04%
HSB/HSV112°41.43%98.43%
CMYK35.86%0.00%41.43%
1.57%

Color #A1FB93 in popluar number systems.

HEXA1FB93
Decimal161251147
Binary101000011111101110010011
Octal241373223

Shades and tints

Shades of #A1FB93

#A1FB93
(161,251,147)
#93E586
(147,229,134)
#85CF79
(133,207,121)
#77B96C
(119,185,108)
#69A35F
(105,163,95)
#5B8D52
(91,141,82)
#4D7745
(77,119,69)
#3F6138
(63,97,56)
#314B2B
(49,75,43)
#23351E
(35,53,30)
#151F11
(21,31,17)
#000000
(0,0,0)

Tints of #A1FB93

#A1FB93
(161,251,147)
#A9FB9C
(169,251,156)
#B1FBA5
(177,251,165)
#B9FBAE
(185,251,174)
#C1FBB7
(193,251,183)
#C9FBC0
(201,251,192)
#D1FBC9
(209,251,201)
#D9FBD2
(217,251,210)
#E1FBDB
(225,251,219)
#E9FBE4
(233,251,228)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1FB93; }

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

This text font color is #A1FB93.


Background Color

.myBgColor { background-color: #A1FB93; }

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

This div background color is #A1FB93.


Border color

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

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

This div border color is #A1FB93.


Opacity

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

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

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

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

This text has shadow with #A1FB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1FB93 on black background.


Color preview on white background

This text has color #A1FB93 on white background.



Black color preview on #A1FB93 background

This text has black color on #A1FB93 background.


White color preview on #A1FB93 background

This text has white color on #A1FB93 background.