Html Css Color HEX #0EF1AB Medium Spring Green
📋 copy color: '#0EF1AB'red 14 ◦ green 241 ◦ blue 171
Shades of Medium Spring Green #0EF1AB
Tints of Medium Spring Green #0EF1AB
RGB
CMYK
RGB Variations
Color information
#0EF1AB (or 0x0EF1AB) is known color: Medium Spring Green. HEX triplet: 0E, F1 and AB. RGB value is (14,241,171). Sum of RGB (Red+Green+Blue) = 14+241+171=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF1AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF1AB is #F10E54. Grayscale: #A5A5A5. Windows color (decimal): -15797845 or 11268366. OLE color: 11268366.
HSL color Cylindrical-coordinate representation of color #0EF1AB: hue angle of 161.5º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF1AB is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 241 | 171 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.05 |
| HSL | 161.5º | 0.89% | 0.5% | - |
| HSV(B) | 161.5º | 0.94% | 0.95% | - |
| XYZ | 38.99 | 65.94 | 49.2 | - |
| YUV | 165.15 | 131.29 | 20.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 241 | 171 | 0.94 | 0 | 0.29 | 0.05 | 161.5 | 0.89 | 0.5 |
| Hex | E | F1 | AB | 5E | 0 | 1D | 5 | A1 | 59 | 32 |
| Octal | 16 | 361 | 253 | 136 | 0 | 35 | 5 | 241 | 131 | 62 |
| Binary | 1110 | 11110001 | 10101011 | 1011110 | 0 | 11101 | 101 | 10100001 | 1011001 | 110010 |
Color Harmonies of #0EF1AB
Complementary color
Monochromatic Colors of #0EF1AB
Black with #0EF1AB
Text Example
Text Example
White with #0EF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF1AB; }
p { color: rgb(14,241,171); }
H1.HeaderClassName
{
color: #0EF1AB;
}
.AnyTagClassName
{
color: #0EF1AB;
}
</style>
background-color css
<style>
a { background-color: #0EF1AB; }
a { background-color: rgb(14,241,171); }
div.DivClassName
{
background-color: #0EF1AB;
}
.BgClassName
{
background-color: #0EF1AB;
}
</style>
border-color css
<style>
span { border-color: #0EF1AB; }
span { border-color: rgb(14,241,171); }
td.TdClassName
{
border-color: #0EF1AB;
}
.TagClassName
{
border-color: #0EF1AB;
}
</style>