Html Css Color HEX #0EE8AC Medium Spring Green
📋 copy color: '#0EE8AC'red 14 ◦ green 232 ◦ blue 172
Shades of Medium Spring Green #0EE8AC
Tints of Medium Spring Green #0EE8AC
RGB
CMYK
RGB Variations
Color information
#0EE8AC (or 0x0EE8AC) is known color: Medium Spring Green. HEX triplet: 0E, E8 and AC. RGB value is (14,232,172). Sum of RGB (Red+Green+Blue) = 14+232+172=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #0EE8AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE8AC is #F11753. Grayscale: #A0A0A0. Windows color (decimal): -15800148 or 11331598. OLE color: 11331598.
HSL color Cylindrical-coordinate representation of color #0EE8AC: hue angle of 163.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE8AC is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 232 | 172 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.09 |
| HSL | 163.49º | 0.89% | 0.48% | - |
| HSV(B) | 163.49º | 0.94% | 0.91% | - |
| XYZ | 36.48 | 60.79 | 48.84 | - |
| YUV | 159.98 | 134.78 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 232 | 172 | 0.94 | 0 | 0.26 | 0.09 | 163.49 | 0.89 | 0.48 |
| Hex | E | E8 | AC | 5E | 0 | 1A | 9 | A3 | 59 | 30 |
| Octal | 16 | 350 | 254 | 136 | 0 | 32 | 11 | 243 | 131 | 60 |
| Binary | 1110 | 11101000 | 10101100 | 1011110 | 0 | 11010 | 1001 | 10100011 | 1011001 | 110000 |
Color Harmonies of #0EE8AC
Complementary color
Monochromatic Colors of #0EE8AC
Black with #0EE8AC
Text Example
Text Example
White with #0EE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE8AC; }
p { color: rgb(14,232,172); }
H1.HeaderClassName
{
color: #0EE8AC;
}
.AnyTagClassName
{
color: #0EE8AC;
}
</style>
background-color css
<style>
a { background-color: #0EE8AC; }
a { background-color: rgb(14,232,172); }
div.DivClassName
{
background-color: #0EE8AC;
}
.BgClassName
{
background-color: #0EE8AC;
}
</style>
border-color css
<style>
span { border-color: #0EE8AC; }
span { border-color: rgb(14,232,172); }
td.TdClassName
{
border-color: #0EE8AC;
}
.TagClassName
{
border-color: #0EE8AC;
}
</style>