Shades of Medium Spring Green #00EC8C
Tints of Medium Spring Green #00EC8C
RGB
CMYK
RGB Variations
Color information
#00EC8C (or 0x00EC8C) is known color: Medium Spring Green. HEX triplet: 00, EC and 8C. RGB value is (0,236,140). Sum of RGB (Red+Green+Blue) = 0+236+140=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EC8C is #FF1373. Grayscale: #9A9A9A. Windows color (decimal): -16716660 or 9235456. OLE color: 9235456.
HSL color Cylindrical-coordinate representation of color #00EC8C: hue angle of 155.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EC8C is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 140 | - |
| CMYK | 1 | 0 | 0.41 | 0.07 |
| HSL | 155.59º | 1% | 0.46% | - |
| HSV(B) | 155.59º | 1% | 0.93% | - |
| XYZ | 34.73 | 61.88 | 34.93 | - |
| YUV | 154.49 | 119.81 | 17.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 140 | 1 | 0 | 0.41 | 0.07 | 155.59 | 1 | 0.46 |
| Hex | 0 | EC | 8C | 64 | 0 | 29 | 7 | 9C | 64 | 2E |
| Octal | 0 | 354 | 214 | 144 | 0 | 51 | 7 | 234 | 144 | 56 |
| Binary | 0 | 11101100 | 10001100 | 1100100 | 0 | 101001 | 111 | 10011100 | 1100100 | 101110 |
Color Harmonies of #00EC8C
Complementary color
Monochromatic Colors of #00EC8C
Black with #00EC8C
Text Example
Text Example
White with #00EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC8C; }
p { color: rgb(0,236,140); }
H1.HeaderClassName
{
color: #00EC8C;
}
.AnyTagClassName
{
color: #00EC8C;
}
</style>
background-color css
<style>
a { background-color: #00EC8C; }
a { background-color: rgb(0,236,140); }
div.DivClassName
{
background-color: #00EC8C;
}
.BgClassName
{
background-color: #00EC8C;
}
</style>
border-color css
<style>
span { border-color: #00EC8C; }
span { border-color: rgb(0,236,140); }
td.TdClassName
{
border-color: #00EC8C;
}
.TagClassName
{
border-color: #00EC8C;
}
</style>