COLOR #A4F0BF

HEX: #A4F0BF
RGB: (164,240,191)

Color info

#A4F0BF contains mainly green and blue colors. Web safe color of #A4F0BF is #99FFCC (or #9FC).

RGB color model

#A4F0BF color RGB value is (164,240,191).

  • red value is 164;
  • green value is 240;
  • blue value is 191.
RGB:
(164,240,191)
(64%,94%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 240 of 255 = 94%
B 191 of 255 = 75%

164
240
191

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

Portions of RGB colors in percentages

R + G + B =
164 + 240 + 191 = 595 (100%)
R 164 of 595 ~ 27.56%
G 240 of 595 ~ 40.34%
B 191 of 595 ~ 32.1%

%27.56
%40.34
%32.1

CMYK color model

#A4F0BF color CMYK value is (32,0,20,6).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(32,0,20,6)
C32M0Y20K6 
(32%,0%,20%,6%)
(0.32/0.00/0.20/0.06)	

CMYK percentages

%31.67
%0
%20.42
%5.88

Codes

Color #A4F0BF in popluar color models

A4F0BF
RGB164240191
HSL141°71.70%79.22%
HSB/HSV141°31.67%94.12%
CMYK31.67%0.00%20.42%
5.88%

Color #A4F0BF in popluar number systems.

HEXA4F0BF
Decimal164240191
Binary101001001111000010111111
Octal244360277

Shades and tints

Shades of #A4F0BF

#A4F0BF
(164,240,191)
#96DBAE
(150,219,174)
#88C69D
(136,198,157)
#7AB18C
(122,177,140)
#6C9C7B
(108,156,123)
#5E876A
(94,135,106)
#507259
(80,114,89)
#425D48
(66,93,72)
#344837
(52,72,55)
#263326
(38,51,38)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #A4F0BF

#A4F0BF
(164,240,191)
#ACF1C4
(172,241,196)
#B4F2C9
(180,242,201)
#BCF3CE
(188,243,206)
#C4F4D3
(196,244,211)
#CCF5D8
(204,245,216)
#D4F6DD
(212,246,221)
#DCF7E2
(220,247,226)
#E4F8E7
(228,248,231)
#ECF9EC
(236,249,236)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F0BF color. Also use rgb(164,240,191) instead hex code.

Text Font Color

.myTextColor { color: #A4F0BF; }

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

This text font color is #A4F0BF.


Background Color

.myBgColor { background-color: #A4F0BF; }

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

This div background color is #A4F0BF.


Border color

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

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

This div border color is #A4F0BF.


Opacity

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

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

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

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

This text has shadow with #A4F0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F0BF on black background.


Color preview on white background

This text has color #A4F0BF on white background.



Black color preview on #A4F0BF background

This text has black color on #A4F0BF background.


White color preview on #A4F0BF background

This text has white color on #A4F0BF background.