COLOR #A5F5BF

HEX: #A5F5BF
RGB: (165,245,191)

Color info

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

RGB color model

#A5F5BF color RGB value is (165,245,191).

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

RGB channels and saturation

R 165 of 255 = 65%
G 245 of 255 = 96%
B 191 of 255 = 75%

165
245
191

R + G + B ~ 79%. #A5F5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 245 + 191 = 601 (100%)
R 165 of 601 ~ 27.45%
G 245 of 601 ~ 40.77%
B 191 of 601 ~ 31.78%

%27.45
%40.77
%31.78

CMYK color model

#A5F5BF color CMYK value is (33,0,22,4).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(33,0,22,4)
C33M0Y22K4 
(33%,0%,22%,4%)
(0.33/0.00/0.22/0.04)	

CMYK percentages

%32.65
%0
%22.04
%3.92

Codes

Color #A5F5BF in popluar color models

A5F5BF
RGB165245191
HSL140°80.00%80.39%
HSB/HSV140°32.65%96.08%
CMYK32.65%0.00%22.04%
3.92%

Color #A5F5BF in popluar number systems.

HEXA5F5BF
Decimal165245191
Binary101001011111010110111111
Octal245365277

Shades and tints

Shades of #A5F5BF

#A5F5BF
(165,245,191)
#96DFAE
(150,223,174)
#87C99D
(135,201,157)
#78B38C
(120,179,140)
#699D7B
(105,157,123)
#5A876A
(90,135,106)
#4B7159
(75,113,89)
#3C5B48
(60,91,72)
#2D4537
(45,69,55)
#1E2F26
(30,47,38)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5F5BF

#A5F5BF
(165,245,191)
#ADF5C4
(173,245,196)
#B5F5C9
(181,245,201)
#BDF5CE
(189,245,206)
#C5F5D3
(197,245,211)
#CDF5D8
(205,245,216)
#D5F5DD
(213,245,221)
#DDF5E2
(221,245,226)
#E5F5E7
(229,245,231)
#EDF5EC
(237,245,236)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F5BF; }

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

This text font color is #A5F5BF.


Background Color

.myBgColor { background-color: #A5F5BF; }

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

This div background color is #A5F5BF.


Border color

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

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

This div border color is #A5F5BF.


Opacity

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

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

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

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

This text has shadow with #A5F5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F5BF on black background.


Color preview on white background

This text has color #A5F5BF on white background.



Black color preview on #A5F5BF background

This text has black color on #A5F5BF background.


White color preview on #A5F5BF background

This text has white color on #A5F5BF background.