Html Css Color HEX #0EFBA5 Medium Spring Green
📋 copy color: '#0EFBA5'red 14 ◦ green 251 ◦ blue 165
Shades of Medium Spring Green #0EFBA5
Tints of Medium Spring Green #0EFBA5
RGB
CMYK
RGB Variations
Color information
#0EFBA5 (or 0x0EFBA5) is known color: Medium Spring Green. HEX triplet: 0E, FB and A5. RGB value is (14,251,165). Sum of RGB (Red+Green+Blue) = 14+251+165=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFBA5 is #F1045A. Grayscale: #AAAAAA. Windows color (decimal): -15795291 or 10877710. OLE color: 10877710.
HSL color Cylindrical-coordinate representation of color #0EFBA5: hue angle of 158.23º 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 #0EFBA5 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 165 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.02 |
| HSL | 158.23º | 0.97% | 0.52% | - |
| HSV(B) | 158.23º | 0.94% | 0.98% | - |
| XYZ | 41.47 | 71.8 | 47.27 | - |
| YUV | 170.33 | 124.98 | 16.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 165 | 0.94 | 0 | 0.34 | 0.02 | 158.23 | 0.97 | 0.52 |
| Hex | E | FB | A5 | 5E | 0 | 22 | 2 | 9E | 61 | 34 |
| Octal | 16 | 373 | 245 | 136 | 0 | 42 | 2 | 236 | 141 | 64 |
| Binary | 1110 | 11111011 | 10100101 | 1011110 | 0 | 100010 | 10 | 10011110 | 1100001 | 110100 |
Color Harmonies of #0EFBA5
Complementary color
Monochromatic Colors of #0EFBA5
Black with #0EFBA5
Text Example
Text Example
White with #0EFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBA5; }
p { color: rgb(14,251,165); }
H1.HeaderClassName
{
color: #0EFBA5;
}
.AnyTagClassName
{
color: #0EFBA5;
}
</style>
background-color css
<style>
a { background-color: #0EFBA5; }
a { background-color: rgb(14,251,165); }
div.DivClassName
{
background-color: #0EFBA5;
}
.BgClassName
{
background-color: #0EFBA5;
}
</style>
border-color css
<style>
span { border-color: #0EFBA5; }
span { border-color: rgb(14,251,165); }
td.TdClassName
{
border-color: #0EFBA5;
}
.TagClassName
{
border-color: #0EFBA5;
}
</style>