COLOR #A5F9CA

HEX: #A5F9CA
RGB: (165,249,202)

Color info

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

RGB color model

#A5F9CA color RGB value is (165,249,202).

  • red value is 165;
  • green value is 249;
  • blue value is 202.
RGB:
(165,249,202)
(65%,98%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 249 of 255 = 98%
B 202 of 255 = 79%

165
249
202

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

Portions of RGB colors in percentages

R + G + B =
165 + 249 + 202 = 616 (100%)
R 165 of 616 ~ 26.79%
G 249 of 616 ~ 40.42%
B 202 of 616 ~ 32.79%

%26.79
%40.42
%32.79

CMYK color model

#A5F9CA color CMYK value is (34,0,19,2).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 2.35%
CMYK:
(34,0,19,2)
C34M0Y19K2 
(34%,0%,19%,2%)
(0.34/0.00/0.19/0.02)	

CMYK percentages

%33.73
%0
%18.88
%2.35

Codes

Color #A5F9CA in popluar color models

A5F9CA
RGB165249202
HSL146°87.50%81.18%
HSB/HSV146°33.73%97.65%
CMYK33.73%0.00%18.88%
2.35%

Color #A5F9CA in popluar number systems.

HEXA5F9CA
Decimal165249202
Binary101001011111100111001010
Octal245371312

Shades and tints

Shades of #A5F9CA

#A5F9CA
(165,249,202)
#96E3B8
(150,227,184)
#87CDA6
(135,205,166)
#78B794
(120,183,148)
#69A182
(105,161,130)
#5A8B70
(90,139,112)
#4B755E
(75,117,94)
#3C5F4C
(60,95,76)
#2D493A
(45,73,58)
#1E3328
(30,51,40)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #A5F9CA

#A5F9CA
(165,249,202)
#ADF9CE
(173,249,206)
#B5F9D2
(181,249,210)
#BDF9D6
(189,249,214)
#C5F9DA
(197,249,218)
#CDF9DE
(205,249,222)
#D5F9E2
(213,249,226)
#DDF9E6
(221,249,230)
#E5F9EA
(229,249,234)
#EDF9EE
(237,249,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F9CA color. Also use rgb(165,249,202) instead hex code.

Text Font Color

.myTextColor { color: #A5F9CA; }

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

This text font color is #A5F9CA.


Background Color

.myBgColor { background-color: #A5F9CA; }

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

This div background color is #A5F9CA.


Border color

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

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

This div border color is #A5F9CA.


Opacity

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

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

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

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

This text has shadow with #A5F9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F9CA on black background.


Color preview on white background

This text has color #A5F9CA on white background.



Black color preview on #A5F9CA background

This text has black color on #A5F9CA background.


White color preview on #A5F9CA background

This text has white color on #A5F9CA background.