Html Css Color HEX #0EEFAC Medium Spring Green
📋 copy color: '#0EEFAC'red 14 ◦ green 239 ◦ blue 172
Shades of Medium Spring Green #0EEFAC
Tints of Medium Spring Green #0EEFAC
RGB
CMYK
RGB Variations
Color information
#0EEFAC (or 0x0EEFAC) is known color: Medium Spring Green. HEX triplet: 0E, EF and AC. RGB value is (14,239,172). Sum of RGB (Red+Green+Blue) = 14+239+172=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEFAC is #F11053. Grayscale: #A4A4A4. Windows color (decimal): -15798356 or 11333390. OLE color: 11333390.
HSL color Cylindrical-coordinate representation of color #0EEFAC: hue angle of 162.13º 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 #0EEFAC is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 172 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.06 |
| HSL | 162.13º | 0.89% | 0.5% | - |
| HSV(B) | 162.13º | 0.94% | 0.94% | - |
| XYZ | 38.49 | 64.8 | 49.51 | - |
| YUV | 164.09 | 132.46 | 20.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 172 | 0.94 | 0 | 0.28 | 0.06 | 162.13 | 0.89 | 0.5 |
| Hex | E | EF | AC | 5E | 0 | 1C | 6 | A2 | 59 | 32 |
| Octal | 16 | 357 | 254 | 136 | 0 | 34 | 6 | 242 | 131 | 62 |
| Binary | 1110 | 11101111 | 10101100 | 1011110 | 0 | 11100 | 110 | 10100010 | 1011001 | 110010 |
Color Harmonies of #0EEFAC
Complementary color
Monochromatic Colors of #0EEFAC
Black with #0EEFAC
Text Example
Text Example
White with #0EEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEFAC; }
p { color: rgb(14,239,172); }
H1.HeaderClassName
{
color: #0EEFAC;
}
.AnyTagClassName
{
color: #0EEFAC;
}
</style>
background-color css
<style>
a { background-color: #0EEFAC; }
a { background-color: rgb(14,239,172); }
div.DivClassName
{
background-color: #0EEFAC;
}
.BgClassName
{
background-color: #0EEFAC;
}
</style>
border-color css
<style>
span { border-color: #0EEFAC; }
span { border-color: rgb(14,239,172); }
td.TdClassName
{
border-color: #0EEFAC;
}
.TagClassName
{
border-color: #0EEFAC;
}
</style>