Html Css Color HEX #0EFEB0 Medium Spring Green
📋 copy color: '#0EFEB0'red 14 ◦ green 254 ◦ blue 176
Shades of Medium Spring Green #0EFEB0
Tints of Medium Spring Green #0EFEB0
RGB
CMYK
RGB Variations
Color information
#0EFEB0 (or 0x0EFEB0) is known color: Medium Spring Green. HEX triplet: 0E, FE and B0. RGB value is (14,254,176). Sum of RGB (Red+Green+Blue) = 14+254+176=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFEB0 is #F1014F. Grayscale: #ADADAD. Windows color (decimal): -15794512 or 11599374. OLE color: 11599374.
HSL color Cylindrical-coordinate representation of color #0EFEB0: hue angle of 160.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEB0 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 176 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.00 |
| HSL | 160.5º | 0.99% | 0.53% | - |
| HSV(B) | 160.5º | 0.94% | 1% | - |
| XYZ | 43.46 | 74.11 | 53.09 | - |
| YUV | 173.35 | 129.49 | 14.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 176 | 0.94 | 0 | 0.31 | 0.00 | 160.5 | 0.99 | 0.53 |
| Hex | E | FE | B0 | 5E | 0 | 1F | 0 | A0 | 63 | 35 |
| Octal | 16 | 376 | 260 | 136 | 0 | 37 | 0 | 240 | 143 | 65 |
| Binary | 1110 | 11111110 | 10110000 | 1011110 | 0 | 11111 | 0 | 10100000 | 1100011 | 110101 |
Color Harmonies of #0EFEB0
Complementary color
Monochromatic Colors of #0EFEB0
Black with #0EFEB0
Text Example
Text Example
White with #0EFEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEB0; }
p { color: rgb(14,254,176); }
H1.HeaderClassName
{
color: #0EFEB0;
}
.AnyTagClassName
{
color: #0EFEB0;
}
</style>
background-color css
<style>
a { background-color: #0EFEB0; }
a { background-color: rgb(14,254,176); }
div.DivClassName
{
background-color: #0EFEB0;
}
.BgClassName
{
background-color: #0EFEB0;
}
</style>
border-color css
<style>
span { border-color: #0EFEB0; }
span { border-color: rgb(14,254,176); }
td.TdClassName
{
border-color: #0EFEB0;
}
.TagClassName
{
border-color: #0EFEB0;
}
</style>