Html Css Color HEX #0EFBA0 Medium Spring Green
📋 copy color: '#0EFBA0'red 14 ◦ green 251 ◦ blue 160
Shades of Medium Spring Green #0EFBA0
Tints of Medium Spring Green #0EFBA0
RGB
CMYK
RGB Variations
Color information
#0EFBA0 (or 0x0EFBA0) is known color: Medium Spring Green. HEX triplet: 0E, FB and A0. RGB value is (14,251,160). Sum of RGB (Red+Green+Blue) = 14+251+160=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFBA0 is #F1045F. Grayscale: #A9A9A9. Windows color (decimal): -15795296 or 10550030. OLE color: 10550030.
HSL color Cylindrical-coordinate representation of color #0EFBA0: hue angle of 156.96º 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 #0EFBA0 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 160 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.02 |
| HSL | 156.96º | 0.97% | 0.52% | - |
| HSV(B) | 156.96º | 0.94% | 0.98% | - |
| XYZ | 41.02 | 71.63 | 44.92 | - |
| YUV | 169.76 | 122.48 | 16.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 160 | 0.94 | 0 | 0.36 | 0.02 | 156.96 | 0.97 | 0.52 |
| Hex | E | FB | A0 | 5E | 0 | 24 | 2 | 9D | 61 | 34 |
| Octal | 16 | 373 | 240 | 136 | 0 | 44 | 2 | 235 | 141 | 64 |
| Binary | 1110 | 11111011 | 10100000 | 1011110 | 0 | 100100 | 10 | 10011101 | 1100001 | 110100 |
Color Harmonies of #0EFBA0
Complementary color
Monochromatic Colors of #0EFBA0
Black with #0EFBA0
Text Example
Text Example
White with #0EFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBA0; }
p { color: rgb(14,251,160); }
H1.HeaderClassName
{
color: #0EFBA0;
}
.AnyTagClassName
{
color: #0EFBA0;
}
</style>
background-color css
<style>
a { background-color: #0EFBA0; }
a { background-color: rgb(14,251,160); }
div.DivClassName
{
background-color: #0EFBA0;
}
.BgClassName
{
background-color: #0EFBA0;
}
</style>
border-color css
<style>
span { border-color: #0EFBA0; }
span { border-color: rgb(14,251,160); }
td.TdClassName
{
border-color: #0EFBA0;
}
.TagClassName
{
border-color: #0EFBA0;
}
</style>