Shades of Medium Spring Green #00ED94
Tints of Medium Spring Green #00ED94
RGB
CMYK
RGB Variations
Color information
#00ED94 (or 0x00ED94) is known color: Medium Spring Green. HEX triplet: 00, ED and 94. RGB value is (0,237,148). Sum of RGB (Red+Green+Blue) = 0+237+148=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ED94 is #FF126B. Grayscale: #9C9C9C. Windows color (decimal): -16716396 or 9760000. OLE color: 9760000.
HSL color Cylindrical-coordinate representation of color #00ED94: hue angle of 157.47º 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 #00ED94 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 148 | - |
| CMYK | 1 | 0 | 0.38 | 0.07 |
| HSL | 157.47º | 1% | 0.46% | - |
| HSV(B) | 157.47º | 1% | 0.93% | - |
| XYZ | 35.63 | 62.71 | 38.24 | - |
| YUV | 155.99 | 123.48 | 16.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 148 | 1 | 0 | 0.38 | 0.07 | 157.47 | 1 | 0.46 |
| Hex | 0 | ED | 94 | 64 | 0 | 26 | 7 | 9D | 64 | 2E |
| Octal | 0 | 355 | 224 | 144 | 0 | 46 | 7 | 235 | 144 | 56 |
| Binary | 0 | 11101101 | 10010100 | 1100100 | 0 | 100110 | 111 | 10011101 | 1100100 | 101110 |
Color Harmonies of #00ED94
Complementary color
Monochromatic Colors of #00ED94
Black with #00ED94
Text Example
Text Example
White with #00ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED94; }
p { color: rgb(0,237,148); }
H1.HeaderClassName
{
color: #00ED94;
}
.AnyTagClassName
{
color: #00ED94;
}
</style>
background-color css
<style>
a { background-color: #00ED94; }
a { background-color: rgb(0,237,148); }
div.DivClassName
{
background-color: #00ED94;
}
.BgClassName
{
background-color: #00ED94;
}
</style>
border-color css
<style>
span { border-color: #00ED94; }
span { border-color: rgb(0,237,148); }
td.TdClassName
{
border-color: #00ED94;
}
.TagClassName
{
border-color: #00ED94;
}
</style>