Shades of Medium Spring Green #00EDAA
Tints of Medium Spring Green #00EDAA
RGB
CMYK
RGB Variations
Color information
#00EDAA (or 0x00EDAA) is known color: Medium Spring Green. HEX triplet: 00, ED and AA. RGB value is (0,237,170). Sum of RGB (Red+Green+Blue) = 0+237+170=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EDAA is #FF1255. Grayscale: #9E9E9E. Windows color (decimal): -16716374 or 11201792. OLE color: 11201792.
HSL color Cylindrical-coordinate representation of color #00EDAA: hue angle of 163.04º 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 #00EDAA is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 170 | - |
| CMYK | 1 | 0 | 0.28 | 0.07 |
| HSL | 163.04º | 1% | 0.46% | - |
| HSV(B) | 163.04º | 1% | 0.93% | - |
| XYZ | 37.54 | 63.47 | 48.3 | - |
| YUV | 158.5 | 134.48 | 14.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 170 | 1 | 0 | 0.28 | 0.07 | 163.04 | 1 | 0.46 |
| Hex | 0 | ED | AA | 64 | 0 | 1C | 7 | A3 | 64 | 2E |
| Octal | 0 | 355 | 252 | 144 | 0 | 34 | 7 | 243 | 144 | 56 |
| Binary | 0 | 11101101 | 10101010 | 1100100 | 0 | 11100 | 111 | 10100011 | 1100100 | 101110 |
Color Harmonies of #00EDAA
Complementary color
Monochromatic Colors of #00EDAA
Black with #00EDAA
Text Example
Text Example
White with #00EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDAA; }
p { color: rgb(0,237,170); }
H1.HeaderClassName
{
color: #00EDAA;
}
.AnyTagClassName
{
color: #00EDAA;
}
</style>
background-color css
<style>
a { background-color: #00EDAA; }
a { background-color: rgb(0,237,170); }
div.DivClassName
{
background-color: #00EDAA;
}
.BgClassName
{
background-color: #00EDAA;
}
</style>
border-color css
<style>
span { border-color: #00EDAA; }
span { border-color: rgb(0,237,170); }
td.TdClassName
{
border-color: #00EDAA;
}
.TagClassName
{
border-color: #00EDAA;
}
</style>