Html Css Color HEX #0EF4AC Medium Spring Green
📋 copy color: '#0EF4AC'red 14 ◦ green 244 ◦ blue 172
Shades of Medium Spring Green #0EF4AC
Tints of Medium Spring Green #0EF4AC
RGB
CMYK
RGB Variations
Color information
#0EF4AC (or 0x0EF4AC) is known color: Medium Spring Green. HEX triplet: 0E, F4 and AC. RGB value is (14,244,172). Sum of RGB (Red+Green+Blue) = 14+244+172=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #0EF4AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF4AC is #F10B53. Grayscale: #A7A7A7. Windows color (decimal): -15797076 or 11334670. OLE color: 11334670.
HSL color Cylindrical-coordinate representation of color #0EF4AC: hue angle of 161.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF4AC is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 244 | 172 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.04 |
| HSL | 161.22º | 0.91% | 0.51% | - |
| HSV(B) | 161.22º | 0.94% | 0.96% | - |
| XYZ | 39.98 | 67.77 | 50 | - |
| YUV | 167.02 | 130.8 | 18.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 244 | 172 | 0.94 | 0 | 0.30 | 0.04 | 161.22 | 0.91 | 0.51 |
| Hex | E | F4 | AC | 5E | 0 | 1E | 4 | A1 | 5B | 33 |
| Octal | 16 | 364 | 254 | 136 | 0 | 36 | 4 | 241 | 133 | 63 |
| Binary | 1110 | 11110100 | 10101100 | 1011110 | 0 | 11110 | 100 | 10100001 | 1011011 | 110011 |
Color Harmonies of #0EF4AC
Complementary color
Monochromatic Colors of #0EF4AC
Black with #0EF4AC
Text Example
Text Example
White with #0EF4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF4AC; }
p { color: rgb(14,244,172); }
H1.HeaderClassName
{
color: #0EF4AC;
}
.AnyTagClassName
{
color: #0EF4AC;
}
</style>
background-color css
<style>
a { background-color: #0EF4AC; }
a { background-color: rgb(14,244,172); }
div.DivClassName
{
background-color: #0EF4AC;
}
.BgClassName
{
background-color: #0EF4AC;
}
</style>
border-color css
<style>
span { border-color: #0EF4AC; }
span { border-color: rgb(14,244,172); }
td.TdClassName
{
border-color: #0EF4AC;
}
.TagClassName
{
border-color: #0EF4AC;
}
</style>