HEX: #A5CC4B
RGB: (165,204,75)
#A5CC4B contains mainly red and green colors. Web safe color of #A5CC4B is #99CC33 (or #9C3).
#A5CC4B color RGB value is (165,204,75).
RGB: (165,204,75)
(65%, 80%, 29%)
R 165 of 255 = 65%
G 204 of 255 = 80%
B 75 of 255 = 29%
R + G + B ~ 58%. #A5CC4B is middle color (not dark and not light).
R + G + B = 165 + 204 + 75 = 444 (100%)
R 165 of 444 ~ 37.16%
G 204 of 444 ~ 45.95%
B 75 of 444 ~ 16.89'%
#A5CC4B color CMYK value is (19,0,63,20).
CMYK: (19,0,63,20) C19M0Y63K20 (19%,0%,63%,20%) (0.19/0.00/0.63/0.20)
Color #A5CC4B in popluar color models
A5 | CC | 4B | |
---|---|---|---|
RGB | 165 | 204 | 75 |
HSL | 78° | 55.84% | 54.71% |
HSB/HSV | 78° | 63.24% | 80.00% |
CMYK | 19.12% | 0.00% | 63.24% |
20.00% |
Color #A5CC4B in popluar number systems.
HEX | A5 | CC | 4B |
Decimal | 165 | 204 | 75 |
Binary | 10100101 | 11001100 | 1001011 |
Octal | 245 | 314 | 113 |
Shades of #A5CC4B
Tints of #A5CC4B
Examples of css and html codes for elements with #A5CC4B color. Also use rgb(165,204,75) instead hex code.
.myTextColor { color: #A5CC4B; }
<p style="color:#A5CC4B">This sample text font color is #A5CC4B.</p>
This text font color is #A5CC4B.
.myBgColor { background-color: #A5CC4B; }
<div style="background-color:#A5CC4B">Inner text</div>
This div background color is #A5CC4B.
.myBorderColor { border: 1px solid #A5CC4B; }
<div style="border:3px solid #A5CC4B">Div</div>
This div border color is #A5CC4B.
.myOpacity80 { color: #A5CC4B; opacity: 0.8; }
<p style="color:#A5CC4B;opacity:0.8;">80%</p>
Text with #A5CC4B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5CC4B;}
<p style="text-shadow: 3px 3px 1px #A5CC4B">Text here.</p>
This text has shadow with #A5CC4B color.
.textShadow {text-shadow: 3px 3px 1px #A5CC4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5CC4B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5CC4B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CC4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5CC4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5CC4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5CC4B;
-webkit-box-shadow: 1px 1px 3px 2px #A5CC4B;
box-shadow: 1px 1px 3px 2px #A5CC4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CC4B; -webkit-box-shadow: 1px 1px 3px 2px #A5CC4B; box-shadow:1px 1px 3px 2px #A5CC4B;">
Div content here
</div>
This text has color #A5CC4B on black background.
This text has color #A5CC4B on white background.
This text has black color on #A5CC4B background.
This text has white color on #A5CC4B background.
Complementary color for #hex is #5A33B4.