COLOR #A1F372

HEX: #A1F372
RGB: (161,243,114)

Color info

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

RGB color model

#A1F372 color RGB value is (161,243,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 243 of 255 = 95%
B 114 of 255 = 45%

161
243
114

R + G + B ~ 68%. #A1F372 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 243 + 114 = 518 (100%)
R 161 of 518 ~ 31.08%
G 243 of 518 ~ 46.91%
B 114 of 518 ~ 22.01%

%31.08
%46.91
%22.01

CMYK color model

#A1F372 color CMYK value is (34,0,53,5).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 53.09%
  • key color value is 4.71%
CMYK:
(34,0,53,5)
C34M0Y53K5 
(34%,0%,53%,5%)
(0.34/0.00/0.53/0.05)	

CMYK percentages

%33.74
%0
%53.09
%4.71

Codes

Color #A1F372 in popluar color models

A1F372
RGB161243114
HSL98°84.31%70.00%
HSB/HSV98°53.09%95.29%
CMYK33.74%0.00%53.09%
4.71%

Color #A1F372 in popluar number systems.

HEXA1F372
Decimal161243114
Binary10100001111100111110010
Octal241363162

Shades and tints

Shades of #A1F372

#A1F372
(161,243,114)
#93DD68
(147,221,104)
#85C75E
(133,199,94)
#77B154
(119,177,84)
#699B4A
(105,155,74)
#5B8540
(91,133,64)
#4D6F36
(77,111,54)
#3F592C
(63,89,44)
#314322
(49,67,34)
#232D18
(35,45,24)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #A1F372

#A1F372
(161,243,114)
#A9F47E
(169,244,126)
#B1F58A
(177,245,138)
#B9F696
(185,246,150)
#C1F7A2
(193,247,162)
#C9F8AE
(201,248,174)
#D1F9BA
(209,249,186)
#D9FAC6
(217,250,198)
#E1FBD2
(225,251,210)
#E9FCDE
(233,252,222)
#F1FDEA
(241,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1F372; }

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

This text font color is #A1F372.


Background Color

.myBgColor { background-color: #A1F372; }

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

This div background color is #A1F372.


Border color

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

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

This div border color is #A1F372.


Opacity

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

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

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

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

This text has shadow with #A1F372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F372 on black background.


Color preview on white background

This text has color #A1F372 on white background.



Black color preview on #A1F372 background

This text has black color on #A1F372 background.


White color preview on #A1F372 background

This text has white color on #A1F372 background.