Html Css Color HEX #0EFEA4 Medium Spring Green
📋 copy color: '#0EFEA4'red 14 ◦ green 254 ◦ blue 164
Shades of Medium Spring Green #0EFEA4
Tints of Medium Spring Green #0EFEA4
RGB
CMYK
RGB Variations
Color information
#0EFEA4 (or 0x0EFEA4) is known color: Medium Spring Green. HEX triplet: 0E, FE and A4. RGB value is (14,254,164). Sum of RGB (Red+Green+Blue) = 14+254+164=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFEA4 is #F1015B. Grayscale: #ACACAC. Windows color (decimal): -15794524 or 10812942. OLE color: 10812942.
HSL color Cylindrical-coordinate representation of color #0EFEA4: hue angle of 157.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 #0EFEA4 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 164 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.00 |
| HSL | 157.5º | 0.99% | 0.53% | - |
| HSV(B) | 157.5º | 0.94% | 1% | - |
| XYZ | 42.32 | 73.66 | 47.11 | - |
| YUV | 171.98 | 123.49 | 15.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 164 | 0.94 | 0 | 0.35 | 0.00 | 157.5 | 0.99 | 0.53 |
| Hex | E | FE | A4 | 5E | 0 | 23 | 0 | 9E | 63 | 35 |
| Octal | 16 | 376 | 244 | 136 | 0 | 43 | 0 | 236 | 143 | 65 |
| Binary | 1110 | 11111110 | 10100100 | 1011110 | 0 | 100011 | 0 | 10011110 | 1100011 | 110101 |
Color Harmonies of #0EFEA4
Complementary color
Monochromatic Colors of #0EFEA4
Black with #0EFEA4
Text Example
Text Example
White with #0EFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEA4; }
p { color: rgb(14,254,164); }
H1.HeaderClassName
{
color: #0EFEA4;
}
.AnyTagClassName
{
color: #0EFEA4;
}
</style>
background-color css
<style>
a { background-color: #0EFEA4; }
a { background-color: rgb(14,254,164); }
div.DivClassName
{
background-color: #0EFEA4;
}
.BgClassName
{
background-color: #0EFEA4;
}
</style>
border-color css
<style>
span { border-color: #0EFEA4; }
span { border-color: rgb(14,254,164); }
td.TdClassName
{
border-color: #0EFEA4;
}
.TagClassName
{
border-color: #0EFEA4;
}
</style>