COLOR #A5FFC9

HEX: #A5FFC9
RGB: (165,255,201)

Color info

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

RGB color model

#A5FFC9 color RGB value is (165,255,201).

  • red value is 165;
  • green value is 255;
  • blue value is 201.
RGB:
(165,255,201)
(65%,100%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 255 of 255 = 100%
B 201 of 255 = 79%

165
255
201

R + G + B ~ 81%. #A5FFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 255 + 201 = 621 (100%)
R 165 of 621 ~ 26.57%
G 255 of 621 ~ 41.06%
B 201 of 621 ~ 32.37%

%26.57
%41.06
%32.37

CMYK color model

#A5FFC9 color CMYK value is (35,0,21,0).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK:
(35,0,21,0)
C35M0Y21K0 
(35%,0%,21%,0%)
(0.35/0.00/0.21/0.00)	

CMYK percentages

%35.29
%0
%21.18
%0

Codes

Color #A5FFC9 in popluar color models

A5FFC9
RGB165255201
HSL144°100.00%82.35%
HSB/HSV144°35.29%100.00%
CMYK35.29%0.00%21.18%
0.00%

Color #A5FFC9 in popluar number systems.

HEXA5FFC9
Decimal165255201
Binary101001011111111111001001
Octal245377311

Shades and tints

Shades of #A5FFC9

#A5FFC9
(165,255,201)
#96E8B7
(150,232,183)
#87D1A5
(135,209,165)
#78BA93
(120,186,147)
#69A381
(105,163,129)
#5A8C6F
(90,140,111)
#4B755D
(75,117,93)
#3C5E4B
(60,94,75)
#2D4739
(45,71,57)
#1E3027
(30,48,39)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5FFC9

#A5FFC9
(165,255,201)
#ADFFCD
(173,255,205)
#B5FFD1
(181,255,209)
#BDFFD5
(189,255,213)
#C5FFD9
(197,255,217)
#CDFFDD
(205,255,221)
#D5FFE1
(213,255,225)
#DDFFE5
(221,255,229)
#E5FFE9
(229,255,233)
#EDFFED
(237,255,237)
#F5FFF1
(245,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FFC9 color. Also use rgb(165,255,201) instead hex code.

Text Font Color

.myTextColor { color: #A5FFC9; }

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

This text font color is #A5FFC9.


Background Color

.myBgColor { background-color: #A5FFC9; }

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

This div background color is #A5FFC9.


Border color

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

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

This div border color is #A5FFC9.


Opacity

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

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

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

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

This text has shadow with #A5FFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FFC9 on black background.


Color preview on white background

This text has color #A5FFC9 on white background.



Black color preview on #A5FFC9 background

This text has black color on #A5FFC9 background.


White color preview on #A5FFC9 background

This text has white color on #A5FFC9 background.