Shades of Medium Spring Green #00EDA0
Tints of Medium Spring Green #00EDA0
RGB
CMYK
RGB Variations
Color information
#00EDA0 (or 0x00EDA0) is known color: Medium Spring Green. HEX triplet: 00, ED and A0. RGB value is (0,237,160). Sum of RGB (Red+Green+Blue) = 0+237+160=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EDA0 is #FF125F. Grayscale: #9D9D9D. Windows color (decimal): -16716384 or 10546432. OLE color: 10546432.
HSL color Cylindrical-coordinate representation of color #00EDA0: hue angle of 160.51º 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 #00EDA0 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 160 | - |
| CMYK | 1 | 0 | 0.32 | 0.07 |
| HSL | 160.51º | 1% | 0.46% | - |
| HSV(B) | 160.51º | 1% | 0.93% | - |
| XYZ | 36.63 | 63.11 | 43.51 | - |
| YUV | 157.36 | 129.48 | 15.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 160 | 1 | 0 | 0.32 | 0.07 | 160.51 | 1 | 0.46 |
| Hex | 0 | ED | A0 | 64 | 0 | 20 | 7 | A1 | 64 | 2E |
| Octal | 0 | 355 | 240 | 144 | 0 | 40 | 7 | 241 | 144 | 56 |
| Binary | 0 | 11101101 | 10100000 | 1100100 | 0 | 100000 | 111 | 10100001 | 1100100 | 101110 |
Color Harmonies of #00EDA0
Complementary color
Monochromatic Colors of #00EDA0
Black with #00EDA0
Text Example
Text Example
White with #00EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDA0; }
p { color: rgb(0,237,160); }
H1.HeaderClassName
{
color: #00EDA0;
}
.AnyTagClassName
{
color: #00EDA0;
}
</style>
background-color css
<style>
a { background-color: #00EDA0; }
a { background-color: rgb(0,237,160); }
div.DivClassName
{
background-color: #00EDA0;
}
.BgClassName
{
background-color: #00EDA0;
}
</style>
border-color css
<style>
span { border-color: #00EDA0; }
span { border-color: rgb(0,237,160); }
td.TdClassName
{
border-color: #00EDA0;
}
.TagClassName
{
border-color: #00EDA0;
}
</style>