HEX: #09D124
RGB: (9,209,36)
#09D124 contains mainly green color. Web safe color of #09D124 is #00CC33 (or #0C3).
#09D124 color RGB value is (9,209,36).
RGB: (9,209,36)
(4%, 82%, 14%)
R 9 of 255 = 4%
G 209 of 255 = 82%
B 36 of 255 = 14%
R + G + B ~ 33%. #09D124 is quite dark color.
R + G + B = 9 + 209 + 36 = 254 (100%)
R 9 of 254 ~ 3.54%
G 209 of 254 ~ 82.28%
B 36 of 254 ~ 14.17'%
#09D124 color CMYK value is (96,0,83,18).
CMYK: (96,0,83,18)
C96M0Y83K18 (96%, 0%, 83%, 18%)
(0.96 / 0.00 / 0.83 / 0.18)
Color #09D124 in popluar color models
09 | D1 | 24 | |
---|---|---|---|
RGB | 9 | 209 | 36 |
HSL | 128° | 91.74% | 42.75% |
HSB/HSV | 128° | 95.69% | 81.96% |
CMYK | 95.69% | 0.00% | 82.78% |
18.04% |
Color #09D124 in popluar number systems.
HEX | 09 | D1 | 24 |
Decimal | 9 | 209 | 36 |
Binary | 1001 | 11010001 | 100100 |
Octal | 11 | 321 | 44 |
Shades of #09D124
Tints of #09D124
Examples of css and html codes for elements with #09D124 color. Also use rgb(9,209,36) instead hex code.
.myTextColor { color: #09D124; }
<p style="color:#09D124">This sample text font color is #09D124.</p>
This text font color is #09D124.
.myBgColor { background-color: #09D124; }
<div style="background-color:#09D124">Inner text</div>
This div background color is #09D124.
.myBorderColor { border: 1px solid #09D124; }
<div style="border:3px solid #09D124">Div</div>
This div border color is #09D124.
.myOpacity80 { color: #09D124; opacity: 0.8; }
<p style="color:#09D124;opacity:0.8;">80%</p>
Text with #09D124 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09D124;}
<p style="text-shadow: 3px 3px 1px #09D124">Text here.</p>
This text has shadow with #09D124 color.
.textShadow {text-shadow: 3px 3px 1px #09D124', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09D124, 5px 5px 20px red">Text here.</p>
This text has shadow with #09D124 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09D124, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09D124, Direction=45, Strength=4)">Text</p>
This text has shadow with #09D124 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09D124;
-webkit-box-shadow: 1px 1px 3px 2px #09D124;
box-shadow: 1px 1px 3px 2px #09D124;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09D124; -webkit-box-shadow: 1px 1px 3px 2px #09D124; box-shadow:1px 1px 3px 2px #09D124;">
Div content here
</div>
This text has color #09D124 on black background.
This text has color #09D124 on white background.
This text has black color on #09D124 background.
This text has white color on #09D124 background.
Complementary color for #hex is #F62EDB.