HEX: #A5FFCA
RGB: (165,255,202)
#A5FFCA contains mainly green and blue colors. Web safe color of #A5FFCA is #99FFCC (or #9FC).
#A5FFCA color RGB value is (165,255,202).
RGB: (165,255,202)
(65%, 100%, 79%)
R 165 of 255 = 65%
G 255 of 255 = 100%
B 202 of 255 = 79%
R + G + B ~ 81%. #A5FFCA is quite light color.
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'%
#A5FFCA color CMYK value is (35,0,21,0).
CMYK: (35,0,21,0)
C35M0Y21K0 (35%, 0%, 21%, 0%)
(0.35 / 0.00 / 0.21 / 0.00)
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 of #A5FFCA
Tints of #A5FFCA
Examples of css and html codes for elements with #A5FFCA color. Also use rgb(165,255,202) instead hex code.
.myTextColor { color: #A5FFCA; }
<p style="color:#A5FFCA">This sample text font color is #A5FFCA.</p>
This text font color is #A5FFCA.
.myBgColor { background-color: #A5FFCA; }
<div style="background-color:#A5FFCA">Inner text</div>
This div background color is #A5FFCA.
.myBorderColor { border: 1px solid #A5FFCA; }
<div style="border:3px solid #A5FFCA">Div</div>
This div border color is #A5FFCA.
.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%.
.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.
/* 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 text has color #A5FFCA on black background.
This text has color #A5FFCA on white background.
This text has black color on #A5FFCA background.
This text has white color on #A5FFCA background.
Complementary color for #hex is #5A0035.