Html Css Color HEX #0EF38D Medium Spring Green
📋 copy color: '#0EF38D'red 14 ◦ green 243 ◦ blue 141
Shades of Medium Spring Green #0EF38D
Tints of Medium Spring Green #0EF38D
RGB
CMYK
RGB Variations
Color information
#0EF38D (or 0x0EF38D) is known color: Medium Spring Green. HEX triplet: 0E, F3 and 8D. RGB value is (14,243,141). Sum of RGB (Red+Green+Blue) = 14+243+141=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 243 (95.31% from 255 or 61.06% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF38D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF38D is #F10C72. Grayscale: #A3A3A3. Windows color (decimal): -15797363 or 9302798. OLE color: 9302798.
HSL color Cylindrical-coordinate representation of color #0EF38D: hue angle of 153.28º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF38D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 243 | 141 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.05 |
| HSL | 153.28º | 0.91% | 0.5% | - |
| HSV(B) | 153.28º | 0.94% | 0.95% | - |
| XYZ | 37.04 | 66.12 | 36.01 | - |
| YUV | 162.9 | 115.63 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 243 | 141 | 0.94 | 0 | 0.42 | 0.05 | 153.28 | 0.91 | 0.5 |
| Hex | E | F3 | 8D | 5E | 0 | 2A | 5 | 99 | 5B | 32 |
| Octal | 16 | 363 | 215 | 136 | 0 | 52 | 5 | 231 | 133 | 62 |
| Binary | 1110 | 11110011 | 10001101 | 1011110 | 0 | 101010 | 101 | 10011001 | 1011011 | 110010 |
Color Harmonies of #0EF38D
Complementary color
Monochromatic Colors of #0EF38D
Black with #0EF38D
Text Example
Text Example
White with #0EF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF38D; }
p { color: rgb(14,243,141); }
H1.HeaderClassName
{
color: #0EF38D;
}
.AnyTagClassName
{
color: #0EF38D;
}
</style>
background-color css
<style>
a { background-color: #0EF38D; }
a { background-color: rgb(14,243,141); }
div.DivClassName
{
background-color: #0EF38D;
}
.BgClassName
{
background-color: #0EF38D;
}
</style>
border-color css
<style>
span { border-color: #0EF38D; }
span { border-color: rgb(14,243,141); }
td.TdClassName
{
border-color: #0EF38D;
}
.TagClassName
{
border-color: #0EF38D;
}
</style>