HEX: #7EDE9A
RGB: (126,222,154)
#7EDE9A contains mainly green color. Web safe color of #7EDE9A is #66CC99 (or #6C9).
#7EDE9A color RGB value is (126,222,154).
RGB: (126,222,154)
(49%, 87%, 60%)
R 126 of 255 = 49%
G 222 of 255 = 87%
B 154 of 255 = 60%
R + G + B ~ 65%. #7EDE9A is quite light color.
R + G + B = 126 + 222 + 154 = 502 (100%)
R 126 of 502 ~ 25.1%
G 222 of 502 ~ 44.22%
B 154 of 502 ~ 30.68'%
#7EDE9A color CMYK value is (43,0,31,13).
CMYK: (43,0,31,13) C43M0Y31K13 (43%,0%,31%,13%) (0.43/0.00/0.31/0.13)
Color #7EDE9A in popluar color models
7E | DE | 9A | |
---|---|---|---|
RGB | 126 | 222 | 154 |
HSL | 138° | 59.26% | 68.24% |
HSB/HSV | 138° | 43.24% | 87.06% |
CMYK | 43.24% | 0.00% | 30.63% |
12.94% |
Color #7EDE9A in popluar number systems.
HEX | 7E | DE | 9A |
Decimal | 126 | 222 | 154 |
Binary | 1111110 | 11011110 | 10011010 |
Octal | 176 | 336 | 232 |
Shades of #7EDE9A
Tints of #7EDE9A
Examples of css and html codes for elements with #7EDE9A color. Also use rgb(126,222,154) instead hex code.
.myTextColor { color: #7EDE9A; }
<p style="color:#7EDE9A">This sample text font color is #7EDE9A.</p>
This text font color is #7EDE9A.
.myBgColor { background-color: #7EDE9A; }
<div style="background-color:#7EDE9A">Inner text</div>
This div background color is #7EDE9A.
.myBorderColor { border: 1px solid #7EDE9A; }
<div style="border:3px solid #7EDE9A">Div</div>
This div border color is #7EDE9A.
.myOpacity80 { color: #7EDE9A; opacity: 0.8; }
<p style="color:#7EDE9A;opacity:0.8;">80%</p>
Text with #7EDE9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EDE9A;}
<p style="text-shadow: 3px 3px 1px #7EDE9A">Text here.</p>
This text has shadow with #7EDE9A color.
.textShadow {text-shadow: 3px 3px 1px #7EDE9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EDE9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EDE9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EDE9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EDE9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EDE9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EDE9A;
-webkit-box-shadow: 1px 1px 3px 2px #7EDE9A;
box-shadow: 1px 1px 3px 2px #7EDE9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EDE9A; -webkit-box-shadow: 1px 1px 3px 2px #7EDE9A; box-shadow:1px 1px 3px 2px #7EDE9A;">
Div content here
</div>
This text has color #7EDE9A on black background.
This text has color #7EDE9A on white background.
This text has black color on #7EDE9A background.
This text has white color on #7EDE9A background.
Complementary color for #hex is #812165.