COLOR #A1F972

HEX: #A1F972
RGB: (161,249,114)

Color info

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

RGB color model

#A1F972 color RGB value is (161,249,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 249 of 255 = 98%
B 114 of 255 = 45%

161
249
114

R + G + B ~ 69%. #A1F972 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 249 + 114 = 524 (100%)
R 161 of 524 ~ 30.73%
G 249 of 524 ~ 47.52%
B 114 of 524 ~ 21.76%

%30.73
%47.52
%21.76

CMYK color model

#A1F972 color CMYK value is (35,0,54,2).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 2.35%
CMYK:
(35,0,54,2)
C35M0Y54K2 
(35%,0%,54%,2%)
(0.35/0.00/0.54/0.02)	

CMYK percentages

%35.34
%0
%54.22
%2.35

Codes

Color #A1F972 in popluar color models

A1F972
RGB161249114
HSL99°91.84%71.18%
HSB/HSV99°54.22%97.65%
CMYK35.34%0.00%54.22%
2.35%

Color #A1F972 in popluar number systems.

HEXA1F972
Decimal161249114
Binary10100001111110011110010
Octal241371162

Shades and tints

Shades of #A1F972

#A1F972
(161,249,114)
#93E368
(147,227,104)
#85CD5E
(133,205,94)
#77B754
(119,183,84)
#69A14A
(105,161,74)
#5B8B40
(91,139,64)
#4D7536
(77,117,54)
#3F5F2C
(63,95,44)
#314922
(49,73,34)
#233318
(35,51,24)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #A1F972

#A1F972
(161,249,114)
#A9F97E
(169,249,126)
#B1F98A
(177,249,138)
#B9F996
(185,249,150)
#C1F9A2
(193,249,162)
#C9F9AE
(201,249,174)
#D1F9BA
(209,249,186)
#D9F9C6
(217,249,198)
#E1F9D2
(225,249,210)
#E9F9DE
(233,249,222)
#F1F9EA
(241,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1F972; }

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

This text font color is #A1F972.


Background Color

.myBgColor { background-color: #A1F972; }

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

This div background color is #A1F972.


Border color

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

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

This div border color is #A1F972.


Opacity

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

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

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

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

This text has shadow with #A1F972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F972 on black background.


Color preview on white background

This text has color #A1F972 on white background.



Black color preview on #A1F972 background

This text has black color on #A1F972 background.


White color preview on #A1F972 background

This text has white color on #A1F972 background.