Shades of Medium Spring Green #01EDA8
Tints of Medium Spring Green #01EDA8
RGB
CMYK
RGB Variations
Color information
#01EDA8 (or 0x01EDA8) is known color: Medium Spring Green. HEX triplet: 01, ED and A8. RGB value is (1,237,168). Sum of RGB (Red+Green+Blue) = 1+237+168=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EDA8 is #FE1257. Grayscale: #9E9E9E. Windows color (decimal): -16650840 or 11070721. OLE color: 11070721.
HSL color Cylindrical-coordinate representation of color #01EDA8: hue angle of 162.46º 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 #01EDA8 is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 168 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.07 |
| HSL | 162.46º | 0.99% | 0.47% | - |
| HSV(B) | 162.46º | 1% | 0.93% | - |
| XYZ | 37.36 | 63.4 | 47.31 | - |
| YUV | 158.57 | 133.31 | 15.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 168 | 1.00 | 0 | 0.29 | 0.07 | 162.46 | 0.99 | 0.47 |
| Hex | 1 | ED | A8 | 64 | 0 | 1D | 7 | A2 | 63 | 2F |
| Octal | 1 | 355 | 250 | 144 | 0 | 35 | 7 | 242 | 143 | 57 |
| Binary | 1 | 11101101 | 10101000 | 1100100 | 0 | 11101 | 111 | 10100010 | 1100011 | 101111 |
Color Harmonies of #01EDA8
Complementary color
Monochromatic Colors of #01EDA8
Black with #01EDA8
Text Example
Text Example
White with #01EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EDA8; }
p { color: rgb(1,237,168); }
H1.HeaderClassName
{
color: #01EDA8;
}
.AnyTagClassName
{
color: #01EDA8;
}
</style>
background-color css
<style>
a { background-color: #01EDA8; }
a { background-color: rgb(1,237,168); }
div.DivClassName
{
background-color: #01EDA8;
}
.BgClassName
{
background-color: #01EDA8;
}
</style>
border-color css
<style>
span { border-color: #01EDA8; }
span { border-color: rgb(1,237,168); }
td.TdClassName
{
border-color: #01EDA8;
}
.TagClassName
{
border-color: #01EDA8;
}
</style>