Shades of Medium Spring Green #00ED93
Tints of Medium Spring Green #00ED93
RGB
CMYK
RGB Variations
Color information
#00ED93 (or 0x00ED93) is known color: Medium Spring Green. HEX triplet: 00, ED and 93. RGB value is (0,237,147). Sum of RGB (Red+Green+Blue) = 0+237+147=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 237 (92.97% from 255 or 61.72% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ED93 is #FF126C. Grayscale: #9C9C9C. Windows color (decimal): -16716397 or 9694464. OLE color: 9694464.
HSL color Cylindrical-coordinate representation of color #00ED93: hue angle of 157.22º 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 #00ED93 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 147 | - |
| CMYK | 1 | 0 | 0.38 | 0.07 |
| HSL | 157.22º | 1% | 0.46% | - |
| HSV(B) | 157.22º | 1% | 0.93% | - |
| XYZ | 35.55 | 62.67 | 37.83 | - |
| YUV | 155.88 | 122.98 | 16.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 147 | 1 | 0 | 0.38 | 0.07 | 157.22 | 1 | 0.46 |
| Hex | 0 | ED | 93 | 64 | 0 | 26 | 7 | 9D | 64 | 2E |
| Octal | 0 | 355 | 223 | 144 | 0 | 46 | 7 | 235 | 144 | 56 |
| Binary | 0 | 11101101 | 10010011 | 1100100 | 0 | 100110 | 111 | 10011101 | 1100100 | 101110 |
Color Harmonies of #00ED93
Complementary color
Monochromatic Colors of #00ED93
Black with #00ED93
Text Example
Text Example
White with #00ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED93; }
p { color: rgb(0,237,147); }
H1.HeaderClassName
{
color: #00ED93;
}
.AnyTagClassName
{
color: #00ED93;
}
</style>
background-color css
<style>
a { background-color: #00ED93; }
a { background-color: rgb(0,237,147); }
div.DivClassName
{
background-color: #00ED93;
}
.BgClassName
{
background-color: #00ED93;
}
</style>
border-color css
<style>
span { border-color: #00ED93; }
span { border-color: rgb(0,237,147); }
td.TdClassName
{
border-color: #00ED93;
}
.TagClassName
{
border-color: #00ED93;
}
</style>