Html Css Color HEX #0EFBA6 Medium Spring Green
📋 copy color: '#0EFBA6'red 14 ◦ green 251 ◦ blue 166
Shades of Medium Spring Green #0EFBA6
Tints of Medium Spring Green #0EFBA6
RGB
CMYK
RGB Variations
Color information
#0EFBA6 (or 0x0EFBA6) is known color: Medium Spring Green. HEX triplet: 0E, FB and A6. RGB value is (14,251,166). Sum of RGB (Red+Green+Blue) = 14+251+166=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFBA6 is #F10459. Grayscale: #AAAAAA. Windows color (decimal): -15795290 or 10943246. OLE color: 10943246.
HSL color Cylindrical-coordinate representation of color #0EFBA6: hue angle of 158.48º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFBA6 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 166 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.02 |
| HSL | 158.48º | 0.97% | 0.52% | - |
| HSV(B) | 158.48º | 0.94% | 0.98% | - |
| XYZ | 41.56 | 71.84 | 47.75 | - |
| YUV | 170.45 | 125.48 | 16.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 166 | 0.94 | 0 | 0.34 | 0.02 | 158.48 | 0.97 | 0.52 |
| Hex | E | FB | A6 | 5E | 0 | 22 | 2 | 9E | 61 | 34 |
| Octal | 16 | 373 | 246 | 136 | 0 | 42 | 2 | 236 | 141 | 64 |
| Binary | 1110 | 11111011 | 10100110 | 1011110 | 0 | 100010 | 10 | 10011110 | 1100001 | 110100 |
Color Harmonies of #0EFBA6
Complementary color
Monochromatic Colors of #0EFBA6
Black with #0EFBA6
Text Example
Text Example
White with #0EFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBA6; }
p { color: rgb(14,251,166); }
H1.HeaderClassName
{
color: #0EFBA6;
}
.AnyTagClassName
{
color: #0EFBA6;
}
</style>
background-color css
<style>
a { background-color: #0EFBA6; }
a { background-color: rgb(14,251,166); }
div.DivClassName
{
background-color: #0EFBA6;
}
.BgClassName
{
background-color: #0EFBA6;
}
</style>
border-color css
<style>
span { border-color: #0EFBA6; }
span { border-color: rgb(14,251,166); }
td.TdClassName
{
border-color: #0EFBA6;
}
.TagClassName
{
border-color: #0EFBA6;
}
</style>