Shades of Medium Spring Green #00EC95
Tints of Medium Spring Green #00EC95
RGB
CMYK
RGB Variations
Color information
#00EC95 (or 0x00EC95) is known color: Medium Spring Green. HEX triplet: 00, EC and 95. RGB value is (0,236,149). Sum of RGB (Red+Green+Blue) = 0+236+149=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EC95 is #FF136A. Grayscale: #9B9B9B. Windows color (decimal): -16716651 or 9825280. OLE color: 9825280.
HSL color Cylindrical-coordinate representation of color #00EC95: hue angle of 157.88º 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 #00EC95 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 149 | - |
| CMYK | 1 | 0 | 0.37 | 0.07 |
| HSL | 157.88º | 1% | 0.46% | - |
| HSV(B) | 157.88º | 1% | 0.93% | - |
| XYZ | 35.42 | 62.16 | 38.57 | - |
| YUV | 155.52 | 124.31 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 149 | 1 | 0 | 0.37 | 0.07 | 157.88 | 1 | 0.46 |
| Hex | 0 | EC | 95 | 64 | 0 | 25 | 7 | 9E | 64 | 2E |
| Octal | 0 | 354 | 225 | 144 | 0 | 45 | 7 | 236 | 144 | 56 |
| Binary | 0 | 11101100 | 10010101 | 1100100 | 0 | 100101 | 111 | 10011110 | 1100100 | 101110 |
Color Harmonies of #00EC95
Complementary color
Monochromatic Colors of #00EC95
Black with #00EC95
Text Example
Text Example
White with #00EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC95; }
p { color: rgb(0,236,149); }
H1.HeaderClassName
{
color: #00EC95;
}
.AnyTagClassName
{
color: #00EC95;
}
</style>
background-color css
<style>
a { background-color: #00EC95; }
a { background-color: rgb(0,236,149); }
div.DivClassName
{
background-color: #00EC95;
}
.BgClassName
{
background-color: #00EC95;
}
</style>
border-color css
<style>
span { border-color: #00EC95; }
span { border-color: rgb(0,236,149); }
td.TdClassName
{
border-color: #00EC95;
}
.TagClassName
{
border-color: #00EC95;
}
</style>