HEX: #6ABC4E
RGB: (106,188,78)
#6ABC4E contains mainly green color. Web safe color of #6ABC4E is #66CC66 (or #6C6).
#6ABC4E color RGB value is (106,188,78).
RGB: (106,188,78)
(42%, 74%, 31%)
R 106 of 255 = 42%
G 188 of 255 = 74%
B 78 of 255 = 31%
R + G + B ~ 49%. #6ABC4E is middle color (not dark and not light).
R + G + B = 106 + 188 + 78 = 372 (100%)
R 106 of 372 ~ 28.49%
G 188 of 372 ~ 50.54%
B 78 of 372 ~ 20.97'%
#6ABC4E color CMYK value is (44,0,59,26).
CMYK: (44,0,59,26)
C44M0Y59K26 (44%, 0%, 59%, 26%)
(0.44 / 0.00 / 0.59 / 0.26)
Color #6ABC4E in popluar color models
6A | BC | 4E | |
---|---|---|---|
RGB | 106 | 188 | 78 |
HSL | 105° | 45.08% | 52.16% |
HSB/HSV | 105° | 58.51% | 73.73% |
CMYK | 43.62% | 0.00% | 58.51% |
26.27% |
Color #6ABC4E in popluar number systems.
HEX | 6A | BC | 4E |
Decimal | 106 | 188 | 78 |
Binary | 1101010 | 10111100 | 1001110 |
Octal | 152 | 274 | 116 |
Shades of #6ABC4E
Tints of #6ABC4E
Examples of css and html codes for elements with #6ABC4E color. Also use rgb(106,188,78) instead hex code.
.myTextColor { color: #6ABC4E; }
<p style="color:#6ABC4E">This sample text font color is #6ABC4E.</p>
This text font color is #6ABC4E.
.myBgColor { background-color: #6ABC4E; }
<div style="background-color:#6ABC4E">Inner text</div>
This div background color is #6ABC4E.
.myBorderColor { border: 1px solid #6ABC4E; }
<div style="border:3px solid #6ABC4E">Div</div>
This div border color is #6ABC4E.
.myOpacity80 { color: #6ABC4E; opacity: 0.8; }
<p style="color:#6ABC4E;opacity:0.8;">80%</p>
Text with #6ABC4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ABC4E;}
<p style="text-shadow: 3px 3px 1px #6ABC4E">Text here.</p>
This text has shadow with #6ABC4E color.
.textShadow {text-shadow: 3px 3px 1px #6ABC4E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ABC4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6ABC4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ABC4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ABC4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ABC4E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ABC4E;
-webkit-box-shadow: 1px 1px 3px 2px #6ABC4E;
box-shadow: 1px 1px 3px 2px #6ABC4E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ABC4E; -webkit-box-shadow: 1px 1px 3px 2px #6ABC4E; box-shadow:1px 1px 3px 2px #6ABC4E;">
Div content here
</div>
This text has color #6ABC4E on black background.
This text has color #6ABC4E on white background.
This text has black color on #6ABC4E background.
This text has white color on #6ABC4E background.
Complementary color for #hex is #9543B1.