COLOR #A5FFCA

HEX: #A5FFCA RGB: (165,255,202)

Color info

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

RGB color model

#A5FFCA color RGB value is (165,255,202).

RGB: (165,255,202) (65%, 100%, 79%)

RGB channels and saturation

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

165
255
202

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

Portions of RGB colors in percentages

R + G + B = 165 + 255 + 202 = 622 (100%)
R 165 of 622 ~ 26.53%
G 255 of 622 ~ 41%
B 202 of 622 ~ 32.48'%

%26.53
%41
%32.48

CMYK color model

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

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • 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
%20.78
%0

Codes

Color #A5FFCA in popluar color models

A5 FF CA
RGB 165 255 202
HSL 145° 100.00% 82.35%
HSB/HSV 145° 35.29% 100.00%
CMYK 35.29% 0.00% 20.78%
0.00%

Color #A5FFCA in popluar number systems.

HEX A5 FF CA
Decimal 165 255 202
Binary 10100101 11111111 11001010
Octal 245 377 312

Shades and tints

Shades of #A5FFCA

#A5FFCA
(165,255,202)
#96E8B8
(150,232,184)
#87D1A6
(135,209,166)
#78BA94
(120,186,148)
#69A382
(105,163,130)
#5A8C70
(90,140,112)
#4B755E
(75,117,94)
#3C5E4C
(60,94,76)
#2D473A
(45,71,58)
#1E3028
(30,48,40)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5FFCA

#A5FFCA
(165,255,202)
#ADFFCE
(173,255,206)
#B5FFD2
(181,255,210)
#BDFFD6
(189,255,214)
#C5FFDA
(197,255,218)
#CDFFDE
(205,255,222)
#D5FFE2
(213,255,226)
#DDFFE6
(221,255,230)
#E5FFEA
(229,255,234)
#EDFFEE
(237,255,238)
#F5FFF2
(245,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FFCA; }

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

This text font color is #A5FFCA.

Background Color

.myBgColor { background-color: #A5FFCA; }

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

This div background color is #A5FFCA.

Border color

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

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

This div border color is #A5FFCA.

Opacity

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

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

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

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

This text has shadow with #A5FFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FFCA.

Preview

Color preview on black background

This text has color #A5FFCA on black background.


Color preview on white background

This text has color #A5FFCA on white background.


Black color preview on #A5FFCA background

This text has black color on #A5FFCA background.


White color preview on #A5FFCA background

This text has white color on #A5FFCA background.


Related colors

Complementary color

Complementary color for #hex is #5A0035.


I love getcolorcode.com

Triadic colors

1 #CAA5FF and #FFCAA5 with #A5FFCA are triadic colors.

2 #CAFFA5 and #FFA5CA with #A5FFCA are triadic colors.