HEX: #A5DEAE
RGB: (165,222,174)
#A5DEAE contains red, green and blue colors in about the same proportion. Web safe color of #A5DEAE is #99CC99 (or #9C9).
#A5DEAE color RGB value is (165,222,174).
RGB: (165,222,174)
(65%, 87%, 68%)
R 165 of 255 = 65%
G 222 of 255 = 87%
B 174 of 255 = 68%
R + G + B ~ 73%. #A5DEAE is quite light color.
R + G + B = 165 + 222 + 174 = 561 (100%)
R 165 of 561 ~ 29.41%
G 222 of 561 ~ 39.57%
B 174 of 561 ~ 31.02'%
#A5DEAE color CMYK value is (26,0,22,13).
CMYK: (26,0,22,13)
C26M0Y22K13 (26%, 0%, 22%, 13%)
(0.26 / 0.00 / 0.22 / 0.13)
Color #A5DEAE in popluar color models
A5 | DE | AE | |
---|---|---|---|
RGB | 165 | 222 | 174 |
HSL | 129° | 46.34% | 75.88% |
HSB/HSV | 129° | 25.68% | 87.06% |
CMYK | 25.68% | 0.00% | 21.62% |
12.94% |
Color #A5DEAE in popluar number systems.
HEX | A5 | DE | AE |
Decimal | 165 | 222 | 174 |
Binary | 10100101 | 11011110 | 10101110 |
Octal | 245 | 336 | 256 |
Shades of #A5DEAE
Tints of #A5DEAE
Examples of css and html codes for elements with #A5DEAE color. Also use rgb(165,222,174) instead hex code.
.myTextColor { color: #A5DEAE; }
<p style="color:#A5DEAE">This sample text font color is #A5DEAE.</p>
This text font color is #A5DEAE.
.myBgColor { background-color: #A5DEAE; }
<div style="background-color:#A5DEAE">Inner text</div>
This div background color is #A5DEAE.
.myBorderColor { border: 1px solid #A5DEAE; }
<div style="border:3px solid #A5DEAE">Div</div>
This div border color is #A5DEAE.
.myOpacity80 { color: #A5DEAE; opacity: 0.8; }
<p style="color:#A5DEAE;opacity:0.8;">80%</p>
Text with #A5DEAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5DEAE;}
<p style="text-shadow: 3px 3px 1px #A5DEAE">Text here.</p>
This text has shadow with #A5DEAE color.
.textShadow {text-shadow: 3px 3px 1px #A5DEAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5DEAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5DEAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5DEAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5DEAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5DEAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5DEAE;
-webkit-box-shadow: 1px 1px 3px 2px #A5DEAE;
box-shadow: 1px 1px 3px 2px #A5DEAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5DEAE; -webkit-box-shadow: 1px 1px 3px 2px #A5DEAE; box-shadow:1px 1px 3px 2px #A5DEAE;">
Div content here
</div>
This text has color #A5DEAE on black background.
This text has color #A5DEAE on white background.
This text has black color on #A5DEAE background.
This text has white color on #A5DEAE background.
Complementary color for #hex is #5A2151.