HEX: #A5C97A
RGB: (165,201,122)
#A5C97A contains mainly red and green colors. Web safe color of #A5C97A is #99CC66 (or #9C6).
#A5C97A color RGB value is (165,201,122).
RGB: (165,201,122)
(65%, 79%, 48%)
R 165 of 255 = 65%
G 201 of 255 = 79%
B 122 of 255 = 48%
R + G + B ~ 64%. #A5C97A is quite light color.
R + G + B = 165 + 201 + 122 = 488 (100%)
R 165 of 488 ~ 33.81%
G 201 of 488 ~ 41.19%
B 122 of 488 ~ 25'%
#A5C97A color CMYK value is (18,0,39,21).
CMYK: (18,0,39,21)
C18M0Y39K21 (18%, 0%, 39%, 21%)
(0.18 / 0.00 / 0.39 / 0.21)
Color #A5C97A in popluar color models
A5 | C9 | 7A | |
---|---|---|---|
RGB | 165 | 201 | 122 |
HSL | 87° | 42.25% | 63.33% |
HSB/HSV | 87° | 39.30% | 78.82% |
CMYK | 17.91% | 0.00% | 39.30% |
21.18% |
Color #A5C97A in popluar number systems.
HEX | A5 | C9 | 7A |
Decimal | 165 | 201 | 122 |
Binary | 10100101 | 11001001 | 1111010 |
Octal | 245 | 311 | 172 |
Shades of #A5C97A
Tints of #A5C97A
Examples of css and html codes for elements with #A5C97A color. Also use rgb(165,201,122) instead hex code.
.myTextColor { color: #A5C97A; }
<p style="color:#A5C97A">This sample text font color is #A5C97A.</p>
This text font color is #A5C97A.
.myBgColor { background-color: #A5C97A; }
<div style="background-color:#A5C97A">Inner text</div>
This div background color is #A5C97A.
.myBorderColor { border: 1px solid #A5C97A; }
<div style="border:3px solid #A5C97A">Div</div>
This div border color is #A5C97A.
.myOpacity80 { color: #A5C97A; opacity: 0.8; }
<p style="color:#A5C97A;opacity:0.8;">80%</p>
Text with #A5C97A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5C97A;}
<p style="text-shadow: 3px 3px 1px #A5C97A">Text here.</p>
This text has shadow with #A5C97A color.
.textShadow {text-shadow: 3px 3px 1px #A5C97A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5C97A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5C97A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5C97A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5C97A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5C97A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5C97A;
-webkit-box-shadow: 1px 1px 3px 2px #A5C97A;
box-shadow: 1px 1px 3px 2px #A5C97A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5C97A; -webkit-box-shadow: 1px 1px 3px 2px #A5C97A; box-shadow:1px 1px 3px 2px #A5C97A;">
Div content here
</div>
This text has color #A5C97A on black background.
This text has color #A5C97A on white background.
This text has black color on #A5C97A background.
This text has white color on #A5C97A background.
Complementary color for #hex is #5A3685.