COLOR #A2F6A7

HEX: #A2F6A7
RGB: (162,246,167)

Color info

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

RGB color model

#A2F6A7 color RGB value is (162,246,167).

  • red value is 162;
  • green value is 246;
  • blue value is 167.
RGB:
(162,246,167)
(64%,96%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 246 of 255 = 96%
B 167 of 255 = 65%

162
246
167

R + G + B ~ 75%. #A2F6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 246 + 167 = 575 (100%)
R 162 of 575 ~ 28.17%
G 246 of 575 ~ 42.78%
B 167 of 575 ~ 29.04%

%28.17
%42.78
%29.04

CMYK color model

#A2F6A7 color CMYK value is (34,0,32,4).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 3.53%
CMYK:
(34,0,32,4)
C34M0Y32K4 
(34%,0%,32%,4%)
(0.34/0.00/0.32/0.04)	

CMYK percentages

%34.15
%0
%32.11
%3.53

Codes

Color #A2F6A7 in popluar color models

A2F6A7
RGB162246167
HSL124°82.35%80.00%
HSB/HSV124°34.15%96.47%
CMYK34.15%0.00%32.11%
3.53%

Color #A2F6A7 in popluar number systems.

HEXA2F6A7
Decimal162246167
Binary101000101111011010100111
Octal242366247

Shades and tints

Shades of #A2F6A7

#A2F6A7
(162,246,167)
#94E098
(148,224,152)
#86CA89
(134,202,137)
#78B47A
(120,180,122)
#6A9E6B
(106,158,107)
#5C885C
(92,136,92)
#4E724D
(78,114,77)
#405C3E
(64,92,62)
#32462F
(50,70,47)
#243020
(36,48,32)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #A2F6A7

#A2F6A7
(162,246,167)
#AAF6AF
(170,246,175)
#B2F6B7
(178,246,183)
#BAF6BF
(186,246,191)
#C2F6C7
(194,246,199)
#CAF6CF
(202,246,207)
#D2F6D7
(210,246,215)
#DAF6DF
(218,246,223)
#E2F6E7
(226,246,231)
#EAF6EF
(234,246,239)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2F6A7 color. Also use rgb(162,246,167) instead hex code.

Text Font Color

.myTextColor { color: #A2F6A7; }

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

This text font color is #A2F6A7.


Background Color

.myBgColor { background-color: #A2F6A7; }

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

This div background color is #A2F6A7.


Border color

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

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

This div border color is #A2F6A7.


Opacity

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

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

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

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

This text has shadow with #A2F6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2F6A7 on black background.


Color preview on white background

This text has color #A2F6A7 on white background.



Black color preview on #A2F6A7 background

This text has black color on #A2F6A7 background.


White color preview on #A2F6A7 background

This text has white color on #A2F6A7 background.