COLOR #A1F9C9

HEX: #A1F9C9
RGB: (161,249,201)

Color info

#A1F9C9 contains mainly green and blue colors. Web safe color of #A1F9C9 is #99FFCC (or #9FC).

RGB color model

#A1F9C9 color RGB value is (161,249,201).

  • red value is 161;
  • green value is 249;
  • blue value is 201.
RGB:
(161,249,201)
(63%,98%,79%)

RGB channels and saturation

R 161 of 255 = 63%
G 249 of 255 = 98%
B 201 of 255 = 79%

161
249
201

R + G + B ~ 80%. #A1F9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 249 + 201 = 611 (100%)
R 161 of 611 ~ 26.35%
G 249 of 611 ~ 40.75%
B 201 of 611 ~ 32.9%

%26.35
%40.75
%32.9

CMYK color model

#A1F9C9 color CMYK value is (35,0,19,2).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 2.35%
CMYK:
(35,0,19,2)
C35M0Y19K2 
(35%,0%,19%,2%)
(0.35/0.00/0.19/0.02)	

CMYK percentages

%35.34
%0
%19.28
%2.35

Codes

Color #A1F9C9 in popluar color models

A1F9C9
RGB161249201
HSL147°88.00%80.39%
HSB/HSV147°35.34%97.65%
CMYK35.34%0.00%19.28%
2.35%

Color #A1F9C9 in popluar number systems.

HEXA1F9C9
Decimal161249201
Binary101000011111100111001001
Octal241371311

Shades and tints

Shades of #A1F9C9

#A1F9C9
(161,249,201)
#93E3B7
(147,227,183)
#85CDA5
(133,205,165)
#77B793
(119,183,147)
#69A181
(105,161,129)
#5B8B6F
(91,139,111)
#4D755D
(77,117,93)
#3F5F4B
(63,95,75)
#314939
(49,73,57)
#233327
(35,51,39)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #A1F9C9

#A1F9C9
(161,249,201)
#A9F9CD
(169,249,205)
#B1F9D1
(177,249,209)
#B9F9D5
(185,249,213)
#C1F9D9
(193,249,217)
#C9F9DD
(201,249,221)
#D1F9E1
(209,249,225)
#D9F9E5
(217,249,229)
#E1F9E9
(225,249,233)
#E9F9ED
(233,249,237)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1F9C9 color. Also use rgb(161,249,201) instead hex code.

Text Font Color

.myTextColor { color: #A1F9C9; }

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

This text font color is #A1F9C9.


Background Color

.myBgColor { background-color: #A1F9C9; }

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

This div background color is #A1F9C9.


Border color

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

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

This div border color is #A1F9C9.


Opacity

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

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

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

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

This text has shadow with #A1F9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F9C9 on black background.


Color preview on white background

This text has color #A1F9C9 on white background.



Black color preview on #A1F9C9 background

This text has black color on #A1F9C9 background.


White color preview on #A1F9C9 background

This text has white color on #A1F9C9 background.