COLOR #A5F2BF

HEX: #A5F2BF
RGB: (165,242,191)

Color info

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

RGB color model

#A5F2BF color RGB value is (165,242,191).

  • red value is 165;
  • green value is 242;
  • blue value is 191.
RGB:
(165,242,191)
(65%,95%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 242 of 255 = 95%
B 191 of 255 = 75%

165
242
191

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

Portions of RGB colors in percentages

R + G + B =
165 + 242 + 191 = 598 (100%)
R 165 of 598 ~ 27.59%
G 242 of 598 ~ 40.47%
B 191 of 598 ~ 31.94%

%27.59
%40.47
%31.94

CMYK color model

#A5F2BF color CMYK value is (32,0,21,5).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%
CMYK:
(32,0,21,5)
C32M0Y21K5 
(32%,0%,21%,5%)
(0.32/0.00/0.21/0.05)	

CMYK percentages

%31.82
%0
%21.07
%5.1

Codes

Color #A5F2BF in popluar color models

A5F2BF
RGB165242191
HSL140°74.76%79.80%
HSB/HSV140°31.82%94.90%
CMYK31.82%0.00%21.07%
5.10%

Color #A5F2BF in popluar number systems.

HEXA5F2BF
Decimal165242191
Binary101001011111001010111111
Octal245362277

Shades and tints

Shades of #A5F2BF

#A5F2BF
(165,242,191)
#96DCAE
(150,220,174)
#87C69D
(135,198,157)
#78B08C
(120,176,140)
#699A7B
(105,154,123)
#5A846A
(90,132,106)
#4B6E59
(75,110,89)
#3C5848
(60,88,72)
#2D4237
(45,66,55)
#1E2C26
(30,44,38)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5F2BF

#A5F2BF
(165,242,191)
#ADF3C4
(173,243,196)
#B5F4C9
(181,244,201)
#BDF5CE
(189,245,206)
#C5F6D3
(197,246,211)
#CDF7D8
(205,247,216)
#D5F8DD
(213,248,221)
#DDF9E2
(221,249,226)
#E5FAE7
(229,250,231)
#EDFBEC
(237,251,236)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F2BF color. Also use rgb(165,242,191) instead hex code.

Text Font Color

.myTextColor { color: #A5F2BF; }

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

This text font color is #A5F2BF.


Background Color

.myBgColor { background-color: #A5F2BF; }

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

This div background color is #A5F2BF.


Border color

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

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

This div border color is #A5F2BF.


Opacity

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

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

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

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

This text has shadow with #A5F2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F2BF on black background.


Color preview on white background

This text has color #A5F2BF on white background.



Black color preview on #A5F2BF background

This text has black color on #A5F2BF background.


White color preview on #A5F2BF background

This text has white color on #A5F2BF background.