Html Css Color HEX #0EEF8D Medium Spring Green
📋 copy color: '#0EEF8D'red 14 ◦ green 239 ◦ blue 141
Shades of Medium Spring Green #0EEF8D
Tints of Medium Spring Green #0EEF8D
RGB
CMYK
RGB Variations
Color information
#0EEF8D (or 0x0EEF8D) is known color: Medium Spring Green. HEX triplet: 0E, EF and 8D. RGB value is (14,239,141). Sum of RGB (Red+Green+Blue) = 14+239+141=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEF8D is #F11072. Grayscale: #A0A0A0. Windows color (decimal): -15798387 or 9301774. OLE color: 9301774.
HSL color Cylindrical-coordinate representation of color #0EEF8D: hue angle of 153.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEF8D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 141 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.06 |
| HSL | 153.87º | 0.89% | 0.5% | - |
| HSV(B) | 153.87º | 0.94% | 0.94% | - |
| XYZ | 35.86 | 63.75 | 35.61 | - |
| YUV | 160.55 | 116.96 | 23.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 141 | 0.94 | 0 | 0.41 | 0.06 | 153.87 | 0.89 | 0.5 |
| Hex | E | EF | 8D | 5E | 0 | 29 | 6 | 9A | 59 | 32 |
| Octal | 16 | 357 | 215 | 136 | 0 | 51 | 6 | 232 | 131 | 62 |
| Binary | 1110 | 11101111 | 10001101 | 1011110 | 0 | 101001 | 110 | 10011010 | 1011001 | 110010 |
Color Harmonies of #0EEF8D
Complementary color
Monochromatic Colors of #0EEF8D
Black with #0EEF8D
Text Example
Text Example
White with #0EEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF8D; }
p { color: rgb(14,239,141); }
H1.HeaderClassName
{
color: #0EEF8D;
}
.AnyTagClassName
{
color: #0EEF8D;
}
</style>
background-color css
<style>
a { background-color: #0EEF8D; }
a { background-color: rgb(14,239,141); }
div.DivClassName
{
background-color: #0EEF8D;
}
.BgClassName
{
background-color: #0EEF8D;
}
</style>
border-color css
<style>
span { border-color: #0EEF8D; }
span { border-color: rgb(14,239,141); }
td.TdClassName
{
border-color: #0EEF8D;
}
.TagClassName
{
border-color: #0EEF8D;
}
</style>