Shades of Medium Spring Green #00EDAC
Tints of Medium Spring Green #00EDAC
RGB
CMYK
RGB Variations
Color information
#00EDAC (or 0x00EDAC) is known color: Medium Spring Green. HEX triplet: 00, ED and AC. RGB value is (0,237,172). Sum of RGB (Red+Green+Blue) = 0+237+172=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EDAC is #FF1253. Grayscale: #9E9E9E. Windows color (decimal): -16716372 or 11332864. OLE color: 11332864.
HSL color Cylindrical-coordinate representation of color #00EDAC: hue angle of 163.54º 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 #00EDAC is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 172 | - |
| CMYK | 1 | 0 | 0.27 | 0.07 |
| HSL | 163.54º | 1% | 0.46% | - |
| HSV(B) | 163.54º | 1% | 0.93% | - |
| XYZ | 37.73 | 63.55 | 49.31 | - |
| YUV | 158.73 | 135.48 | 14.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 172 | 1 | 0 | 0.27 | 0.07 | 163.54 | 1 | 0.46 |
| Hex | 0 | ED | AC | 64 | 0 | 1B | 7 | A4 | 64 | 2E |
| Octal | 0 | 355 | 254 | 144 | 0 | 33 | 7 | 244 | 144 | 56 |
| Binary | 0 | 11101101 | 10101100 | 1100100 | 0 | 11011 | 111 | 10100100 | 1100100 | 101110 |
Color Harmonies of #00EDAC
Complementary color
Monochromatic Colors of #00EDAC
Black with #00EDAC
Text Example
Text Example
White with #00EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDAC; }
p { color: rgb(0,237,172); }
H1.HeaderClassName
{
color: #00EDAC;
}
.AnyTagClassName
{
color: #00EDAC;
}
</style>
background-color css
<style>
a { background-color: #00EDAC; }
a { background-color: rgb(0,237,172); }
div.DivClassName
{
background-color: #00EDAC;
}
.BgClassName
{
background-color: #00EDAC;
}
</style>
border-color css
<style>
span { border-color: #00EDAC; }
span { border-color: rgb(0,237,172); }
td.TdClassName
{
border-color: #00EDAC;
}
.TagClassName
{
border-color: #00EDAC;
}
</style>