COLOR #A5FEBB

HEX: #A5FEBB
RGB: (165,254,187)

Color info

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

RGB color model

#A5FEBB color RGB value is (165,254,187).

  • red value is 165;
  • green value is 254;
  • blue value is 187.
RGB:
(165,254,187)
(65%,100%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 254 of 255 = 100%
B 187 of 255 = 73%

165
254
187

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

Portions of RGB colors in percentages

R + G + B =
165 + 254 + 187 = 606 (100%)
R 165 of 606 ~ 27.23%
G 254 of 606 ~ 41.91%
B 187 of 606 ~ 30.86%

%27.23
%41.91
%30.86

CMYK color model

#A5FEBB color CMYK value is (35,0,26,0).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(35,0,26,0)
C35M0Y26K0 
(35%,0%,26%,0%)
(0.35/0.00/0.26/0.00)	

CMYK percentages

%35.04
%0
%26.38
%0.39

Codes

Color #A5FEBB in popluar color models

A5FEBB
RGB165254187
HSL135°97.80%82.16%
HSB/HSV135°35.04%99.61%
CMYK35.04%0.00%26.38%
0.39%

Color #A5FEBB in popluar number systems.

HEXA5FEBB
Decimal165254187
Binary101001011111111010111011
Octal245376273

Shades and tints

Shades of #A5FEBB

#A5FEBB
(165,254,187)
#96E7AA
(150,231,170)
#87D099
(135,208,153)
#78B988
(120,185,136)
#69A277
(105,162,119)
#5A8B66
(90,139,102)
#4B7455
(75,116,85)
#3C5D44
(60,93,68)
#2D4633
(45,70,51)
#1E2F22
(30,47,34)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5FEBB

#A5FEBB
(165,254,187)
#ADFEC1
(173,254,193)
#B5FEC7
(181,254,199)
#BDFECD
(189,254,205)
#C5FED3
(197,254,211)
#CDFED9
(205,254,217)
#D5FEDF
(213,254,223)
#DDFEE5
(221,254,229)
#E5FEEB
(229,254,235)
#EDFEF1
(237,254,241)
#F5FEF7
(245,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FEBB color. Also use rgb(165,254,187) instead hex code.

Text Font Color

.myTextColor { color: #A5FEBB; }

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

This text font color is #A5FEBB.


Background Color

.myBgColor { background-color: #A5FEBB; }

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

This div background color is #A5FEBB.


Border color

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

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

This div border color is #A5FEBB.


Opacity

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

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

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

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

This text has shadow with #A5FEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FEBB on black background.


Color preview on white background

This text has color #A5FEBB on white background.



Black color preview on #A5FEBB background

This text has black color on #A5FEBB background.


White color preview on #A5FEBB background

This text has white color on #A5FEBB background.