COLOR #A1F6AD

HEX: #A1F6AD
RGB: (161,246,173)

Color info

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

RGB color model

#A1F6AD color RGB value is (161,246,173).

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

RGB channels and saturation

R 161 of 255 = 63%
G 246 of 255 = 96%
B 173 of 255 = 68%

161
246
173

R + G + B ~ 76%. #A1F6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 246 + 173 = 580 (100%)
R 161 of 580 ~ 27.76%
G 246 of 580 ~ 42.41%
B 173 of 580 ~ 29.83%

%27.76
%42.41
%29.83

CMYK color model

#A1F6AD color CMYK value is (35,0,30,4).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 3.53%
CMYK:
(35,0,30,4)
C35M0Y30K4 
(35%,0%,30%,4%)
(0.35/0.00/0.30/0.04)	

CMYK percentages

%34.55
%0
%29.67
%3.53

Codes

Color #A1F6AD in popluar color models

A1F6AD
RGB161246173
HSL128°82.52%79.80%
HSB/HSV128°34.55%96.47%
CMYK34.55%0.00%29.67%
3.53%

Color #A1F6AD in popluar number systems.

HEXA1F6AD
Decimal161246173
Binary101000011111011010101101
Octal241366255

Shades and tints

Shades of #A1F6AD

#A1F6AD
(161,246,173)
#93E09E
(147,224,158)
#85CA8F
(133,202,143)
#77B480
(119,180,128)
#699E71
(105,158,113)
#5B8862
(91,136,98)
#4D7253
(77,114,83)
#3F5C44
(63,92,68)
#314635
(49,70,53)
#233026
(35,48,38)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #A1F6AD

#A1F6AD
(161,246,173)
#A9F6B4
(169,246,180)
#B1F6BB
(177,246,187)
#B9F6C2
(185,246,194)
#C1F6C9
(193,246,201)
#C9F6D0
(201,246,208)
#D1F6D7
(209,246,215)
#D9F6DE
(217,246,222)
#E1F6E5
(225,246,229)
#E9F6EC
(233,246,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1F6AD; }

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

This text font color is #A1F6AD.


Background Color

.myBgColor { background-color: #A1F6AD; }

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

This div background color is #A1F6AD.


Border color

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

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

This div border color is #A1F6AD.


Opacity

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

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

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

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

This text has shadow with #A1F6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F6AD on black background.


Color preview on white background

This text has color #A1F6AD on white background.



Black color preview on #A1F6AD background

This text has black color on #A1F6AD background.


White color preview on #A1F6AD background

This text has white color on #A1F6AD background.