Html Css Color HEX #0EFF93 Medium Spring Green
📋 copy color: '#0EFF93'red 14 ◦ green 255 ◦ blue 147
Shades of Medium Spring Green #0EFF93
Tints of Medium Spring Green #0EFF93
RGB
CMYK
RGB Variations
Color information
#0EFF93 (or 0x0EFF93) is known color: Medium Spring Green. HEX triplet: 0E, FF and 93. RGB value is (14,255,147). Sum of RGB (Red+Green+Blue) = 14+255+147=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF93 is #F1006C. Grayscale: #AAAAAA. Windows color (decimal): -15794285 or 9699086. OLE color: 9699086.
HSL color Cylindrical-coordinate representation of color #0EFF93: hue angle of 153.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 #0EFF93 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 147 | - |
| CMYK | 0.95 | 0 | 0.42 | 0 |
| HSL | 153.11º | 1% | 0.53% | - |
| HSV(B) | 153.11º | 0.95% | 1% | - |
| XYZ | 41.21 | 73.72 | 39.66 | - |
| YUV | 170.63 | 114.66 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 147 | 0.95 | 0 | 0.42 | 0 | 153.11 | 1 | 0.53 |
| Hex | E | FF | 93 | 5F | 0 | 2A | 0 | 99 | 64 | 35 |
| Octal | 16 | 377 | 223 | 137 | 0 | 52 | 0 | 231 | 144 | 65 |
| Binary | 1110 | 11111111 | 10010011 | 1011111 | 0 | 101010 | 0 | 10011001 | 1100100 | 110101 |
Color Harmonies of #0EFF93
Complementary color
Monochromatic Colors of #0EFF93
Black with #0EFF93
Text Example
Text Example
White with #0EFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF93; }
p { color: rgb(14,255,147); }
H1.HeaderClassName
{
color: #0EFF93;
}
.AnyTagClassName
{
color: #0EFF93;
}
</style>
background-color css
<style>
a { background-color: #0EFF93; }
a { background-color: rgb(14,255,147); }
div.DivClassName
{
background-color: #0EFF93;
}
.BgClassName
{
background-color: #0EFF93;
}
</style>
border-color css
<style>
span { border-color: #0EFF93; }
span { border-color: rgb(14,255,147); }
td.TdClassName
{
border-color: #0EFF93;
}
.TagClassName
{
border-color: #0EFF93;
}
</style>