HEX: #A5E35B
RGB: (165,227,91)
#A5E35B contains mainly green color. Web safe color of #A5E35B is #99CC66 (or #9C6).
#A5E35B color RGB value is (165,227,91).
RGB: (165,227,91)
(65%, 89%, 36%)
R 165 of 255 = 65%
G 227 of 255 = 89%
B 91 of 255 = 36%
R + G + B ~ 63%. #A5E35B is quite light color.
R + G + B = 165 + 227 + 91 = 483 (100%)
R 165 of 483 ~ 34.16%
G 227 of 483 ~ 47%
B 91 of 483 ~ 18.84'%
#A5E35B color CMYK value is (27,0,60,11).
CMYK: (27,0,60,11)
C27M0Y60K11 (27%, 0%, 60%, 11%)
(0.27 / 0.00 / 0.60 / 0.11)
Color #A5E35B in popluar color models
A5 | E3 | 5B | |
---|---|---|---|
RGB | 165 | 227 | 91 |
HSL | 87° | 70.83% | 62.35% |
HSB/HSV | 87° | 59.91% | 89.02% |
CMYK | 27.31% | 0.00% | 59.91% |
10.98% |
Color #A5E35B in popluar number systems.
HEX | A5 | E3 | 5B |
Decimal | 165 | 227 | 91 |
Binary | 10100101 | 11100011 | 1011011 |
Octal | 245 | 343 | 133 |
Shades of #A5E35B
Tints of #A5E35B
Examples of css and html codes for elements with #A5E35B color. Also use rgb(165,227,91) instead hex code.
.myTextColor { color: #A5E35B; }
<p style="color:#A5E35B">This sample text font color is #A5E35B.</p>
This text font color is #A5E35B.
.myBgColor { background-color: #A5E35B; }
<div style="background-color:#A5E35B">Inner text</div>
This div background color is #A5E35B.
.myBorderColor { border: 1px solid #A5E35B; }
<div style="border:3px solid #A5E35B">Div</div>
This div border color is #A5E35B.
.myOpacity80 { color: #A5E35B; opacity: 0.8; }
<p style="color:#A5E35B;opacity:0.8;">80%</p>
Text with #A5E35B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E35B;}
<p style="text-shadow: 3px 3px 1px #A5E35B">Text here.</p>
This text has shadow with #A5E35B color.
.textShadow {text-shadow: 3px 3px 1px #A5E35B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E35B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5E35B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E35B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E35B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E35B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E35B;
-webkit-box-shadow: 1px 1px 3px 2px #A5E35B;
box-shadow: 1px 1px 3px 2px #A5E35B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E35B; -webkit-box-shadow: 1px 1px 3px 2px #A5E35B; box-shadow:1px 1px 3px 2px #A5E35B;">
Div content here
</div>
This text has color #A5E35B on black background.
This text has color #A5E35B on white background.
This text has black color on #A5E35B background.
This text has white color on #A5E35B background.
Complementary color for #hex is #5A1CA4.