COLOR #A2F993

HEX: #A2F993
RGB: (162,249,147)

Color info

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

RGB color model

#A2F993 color RGB value is (162,249,147).

  • red value is 162;
  • green value is 249;
  • blue value is 147.
RGB:
(162,249,147)
(64%,98%,58%)

RGB channels and saturation

R 162 of 255 = 64%
G 249 of 255 = 98%
B 147 of 255 = 58%

162
249
147

R + G + B ~ 73%. #A2F993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 249 + 147 = 558 (100%)
R 162 of 558 ~ 29.03%
G 249 of 558 ~ 44.62%
B 147 of 558 ~ 26.34%

%29.03
%44.62
%26.34

CMYK color model

#A2F993 color CMYK value is (35,0,41,2).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(35,0,41,2)
C35M0Y41K2 
(35%,0%,41%,2%)
(0.35/0.00/0.41/0.02)	

CMYK percentages

%34.94
%0
%40.96
%2.35

Codes

Color #A2F993 in popluar color models

A2F993
RGB162249147
HSL111°89.47%77.65%
HSB/HSV111°40.96%97.65%
CMYK34.94%0.00%40.96%
2.35%

Color #A2F993 in popluar number systems.

HEXA2F993
Decimal162249147
Binary101000101111100110010011
Octal242371223

Shades and tints

Shades of #A2F993

#A2F993
(162,249,147)
#94E386
(148,227,134)
#86CD79
(134,205,121)
#78B76C
(120,183,108)
#6AA15F
(106,161,95)
#5C8B52
(92,139,82)
#4E7545
(78,117,69)
#405F38
(64,95,56)
#32492B
(50,73,43)
#24331E
(36,51,30)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #A2F993

#A2F993
(162,249,147)
#AAF99C
(170,249,156)
#B2F9A5
(178,249,165)
#BAF9AE
(186,249,174)
#C2F9B7
(194,249,183)
#CAF9C0
(202,249,192)
#D2F9C9
(210,249,201)
#DAF9D2
(218,249,210)
#E2F9DB
(226,249,219)
#EAF9E4
(234,249,228)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2F993 color. Also use rgb(162,249,147) instead hex code.

Text Font Color

.myTextColor { color: #A2F993; }

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

This text font color is #A2F993.


Background Color

.myBgColor { background-color: #A2F993; }

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

This div background color is #A2F993.


Border color

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

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

This div border color is #A2F993.


Opacity

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

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

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

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

This text has shadow with #A2F993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2F993 on black background.


Color preview on white background

This text has color #A2F993 on white background.



Black color preview on #A2F993 background

This text has black color on #A2F993 background.


White color preview on #A2F993 background

This text has white color on #A2F993 background.