Html Css Color HEX #0EFF97 Medium Spring Green
📋 copy color: '#0EFF97'red 14 ◦ green 255 ◦ blue 151
Shades of Medium Spring Green #0EFF97
Tints of Medium Spring Green #0EFF97
RGB
CMYK
RGB Variations
Color information
#0EFF97 (or 0x0EFF97) is known color: Medium Spring Green. HEX triplet: 0E, FF and 97. RGB value is (14,255,151). Sum of RGB (Red+Green+Blue) = 14+255+151=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF97 is #F10068. Grayscale: #ABABAB. Windows color (decimal): -15794281 or 9961230. OLE color: 9961230.
HSL color Cylindrical-coordinate representation of color #0EFF97: hue angle of 154.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF97 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 151 | - |
| CMYK | 0.95 | 0 | 0.41 | 0 |
| HSL | 154.11º | 1% | 0.53% | - |
| HSV(B) | 154.11º | 0.95% | 1% | - |
| XYZ | 41.53 | 73.85 | 41.34 | - |
| YUV | 171.09 | 116.66 | 15.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 151 | 0.95 | 0 | 0.41 | 0 | 154.11 | 1 | 0.53 |
| Hex | E | FF | 97 | 5F | 0 | 29 | 0 | 9A | 64 | 35 |
| Octal | 16 | 377 | 227 | 137 | 0 | 51 | 0 | 232 | 144 | 65 |
| Binary | 1110 | 11111111 | 10010111 | 1011111 | 0 | 101001 | 0 | 10011010 | 1100100 | 110101 |
Color Harmonies of #0EFF97
Complementary color
Monochromatic Colors of #0EFF97
Black with #0EFF97
Text Example
Text Example
White with #0EFF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF97; }
p { color: rgb(14,255,151); }
H1.HeaderClassName
{
color: #0EFF97;
}
.AnyTagClassName
{
color: #0EFF97;
}
</style>
background-color css
<style>
a { background-color: #0EFF97; }
a { background-color: rgb(14,255,151); }
div.DivClassName
{
background-color: #0EFF97;
}
.BgClassName
{
background-color: #0EFF97;
}
</style>
border-color css
<style>
span { border-color: #0EFF97; }
span { border-color: rgb(14,255,151); }
td.TdClassName
{
border-color: #0EFF97;
}
.TagClassName
{
border-color: #0EFF97;
}
</style>