HEX: #A5C990
RGB: (165,201,144)
#A5C990 contains red, green and blue colors in about the same proportion. Web safe color of #A5C990 is #99CC99 (or #9C9).
#A5C990 color RGB value is (165,201,144).
RGB: (165,201,144)
(65%, 79%, 56%)
R 165 of 255 = 65%
G 201 of 255 = 79%
B 144 of 255 = 56%
R + G + B ~ 67%. #A5C990 is quite light color.
R + G + B = 165 + 201 + 144 = 510 (100%)
R 165 of 510 ~ 32.35%
G 201 of 510 ~ 39.41%
B 144 of 510 ~ 28.24'%
#A5C990 color CMYK value is (18,0,28,21).
CMYK: (18,0,28,21) C18M0Y28K21 (18%,0%,28%,21%) (0.18/0.00/0.28/0.21)
Color #A5C990 in popluar color models
A5 | C9 | 90 | |
---|---|---|---|
RGB | 165 | 201 | 144 |
HSL | 98° | 34.55% | 67.65% |
HSB/HSV | 98° | 28.36% | 78.82% |
CMYK | 17.91% | 0.00% | 28.36% |
21.18% |
Color #A5C990 in popluar number systems.
HEX | A5 | C9 | 90 |
Decimal | 165 | 201 | 144 |
Binary | 10100101 | 11001001 | 10010000 |
Octal | 245 | 311 | 220 |
Shades of #A5C990
Tints of #A5C990
Examples of css and html codes for elements with #A5C990 color. Also use rgb(165,201,144) instead hex code.
.myTextColor { color: #A5C990; }
<p style="color:#A5C990">This sample text font color is #A5C990.</p>
This text font color is #A5C990.
.myBgColor { background-color: #A5C990; }
<div style="background-color:#A5C990">Inner text</div>
This div background color is #A5C990.
.myBorderColor { border: 1px solid #A5C990; }
<div style="border:3px solid #A5C990">Div</div>
This div border color is #A5C990.
.myOpacity80 { color: #A5C990; opacity: 0.8; }
<p style="color:#A5C990;opacity:0.8;">80%</p>
Text with #A5C990 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5C990;}
<p style="text-shadow: 3px 3px 1px #A5C990">Text here.</p>
This text has shadow with #A5C990 color.
.textShadow {text-shadow: 3px 3px 1px #A5C990', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5C990, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5C990 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5C990, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5C990, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5C990 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5C990;
-webkit-box-shadow: 1px 1px 3px 2px #A5C990;
box-shadow: 1px 1px 3px 2px #A5C990;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5C990; -webkit-box-shadow: 1px 1px 3px 2px #A5C990; box-shadow:1px 1px 3px 2px #A5C990;">
Div content here
</div>
This text has color #A5C990 on black background.
This text has color #A5C990 on white background.
This text has black color on #A5C990 background.
This text has white color on #A5C990 background.
Complementary color for #hex is #5A366F.