Html Css Color HEX #0EF28D Medium Spring Green
📋 copy color: '#0EF28D'red 14 ◦ green 242 ◦ blue 141
Shades of Medium Spring Green #0EF28D
Tints of Medium Spring Green #0EF28D
RGB
CMYK
RGB Variations
Color information
#0EF28D (or 0x0EF28D) is known color: Medium Spring Green. HEX triplet: 0E, F2 and 8D. RGB value is (14,242,141). Sum of RGB (Red+Green+Blue) = 14+242+141=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF28D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF28D is #F10D72. Grayscale: #A2A2A2. Windows color (decimal): -15797619 or 9302542. OLE color: 9302542.
HSL color Cylindrical-coordinate representation of color #0EF28D: hue angle of 153.42º degrees, saturation: 0.9, 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 #0EF28D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 141 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.05 |
| HSL | 153.42º | 0.9% | 0.5% | - |
| HSV(B) | 153.42º | 0.94% | 0.95% | - |
| XYZ | 36.74 | 65.52 | 35.91 | - |
| YUV | 162.31 | 115.96 | 22.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 141 | 0.94 | 0 | 0.42 | 0.05 | 153.42 | 0.9 | 0.5 |
| Hex | E | F2 | 8D | 5E | 0 | 2A | 5 | 99 | 5A | 32 |
| Octal | 16 | 362 | 215 | 136 | 0 | 52 | 5 | 231 | 132 | 62 |
| Binary | 1110 | 11110010 | 10001101 | 1011110 | 0 | 101010 | 101 | 10011001 | 1011010 | 110010 |
Color Harmonies of #0EF28D
Complementary color
Monochromatic Colors of #0EF28D
Black with #0EF28D
Text Example
Text Example
White with #0EF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF28D; }
p { color: rgb(14,242,141); }
H1.HeaderClassName
{
color: #0EF28D;
}
.AnyTagClassName
{
color: #0EF28D;
}
</style>
background-color css
<style>
a { background-color: #0EF28D; }
a { background-color: rgb(14,242,141); }
div.DivClassName
{
background-color: #0EF28D;
}
.BgClassName
{
background-color: #0EF28D;
}
</style>
border-color css
<style>
span { border-color: #0EF28D; }
span { border-color: rgb(14,242,141); }
td.TdClassName
{
border-color: #0EF28D;
}
.TagClassName
{
border-color: #0EF28D;
}
</style>