Html Css Color HEX #0EF18D Medium Spring Green
📋 copy color: '#0EF18D'red 14 ◦ green 241 ◦ blue 141
Shades of Medium Spring Green #0EF18D
Tints of Medium Spring Green #0EF18D
RGB
CMYK
RGB Variations
Color information
#0EF18D (or 0x0EF18D) is known color: Medium Spring Green. HEX triplet: 0E, F1 and 8D. RGB value is (14,241,141). Sum of RGB (Red+Green+Blue) = 14+241+141=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF18D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF18D is #F10E72. Grayscale: #A1A1A1. Windows color (decimal): -15797875 or 9302286. OLE color: 9302286.
HSL color Cylindrical-coordinate representation of color #0EF18D: hue angle of 153.57º degrees, saturation: 0.89, 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 #0EF18D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 241 | 141 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.05 |
| HSL | 153.57º | 0.89% | 0.5% | - |
| HSV(B) | 153.57º | 0.94% | 0.95% | - |
| XYZ | 36.44 | 64.93 | 35.81 | - |
| YUV | 161.73 | 116.29 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 241 | 141 | 0.94 | 0 | 0.41 | 0.05 | 153.57 | 0.89 | 0.5 |
| Hex | E | F1 | 8D | 5E | 0 | 29 | 5 | 9A | 59 | 32 |
| Octal | 16 | 361 | 215 | 136 | 0 | 51 | 5 | 232 | 131 | 62 |
| Binary | 1110 | 11110001 | 10001101 | 1011110 | 0 | 101001 | 101 | 10011010 | 1011001 | 110010 |
Color Harmonies of #0EF18D
Complementary color
Monochromatic Colors of #0EF18D
Black with #0EF18D
Text Example
Text Example
White with #0EF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF18D; }
p { color: rgb(14,241,141); }
H1.HeaderClassName
{
color: #0EF18D;
}
.AnyTagClassName
{
color: #0EF18D;
}
</style>
background-color css
<style>
a { background-color: #0EF18D; }
a { background-color: rgb(14,241,141); }
div.DivClassName
{
background-color: #0EF18D;
}
.BgClassName
{
background-color: #0EF18D;
}
</style>
border-color css
<style>
span { border-color: #0EF18D; }
span { border-color: rgb(14,241,141); }
td.TdClassName
{
border-color: #0EF18D;
}
.TagClassName
{
border-color: #0EF18D;
}
</style>