COLOR #A5FBB3

HEX: #A5FBB3
RGB: (165,251,179)

Color info

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

RGB color model

#A5FBB3 color RGB value is (165,251,179).

  • red value is 165;
  • green value is 251;
  • blue value is 179.
RGB:
(165,251,179)
(65%,98%,70%)

RGB channels and saturation

R 165 of 255 = 65%
G 251 of 255 = 98%
B 179 of 255 = 70%

165
251
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 251 + 179 = 595 (100%)
R 165 of 595 ~ 27.73%
G 251 of 595 ~ 42.18%
B 179 of 595 ~ 30.08%

%27.73
%42.18
%30.08

CMYK color model

#A5FBB3 color CMYK value is (34,0,29,2).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 28.69%
  • key color value is 1.57%
CMYK:
(34,0,29,2)
C34M0Y29K2 
(34%,0%,29%,2%)
(0.34/0.00/0.29/0.02)	

CMYK percentages

%34.26
%0
%28.69
%1.57

Codes

Color #A5FBB3 in popluar color models

A5FBB3
RGB165251179
HSL130°91.49%81.57%
HSB/HSV130°34.26%98.43%
CMYK34.26%0.00%28.69%
1.57%

Color #A5FBB3 in popluar number systems.

HEXA5FBB3
Decimal165251179
Binary101001011111101110110011
Octal245373263

Shades and tints

Shades of #A5FBB3

#A5FBB3
(165,251,179)
#96E5A3
(150,229,163)
#87CF93
(135,207,147)
#78B983
(120,185,131)
#69A373
(105,163,115)
#5A8D63
(90,141,99)
#4B7753
(75,119,83)
#3C6143
(60,97,67)
#2D4B33
(45,75,51)
#1E3523
(30,53,35)
#0F1F13
(15,31,19)
#000000
(0,0,0)

Tints of #A5FBB3

#A5FBB3
(165,251,179)
#ADFBB9
(173,251,185)
#B5FBBF
(181,251,191)
#BDFBC5
(189,251,197)
#C5FBCB
(197,251,203)
#CDFBD1
(205,251,209)
#D5FBD7
(213,251,215)
#DDFBDD
(221,251,221)
#E5FBE3
(229,251,227)
#EDFBE9
(237,251,233)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FBB3 color. Also use rgb(165,251,179) instead hex code.

Text Font Color

.myTextColor { color: #A5FBB3; }

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

This text font color is #A5FBB3.


Background Color

.myBgColor { background-color: #A5FBB3; }

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

This div background color is #A5FBB3.


Border color

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

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

This div border color is #A5FBB3.


Opacity

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

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

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

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

This text has shadow with #A5FBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FBB3 on black background.


Color preview on white background

This text has color #A5FBB3 on white background.



Black color preview on #A5FBB3 background

This text has black color on #A5FBB3 background.


White color preview on #A5FBB3 background

This text has white color on #A5FBB3 background.