Shades of Medium Spring Green #01ED8C
Tints of Medium Spring Green #01ED8C
RGB
CMYK
RGB Variations
Color information
#01ED8C (or 0x01ED8C) is known color: Medium Spring Green. HEX triplet: 01, ED and 8C. RGB value is (1,237,140). Sum of RGB (Red+Green+Blue) = 1+237+140=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01ED8C is #FE1273. Grayscale: #9B9B9B. Windows color (decimal): -16650868 or 9235713. OLE color: 9235713.
HSL color Cylindrical-coordinate representation of color #01ED8C: hue angle of 155.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED8C is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 140 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.07 |
| HSL | 155.34º | 0.99% | 0.47% | - |
| HSV(B) | 155.34º | 1% | 0.93% | - |
| XYZ | 35.03 | 62.47 | 35.02 | - |
| YUV | 155.38 | 119.31 | 17.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 140 | 1.00 | 0 | 0.41 | 0.07 | 155.34 | 0.99 | 0.47 |
| Hex | 1 | ED | 8C | 64 | 0 | 29 | 7 | 9B | 63 | 2F |
| Octal | 1 | 355 | 214 | 144 | 0 | 51 | 7 | 233 | 143 | 57 |
| Binary | 1 | 11101101 | 10001100 | 1100100 | 0 | 101001 | 111 | 10011011 | 1100011 | 101111 |
Color Harmonies of #01ED8C
Complementary color
Monochromatic Colors of #01ED8C
Black with #01ED8C
Text Example
Text Example
White with #01ED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED8C; }
p { color: rgb(1,237,140); }
H1.HeaderClassName
{
color: #01ED8C;
}
.AnyTagClassName
{
color: #01ED8C;
}
</style>
background-color css
<style>
a { background-color: #01ED8C; }
a { background-color: rgb(1,237,140); }
div.DivClassName
{
background-color: #01ED8C;
}
.BgClassName
{
background-color: #01ED8C;
}
</style>
border-color css
<style>
span { border-color: #01ED8C; }
span { border-color: rgb(1,237,140); }
td.TdClassName
{
border-color: #01ED8C;
}
.TagClassName
{
border-color: #01ED8C;
}
</style>