Html Css Color HEX #0EFB91 Medium Spring Green
📋 copy color: '#0EFB91'red 14 ◦ green 251 ◦ blue 145
Shades of Medium Spring Green #0EFB91
Tints of Medium Spring Green #0EFB91
RGB
CMYK
RGB Variations
Color information
#0EFB91 (or 0x0EFB91) is known color: Medium Spring Green. HEX triplet: 0E, FB and 91. RGB value is (14,251,145). Sum of RGB (Red+Green+Blue) = 14+251+145=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB91 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFB91 is #F1046E. Grayscale: #A8A8A8. Windows color (decimal): -15795311 or 9566990. OLE color: 9566990.
HSL color Cylindrical-coordinate representation of color #0EFB91: hue angle of 153.16º 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 #0EFB91 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 145 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.02 |
| HSL | 153.16º | 0.97% | 0.52% | - |
| HSV(B) | 153.16º | 0.94% | 0.98% | - |
| XYZ | 39.79 | 71.13 | 38.42 | - |
| YUV | 168.05 | 114.98 | 18.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 145 | 0.94 | 0 | 0.42 | 0.02 | 153.16 | 0.97 | 0.52 |
| Hex | E | FB | 91 | 5E | 0 | 2A | 2 | 99 | 61 | 34 |
| Octal | 16 | 373 | 221 | 136 | 0 | 52 | 2 | 231 | 141 | 64 |
| Binary | 1110 | 11111011 | 10010001 | 1011110 | 0 | 101010 | 10 | 10011001 | 1100001 | 110100 |
Color Harmonies of #0EFB91
Complementary color
Monochromatic Colors of #0EFB91
Black with #0EFB91
Text Example
Text Example
White with #0EFB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFB91; }
p { color: rgb(14,251,145); }
H1.HeaderClassName
{
color: #0EFB91;
}
.AnyTagClassName
{
color: #0EFB91;
}
</style>
background-color css
<style>
a { background-color: #0EFB91; }
a { background-color: rgb(14,251,145); }
div.DivClassName
{
background-color: #0EFB91;
}
.BgClassName
{
background-color: #0EFB91;
}
</style>
border-color css
<style>
span { border-color: #0EFB91; }
span { border-color: rgb(14,251,145); }
td.TdClassName
{
border-color: #0EFB91;
}
.TagClassName
{
border-color: #0EFB91;
}
</style>