COLOR #A5F8B0

HEX: #A5F8B0
RGB: (165,248,176)

Color info

#A5F8B0 contains mainly green color. Web safe color of #A5F8B0 is #99FF99 (or #9F9).

RGB color model

#A5F8B0 color RGB value is (165,248,176).

  • red value is 165;
  • green value is 248;
  • blue value is 176.
RGB: (165,248,176) (65%,97%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 248 of 255 = 97%
B 176 of 255 = 69%

165
248
176

R + G + B ~ 77%. #A5F8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 248 + 176 = 589 (100%)
R 165 of 589 ~ 28.01%
G 248 of 589 ~ 42.11%
B 176 of 589 ~ 29.88%

%28.01
%42.11
%29.88

CMYK color model

#A5F8B0 color CMYK value is (33,0,29,3).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 2.75%
CMYK: (33,0,29,3) C33M0Y29K3 (33%,0%,29%,3%) (0.33/0.00/0.29/0.03)

CMYK percentages

%33.47
%0
%29.03
%2.75

Codes

Color #A5F8B0 in popluar color models

A5F8B0
RGB165248176
HSL128°85.57%80.98%
HSB/HSV128°33.47%97.25%
CMYK33.47%0.00%29.03%
2.75%

Color #A5F8B0 in popluar number systems.

HEXA5F8B0
Decimal165248176
Binary101001011111100010110000
Octal245370260

Shades and tints

Shades of #A5F8B0

#A5F8B0
(165,248,176)
#96E2A0
(150,226,160)
#87CC90
(135,204,144)
#78B680
(120,182,128)
#69A070
(105,160,112)
#5A8A60
(90,138,96)
#4B7450
(75,116,80)
#3C5E40
(60,94,64)
#2D4830
(45,72,48)
#1E3220
(30,50,32)
#0F1C10
(15,28,16)
#000000
(0,0,0)

Tints of #A5F8B0

#A5F8B0
(165,248,176)
#ADF8B7
(173,248,183)
#B5F8BE
(181,248,190)
#BDF8C5
(189,248,197)
#C5F8CC
(197,248,204)
#CDF8D3
(205,248,211)
#D5F8DA
(213,248,218)
#DDF8E1
(221,248,225)
#E5F8E8
(229,248,232)
#EDF8EF
(237,248,239)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F8B0 color. Also use rgb(165,248,176) instead hex code.

Text Font Color

.myTextColor { color: #A5F8B0; }

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

This text font color is #A5F8B0.


Background Color

.myBgColor { background-color: #A5F8B0; }

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

This div background color is #A5F8B0.


Border color

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

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

This div border color is #A5F8B0.


Opacity

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

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

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

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

This text has shadow with #A5F8B0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5F8B0 on black background.


Color preview on white background

This text has color #A5F8B0 on white background.



Black color preview on #A5F8B0 background

This text has black color on #A5F8B0 background.


White color preview on #A5F8B0 background

This text has white color on #A5F8B0 background.