HEX: #4AB76A
RGB: (74,183,106)
#4AB76A contains mainly green color. Web safe color of #4AB76A is #33CC66 (or #3C6).
#4AB76A color RGB value is (74,183,106).
RGB: (74,183,106)
(29%, 72%, 42%)
R 74 of 255 = 29%
G 183 of 255 = 72%
B 106 of 255 = 42%
R + G + B ~ 48%. #4AB76A is middle color (not dark and not light).
R + G + B = 74 + 183 + 106 = 363 (100%)
R 74 of 363 ~ 20.39%
G 183 of 363 ~ 50.41%
B 106 of 363 ~ 29.2'%
#4AB76A color CMYK value is (60,0,42,28).
CMYK: (60,0,42,28)
C60M0Y42K28 (60%, 0%, 42%, 28%)
(0.60 / 0.00 / 0.42 / 0.28)
Color #4AB76A in popluar color models
4A | B7 | 6A | |
---|---|---|---|
RGB | 74 | 183 | 106 |
HSL | 138° | 43.08% | 50.39% |
HSB/HSV | 138° | 59.56% | 71.76% |
CMYK | 59.56% | 0.00% | 42.08% |
28.24% |
Color #4AB76A in popluar number systems.
HEX | 4A | B7 | 6A |
Decimal | 74 | 183 | 106 |
Binary | 1001010 | 10110111 | 1101010 |
Octal | 112 | 267 | 152 |
Shades of #4AB76A
Tints of #4AB76A
Examples of css and html codes for elements with #4AB76A color. Also use rgb(74,183,106) instead hex code.
.myTextColor { color: #4AB76A; }
<p style="color:#4AB76A">This sample text font color is #4AB76A.</p>
This text font color is #4AB76A.
.myBgColor { background-color: #4AB76A; }
<div style="background-color:#4AB76A">Inner text</div>
This div background color is #4AB76A.
.myBorderColor { border: 1px solid #4AB76A; }
<div style="border:3px solid #4AB76A">Div</div>
This div border color is #4AB76A.
.myOpacity80 { color: #4AB76A; opacity: 0.8; }
<p style="color:#4AB76A;opacity:0.8;">80%</p>
Text with #4AB76A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4AB76A;}
<p style="text-shadow: 3px 3px 1px #4AB76A">Text here.</p>
This text has shadow with #4AB76A color.
.textShadow {text-shadow: 3px 3px 1px #4AB76A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4AB76A, 5px 5px 20px red">Text here.</p>
This text has shadow with #4AB76A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4AB76A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4AB76A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4AB76A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4AB76A;
-webkit-box-shadow: 1px 1px 3px 2px #4AB76A;
box-shadow: 1px 1px 3px 2px #4AB76A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4AB76A; -webkit-box-shadow: 1px 1px 3px 2px #4AB76A; box-shadow:1px 1px 3px 2px #4AB76A;">
Div content here
</div>
This text has color #4AB76A on black background.
This text has color #4AB76A on white background.
This text has black color on #4AB76A background.
This text has white color on #4AB76A background.
Complementary color for #hex is #B54895.