COLOR #A1FE61

HEX: #A1FE61
RGB: (161,254,97)

Color info

#A1FE61 contains mainly green color. Web safe color of #A1FE61 is #99FF66 (or #9F6).

RGB color model

#A1FE61 color RGB value is (161,254,97).

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

RGB channels and saturation

R 161 of 255 = 63%
G 254 of 255 = 100%
B 97 of 255 = 38%

161
254
97

R + G + B ~ 67%. #A1FE61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 254 + 97 = 512 (100%)
R 161 of 512 ~ 31.45%
G 254 of 512 ~ 49.61%
B 97 of 512 ~ 18.95%

%31.45
%49.61
%18.95

CMYK color model

#A1FE61 color CMYK value is (37,0,62,0).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 61.81%
  • key color value is 0.39%
CMYK:
(37,0,62,0)
C37M0Y62K0 
(37%,0%,62%,0%)
(0.37/0.00/0.62/0.00)	

CMYK percentages

%36.61
%0
%61.81
%0.39

Codes

Color #A1FE61 in popluar color models

A1FE61
RGB16125497
HSL96°98.74%68.82%
HSB/HSV96°61.81%99.61%
CMYK36.61%0.00%61.81%
0.39%

Color #A1FE61 in popluar number systems.

HEXA1FE61
Decimal16125497
Binary10100001111111101100001
Octal241376141

Shades and tints

Shades of #A1FE61

#A1FE61
(161,254,97)
#93E759
(147,231,89)
#85D051
(133,208,81)
#77B949
(119,185,73)
#69A241
(105,162,65)
#5B8B39
(91,139,57)
#4D7431
(77,116,49)
#3F5D29
(63,93,41)
#314621
(49,70,33)
#232F19
(35,47,25)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1FE61

#A1FE61
(161,254,97)
#A9FE6F
(169,254,111)
#B1FE7D
(177,254,125)
#B9FE8B
(185,254,139)
#C1FE99
(193,254,153)
#C9FEA7
(201,254,167)
#D1FEB5
(209,254,181)
#D9FEC3
(217,254,195)
#E1FED1
(225,254,209)
#E9FEDF
(233,254,223)
#F1FEED
(241,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1FE61; }

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

This text font color is #A1FE61.


Background Color

.myBgColor { background-color: #A1FE61; }

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

This div background color is #A1FE61.


Border color

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

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

This div border color is #A1FE61.


Opacity

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

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

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

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

This text has shadow with #A1FE61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1FE61 on black background.


Color preview on white background

This text has color #A1FE61 on white background.



Black color preview on #A1FE61 background

This text has black color on #A1FE61 background.


White color preview on #A1FE61 background

This text has white color on #A1FE61 background.