Html Css Color HEX #0EFB97 Medium Spring Green
📋 copy color: '#0EFB97'red 14 ◦ green 251 ◦ blue 151
Shades of Medium Spring Green #0EFB97
Tints of Medium Spring Green #0EFB97
RGB
CMYK
RGB Variations
Color information
#0EFB97 (or 0x0EFB97) is known color: Medium Spring Green. HEX triplet: 0E, FB and 97. RGB value is (14,251,151). Sum of RGB (Red+Green+Blue) = 14+251+151=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFB97 is #F10468. Grayscale: #A8A8A8. Windows color (decimal): -15795305 or 9960206. OLE color: 9960206.
HSL color Cylindrical-coordinate representation of color #0EFB97: hue angle of 154.68º 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 #0EFB97 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 151 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.02 |
| HSL | 154.68º | 0.97% | 0.52% | - |
| HSV(B) | 154.68º | 0.94% | 0.98% | - |
| XYZ | 40.26 | 71.32 | 40.92 | - |
| YUV | 168.74 | 117.98 | 17.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 151 | 0.94 | 0 | 0.40 | 0.02 | 154.68 | 0.97 | 0.52 |
| Hex | E | FB | 97 | 5E | 0 | 28 | 2 | 9B | 61 | 34 |
| Octal | 16 | 373 | 227 | 136 | 0 | 50 | 2 | 233 | 141 | 64 |
| Binary | 1110 | 11111011 | 10010111 | 1011110 | 0 | 101000 | 10 | 10011011 | 1100001 | 110100 |
Color Harmonies of #0EFB97
Complementary color
Monochromatic Colors of #0EFB97
Black with #0EFB97
Text Example
Text Example
White with #0EFB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFB97; }
p { color: rgb(14,251,151); }
H1.HeaderClassName
{
color: #0EFB97;
}
.AnyTagClassName
{
color: #0EFB97;
}
</style>
background-color css
<style>
a { background-color: #0EFB97; }
a { background-color: rgb(14,251,151); }
div.DivClassName
{
background-color: #0EFB97;
}
.BgClassName
{
background-color: #0EFB97;
}
</style>
border-color css
<style>
span { border-color: #0EFB97; }
span { border-color: rgb(14,251,151); }
td.TdClassName
{
border-color: #0EFB97;
}
.TagClassName
{
border-color: #0EFB97;
}
</style>