COLOR #A4F9B7

HEX: #A4F9B7
RGB: (164,249,183)

Color info

#A4F9B7 contains mainly green color. Web safe color of #A4F9B7 is #99FFCC (or #9FC).

RGB color model

#A4F9B7 color RGB value is (164,249,183).

  • red value is 164;
  • green value is 249;
  • blue value is 183.
RGB:
(164,249,183)
(64%,98%,72%)

RGB channels and saturation

R 164 of 255 = 64%
G 249 of 255 = 98%
B 183 of 255 = 72%

164
249
183

R + G + B ~ 78%. #A4F9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 249 + 183 = 596 (100%)
R 164 of 596 ~ 27.52%
G 249 of 596 ~ 41.78%
B 183 of 596 ~ 30.7%

%27.52
%41.78
%30.7

CMYK color model

#A4F9B7 color CMYK value is (34,0,27,2).

  • cyan value is 34.14%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 2.35%
CMYK:
(34,0,27,2)
C34M0Y27K2 
(34%,0%,27%,2%)
(0.34/0.00/0.27/0.02)	

CMYK percentages

%34.14
%0
%26.51
%2.35

Codes

Color #A4F9B7 in popluar color models

A4F9B7
RGB164249183
HSL133°87.63%80.98%
HSB/HSV133°34.14%97.65%
CMYK34.14%0.00%26.51%
2.35%

Color #A4F9B7 in popluar number systems.

HEXA4F9B7
Decimal164249183
Binary101001001111100110110111
Octal244371267

Shades and tints

Shades of #A4F9B7

#A4F9B7
(164,249,183)
#96E3A7
(150,227,167)
#88CD97
(136,205,151)
#7AB787
(122,183,135)
#6CA177
(108,161,119)
#5E8B67
(94,139,103)
#507557
(80,117,87)
#425F47
(66,95,71)
#344937
(52,73,55)
#263327
(38,51,39)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #A4F9B7

#A4F9B7
(164,249,183)
#ACF9BD
(172,249,189)
#B4F9C3
(180,249,195)
#BCF9C9
(188,249,201)
#C4F9CF
(196,249,207)
#CCF9D5
(204,249,213)
#D4F9DB
(212,249,219)
#DCF9E1
(220,249,225)
#E4F9E7
(228,249,231)
#ECF9ED
(236,249,237)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F9B7 color. Also use rgb(164,249,183) instead hex code.

Text Font Color

.myTextColor { color: #A4F9B7; }

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

This text font color is #A4F9B7.


Background Color

.myBgColor { background-color: #A4F9B7; }

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

This div background color is #A4F9B7.


Border color

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

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

This div border color is #A4F9B7.


Opacity

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

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

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

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

This text has shadow with #A4F9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F9B7 on black background.


Color preview on white background

This text has color #A4F9B7 on white background.



Black color preview on #A4F9B7 background

This text has black color on #A4F9B7 background.


White color preview on #A4F9B7 background

This text has white color on #A4F9B7 background.