Html Css Color HEX #0EFDA4 Medium Spring Green
📋 copy color: '#0EFDA4'red 14 ◦ green 253 ◦ blue 164
Shades of Medium Spring Green #0EFDA4
Tints of Medium Spring Green #0EFDA4
RGB
CMYK
RGB Variations
Color information
#0EFDA4 (or 0x0EFDA4) is known color: Medium Spring Green. HEX triplet: 0E, FD and A4. RGB value is (14,253,164). Sum of RGB (Red+Green+Blue) = 14+253+164=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 253 (99.22% from 255 or 58.70% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFDA4 is #F1025B. Grayscale: #ABABAB. Windows color (decimal): -15794780 or 10812686. OLE color: 10812686.
HSL color Cylindrical-coordinate representation of color #0EFDA4: hue angle of 157.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFDA4 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 253 | 164 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.01 |
| HSL | 157.66º | 0.98% | 0.52% | - |
| HSV(B) | 157.66º | 0.94% | 0.99% | - |
| XYZ | 42.01 | 73.02 | 47 | - |
| YUV | 171.39 | 123.82 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 164 | 0.94 | 0 | 0.35 | 0.01 | 157.66 | 0.98 | 0.52 |
| Hex | E | FD | A4 | 5E | 0 | 23 | 1 | 9E | 62 | 34 |
| Octal | 16 | 375 | 244 | 136 | 0 | 43 | 1 | 236 | 142 | 64 |
| Binary | 1110 | 11111101 | 10100100 | 1011110 | 0 | 100011 | 1 | 10011110 | 1100010 | 110100 |
Color Harmonies of #0EFDA4
Complementary color
Monochromatic Colors of #0EFDA4
Black with #0EFDA4
Text Example
Text Example
White with #0EFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFDA4; }
p { color: rgb(14,253,164); }
H1.HeaderClassName
{
color: #0EFDA4;
}
.AnyTagClassName
{
color: #0EFDA4;
}
</style>
background-color css
<style>
a { background-color: #0EFDA4; }
a { background-color: rgb(14,253,164); }
div.DivClassName
{
background-color: #0EFDA4;
}
.BgClassName
{
background-color: #0EFDA4;
}
</style>
border-color css
<style>
span { border-color: #0EFDA4; }
span { border-color: rgb(14,253,164); }
td.TdClassName
{
border-color: #0EFDA4;
}
.TagClassName
{
border-color: #0EFDA4;
}
</style>