Html Css Color HEX #0EFF8F Medium Spring Green
📋 copy color: '#0EFF8F'red 14 ◦ green 255 ◦ blue 143
Shades of Medium Spring Green #0EFF8F
Tints of Medium Spring Green #0EFF8F
RGB
CMYK
RGB Variations
Color information
#0EFF8F (or 0x0EFF8F) is known color: Medium Spring Green. HEX triplet: 0E, FF and 8F. RGB value is (14,255,143). Sum of RGB (Red+Green+Blue) = 14+255+143=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF8F is #F10070. Grayscale: #AAAAAA. Windows color (decimal): -15794289 or 9436942. OLE color: 9436942.
HSL color Cylindrical-coordinate representation of color #0EFF8F: hue angle of 152.12º 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 #0EFF8F is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 143 | - |
| CMYK | 0.95 | 0 | 0.44 | 0 |
| HSL | 152.12º | 1% | 0.53% | - |
| HSV(B) | 152.12º | 0.95% | 1% | - |
| XYZ | 40.9 | 73.6 | 38.04 | - |
| YUV | 170.17 | 112.66 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 143 | 0.95 | 0 | 0.44 | 0 | 152.12 | 1 | 0.53 |
| Hex | E | FF | 8F | 5F | 0 | 2C | 0 | 98 | 64 | 35 |
| Octal | 16 | 377 | 217 | 137 | 0 | 54 | 0 | 230 | 144 | 65 |
| Binary | 1110 | 11111111 | 10001111 | 1011111 | 0 | 101100 | 0 | 10011000 | 1100100 | 110101 |
Color Harmonies of #0EFF8F
Complementary color
Monochromatic Colors of #0EFF8F
Black with #0EFF8F
Text Example
Text Example
White with #0EFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF8F; }
p { color: rgb(14,255,143); }
H1.HeaderClassName
{
color: #0EFF8F;
}
.AnyTagClassName
{
color: #0EFF8F;
}
</style>
background-color css
<style>
a { background-color: #0EFF8F; }
a { background-color: rgb(14,255,143); }
div.DivClassName
{
background-color: #0EFF8F;
}
.BgClassName
{
background-color: #0EFF8F;
}
</style>
border-color css
<style>
span { border-color: #0EFF8F; }
span { border-color: rgb(14,255,143); }
td.TdClassName
{
border-color: #0EFF8F;
}
.TagClassName
{
border-color: #0EFF8F;
}
</style>