COLOR #A1F6A5

HEX: #A1F6A5
RGB: (161,246,165)

Color info

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

RGB color model

#A1F6A5 color RGB value is (161,246,165).

  • red value is 161;
  • green value is 246;
  • blue value is 165.
RGB:
(161,246,165)
(63%,96%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 246 of 255 = 96%
B 165 of 255 = 65%

161
246
165

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

Portions of RGB colors in percentages

R + G + B =
161 + 246 + 165 = 572 (100%)
R 161 of 572 ~ 28.15%
G 246 of 572 ~ 43.01%
B 165 of 572 ~ 28.85%

%28.15
%43.01
%28.85

CMYK color model

#A1F6A5 color CMYK value is (35,0,33,4).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(35,0,33,4)
C35M0Y33K4 
(35%,0%,33%,4%)
(0.35/0.00/0.33/0.04)	

CMYK percentages

%34.55
%0
%32.93
%3.53

Codes

Color #A1F6A5 in popluar color models

A1F6A5
RGB161246165
HSL123°82.52%79.80%
HSB/HSV123°34.55%96.47%
CMYK34.55%0.00%32.93%
3.53%

Color #A1F6A5 in popluar number systems.

HEXA1F6A5
Decimal161246165
Binary101000011111011010100101
Octal241366245

Shades and tints

Shades of #A1F6A5

#A1F6A5
(161,246,165)
#93E096
(147,224,150)
#85CA87
(133,202,135)
#77B478
(119,180,120)
#699E69
(105,158,105)
#5B885A
(91,136,90)
#4D724B
(77,114,75)
#3F5C3C
(63,92,60)
#31462D
(49,70,45)
#23301E
(35,48,30)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #A1F6A5

#A1F6A5
(161,246,165)
#A9F6AD
(169,246,173)
#B1F6B5
(177,246,181)
#B9F6BD
(185,246,189)
#C1F6C5
(193,246,197)
#C9F6CD
(201,246,205)
#D1F6D5
(209,246,213)
#D9F6DD
(217,246,221)
#E1F6E5
(225,246,229)
#E9F6ED
(233,246,237)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1F6A5; }

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

This text font color is #A1F6A5.


Background Color

.myBgColor { background-color: #A1F6A5; }

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

This div background color is #A1F6A5.


Border color

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

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

This div border color is #A1F6A5.


Opacity

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

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

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

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

This text has shadow with #A1F6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F6A5 on black background.


Color preview on white background

This text has color #A1F6A5 on white background.



Black color preview on #A1F6A5 background

This text has black color on #A1F6A5 background.


White color preview on #A1F6A5 background

This text has white color on #A1F6A5 background.