Html Css Color HEX #0EFF99 Medium Spring Green
📋 copy color: '#0EFF99'red 14 ◦ green 255 ◦ blue 153
Shades of Medium Spring Green #0EFF99
Tints of Medium Spring Green #0EFF99
RGB
CMYK
RGB Variations
Color information
#0EFF99 (or 0x0EFF99) is known color: Medium Spring Green. HEX triplet: 0E, FF and 99. RGB value is (14,255,153). Sum of RGB (Red+Green+Blue) = 14+255+153=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF99 is #F10066. Grayscale: #ABABAB. Windows color (decimal): -15794279 or 10092302. OLE color: 10092302.
HSL color Cylindrical-coordinate representation of color #0EFF99: hue angle of 154.61º 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 #0EFF99 is Cyan = 0.95, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 153 | - |
| CMYK | 0.95 | 0 | 0.4 | 0 |
| HSL | 154.61º | 1% | 0.53% | - |
| HSV(B) | 154.61º | 0.95% | 1% | - |
| XYZ | 41.69 | 73.91 | 42.21 | - |
| YUV | 171.31 | 117.66 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 153 | 0.95 | 0 | 0.4 | 0 | 154.61 | 1 | 0.53 |
| Hex | E | FF | 99 | 5F | 0 | 28 | 0 | 9B | 64 | 35 |
| Octal | 16 | 377 | 231 | 137 | 0 | 50 | 0 | 233 | 144 | 65 |
| Binary | 1110 | 11111111 | 10011001 | 1011111 | 0 | 101000 | 0 | 10011011 | 1100100 | 110101 |
Color Harmonies of #0EFF99
Complementary color
Monochromatic Colors of #0EFF99
Black with #0EFF99
Text Example
Text Example
White with #0EFF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF99; }
p { color: rgb(14,255,153); }
H1.HeaderClassName
{
color: #0EFF99;
}
.AnyTagClassName
{
color: #0EFF99;
}
</style>
background-color css
<style>
a { background-color: #0EFF99; }
a { background-color: rgb(14,255,153); }
div.DivClassName
{
background-color: #0EFF99;
}
.BgClassName
{
background-color: #0EFF99;
}
</style>
border-color css
<style>
span { border-color: #0EFF99; }
span { border-color: rgb(14,255,153); }
td.TdClassName
{
border-color: #0EFF99;
}
.TagClassName
{
border-color: #0EFF99;
}
</style>