Html Css Color HEX #0EFF95 Medium Spring Green
📋 copy color: '#0EFF95'red 14 ◦ green 255 ◦ blue 149
Shades of Medium Spring Green #0EFF95
Tints of Medium Spring Green #0EFF95
RGB
CMYK
RGB Variations
Color information
#0EFF95 (or 0x0EFF95) is known color: Medium Spring Green. HEX triplet: 0E, FF and 95. RGB value is (14,255,149). Sum of RGB (Red+Green+Blue) = 14+255+149=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF95 is #F1006A. Grayscale: #ABABAB. Windows color (decimal): -15794283 or 9830158. OLE color: 9830158.
HSL color Cylindrical-coordinate representation of color #0EFF95: hue angle of 153.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 #0EFF95 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 149 | - |
| CMYK | 0.95 | 0 | 0.42 | 0 |
| HSL | 153.61º | 1% | 0.53% | - |
| HSV(B) | 153.61º | 0.95% | 1% | - |
| XYZ | 41.37 | 73.78 | 40.5 | - |
| YUV | 170.86 | 115.66 | 16.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 149 | 0.95 | 0 | 0.42 | 0 | 153.61 | 1 | 0.53 |
| Hex | E | FF | 95 | 5F | 0 | 2A | 0 | 9A | 64 | 35 |
| Octal | 16 | 377 | 225 | 137 | 0 | 52 | 0 | 232 | 144 | 65 |
| Binary | 1110 | 11111111 | 10010101 | 1011111 | 0 | 101010 | 0 | 10011010 | 1100100 | 110101 |
Color Harmonies of #0EFF95
Complementary color
Monochromatic Colors of #0EFF95
Black with #0EFF95
Text Example
Text Example
White with #0EFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF95; }
p { color: rgb(14,255,149); }
H1.HeaderClassName
{
color: #0EFF95;
}
.AnyTagClassName
{
color: #0EFF95;
}
</style>
background-color css
<style>
a { background-color: #0EFF95; }
a { background-color: rgb(14,255,149); }
div.DivClassName
{
background-color: #0EFF95;
}
.BgClassName
{
background-color: #0EFF95;
}
</style>
border-color css
<style>
span { border-color: #0EFF95; }
span { border-color: rgb(14,255,149); }
td.TdClassName
{
border-color: #0EFF95;
}
.TagClassName
{
border-color: #0EFF95;
}
</style>