Shades of Medium Spring Green #00EDB9
Tints of Medium Spring Green #00EDB9
RGB
CMYK
RGB Variations
Color information
#00EDB9 (or 0x00EDB9) is known color: Medium Spring Green. HEX triplet: 00, ED and B9. RGB value is (0,237,185). Sum of RGB (Red+Green+Blue) = 0+237+185=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDB9 is #FF1246. Grayscale: #A0A0A0. Windows color (decimal): -16716359 or 12184832. OLE color: 12184832.
HSL color Cylindrical-coordinate representation of color #00EDB9: hue angle of 166.84º 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 #00EDB9 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 185 | - |
| CMYK | 1 | 0 | 0.22 | 0.07 |
| HSL | 166.84º | 1% | 0.46% | - |
| HSV(B) | 166.84º | 1% | 0.93% | - |
| XYZ | 39.04 | 64.07 | 56.21 | - |
| YUV | 160.21 | 141.98 | 13.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 185 | 1 | 0 | 0.22 | 0.07 | 166.84 | 1 | 0.46 |
| Hex | 0 | ED | B9 | 64 | 0 | 16 | 7 | A7 | 64 | 2E |
| Octal | 0 | 355 | 271 | 144 | 0 | 26 | 7 | 247 | 144 | 56 |
| Binary | 0 | 11101101 | 10111001 | 1100100 | 0 | 10110 | 111 | 10100111 | 1100100 | 101110 |
Color Harmonies of #00EDB9
Complementary color
Monochromatic Colors of #00EDB9
Black with #00EDB9
Text Example
Text Example
White with #00EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDB9; }
p { color: rgb(0,237,185); }
H1.HeaderClassName
{
color: #00EDB9;
}
.AnyTagClassName
{
color: #00EDB9;
}
</style>
background-color css
<style>
a { background-color: #00EDB9; }
a { background-color: rgb(0,237,185); }
div.DivClassName
{
background-color: #00EDB9;
}
.BgClassName
{
background-color: #00EDB9;
}
</style>
border-color css
<style>
span { border-color: #00EDB9; }
span { border-color: rgb(0,237,185); }
td.TdClassName
{
border-color: #00EDB9;
}
.TagClassName
{
border-color: #00EDB9;
}
</style>