Html Css Color HEX #0EF896 Medium Spring Green
📋 copy color: '#0EF896'red 14 ◦ green 248 ◦ blue 150
Shades of Medium Spring Green #0EF896
Tints of Medium Spring Green #0EF896
RGB
CMYK
RGB Variations
Color information
#0EF896 (or 0x0EF896) is known color: Medium Spring Green. HEX triplet: 0E, F8 and 96. RGB value is (14,248,150). Sum of RGB (Red+Green+Blue) = 14+248+150=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 248 (97.27% from 255 or 60.19% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 248 - color contains mainly: green. Hex color #0EF896 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF896 is #F10769. Grayscale: #A7A7A7. Windows color (decimal): -15796074 or 9893902. OLE color: 9893902.
HSL color Cylindrical-coordinate representation of color #0EF896: hue angle of 154.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF896 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 248 | 150 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.03 |
| HSL | 154.87º | 0.94% | 0.51% | - |
| HSV(B) | 154.87º | 0.94% | 0.97% | - |
| XYZ | 39.25 | 69.43 | 40.19 | - |
| YUV | 166.86 | 118.48 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 248 | 150 | 0.94 | 0 | 0.40 | 0.03 | 154.87 | 0.94 | 0.51 |
| Hex | E | F8 | 96 | 5E | 0 | 28 | 3 | 9B | 5E | 33 |
| Octal | 16 | 370 | 226 | 136 | 0 | 50 | 3 | 233 | 136 | 63 |
| Binary | 1110 | 11111000 | 10010110 | 1011110 | 0 | 101000 | 11 | 10011011 | 1011110 | 110011 |
Color Harmonies of #0EF896
Complementary color
Monochromatic Colors of #0EF896
Black with #0EF896
Text Example
Text Example
White with #0EF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF896; }
p { color: rgb(14,248,150); }
H1.HeaderClassName
{
color: #0EF896;
}
.AnyTagClassName
{
color: #0EF896;
}
</style>
background-color css
<style>
a { background-color: #0EF896; }
a { background-color: rgb(14,248,150); }
div.DivClassName
{
background-color: #0EF896;
}
.BgClassName
{
background-color: #0EF896;
}
</style>
border-color css
<style>
span { border-color: #0EF896; }
span { border-color: rgb(14,248,150); }
td.TdClassName
{
border-color: #0EF896;
}
.TagClassName
{
border-color: #0EF896;
}
</style>