Shades of Medium Spring Green #00EC98
Tints of Medium Spring Green #00EC98
RGB
CMYK
RGB Variations
Color information
#00EC98 (or 0x00EC98) is known color: Medium Spring Green. HEX triplet: 00, EC and 98. RGB value is (0,236,152). Sum of RGB (Red+Green+Blue) = 0+236+152=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC98 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EC98 is #FF1367. Grayscale: #9B9B9B. Windows color (decimal): -16716648 or 10021888. OLE color: 10021888.
HSL color Cylindrical-coordinate representation of color #00EC98: hue angle of 158.64º 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 #00EC98 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 152 | - |
| CMYK | 1 | 0 | 0.36 | 0.07 |
| HSL | 158.64º | 1% | 0.46% | - |
| HSV(B) | 158.64º | 1% | 0.93% | - |
| XYZ | 35.66 | 62.26 | 39.84 | - |
| YUV | 155.86 | 125.81 | 16.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 152 | 1 | 0 | 0.36 | 0.07 | 158.64 | 1 | 0.46 |
| Hex | 0 | EC | 98 | 64 | 0 | 24 | 7 | 9F | 64 | 2E |
| Octal | 0 | 354 | 230 | 144 | 0 | 44 | 7 | 237 | 144 | 56 |
| Binary | 0 | 11101100 | 10011000 | 1100100 | 0 | 100100 | 111 | 10011111 | 1100100 | 101110 |
Color Harmonies of #00EC98
Complementary color
Monochromatic Colors of #00EC98
Black with #00EC98
Text Example
Text Example
White with #00EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC98; }
p { color: rgb(0,236,152); }
H1.HeaderClassName
{
color: #00EC98;
}
.AnyTagClassName
{
color: #00EC98;
}
</style>
background-color css
<style>
a { background-color: #00EC98; }
a { background-color: rgb(0,236,152); }
div.DivClassName
{
background-color: #00EC98;
}
.BgClassName
{
background-color: #00EC98;
}
</style>
border-color css
<style>
span { border-color: #00EC98; }
span { border-color: rgb(0,236,152); }
td.TdClassName
{
border-color: #00EC98;
}
.TagClassName
{
border-color: #00EC98;
}
</style>