Html Css Color HEX #0EFFA0 Medium Spring Green
📋 copy color: '#0EFFA0'red 14 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #0EFFA0
Tints of Medium Spring Green #0EFFA0
RGB
CMYK
RGB Variations
Color information
#0EFFA0 (or 0x0EFFA0) is known color: Medium Spring Green. HEX triplet: 0E, FF and A0. RGB value is (14,255,160). Sum of RGB (Red+Green+Blue) = 14+255+160=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFA0 is #F1005F. Grayscale: #ACACAC. Windows color (decimal): -15794272 or 10551054. OLE color: 10551054.
HSL color Cylindrical-coordinate representation of color #0EFFA0: hue angle of 156.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFA0 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 160 | - |
| CMYK | 0.95 | 0 | 0.37 | 0 |
| HSL | 156.35º | 1% | 0.53% | - |
| HSV(B) | 156.35º | 0.95% | 1% | - |
| XYZ | 42.29 | 74.15 | 45.34 | - |
| YUV | 172.11 | 121.16 | 15.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 160 | 0.95 | 0 | 0.37 | 0 | 156.35 | 1 | 0.53 |
| Hex | E | FF | A0 | 5F | 0 | 25 | 0 | 9C | 64 | 35 |
| Octal | 16 | 377 | 240 | 137 | 0 | 45 | 0 | 234 | 144 | 65 |
| Binary | 1110 | 11111111 | 10100000 | 1011111 | 0 | 100101 | 0 | 10011100 | 1100100 | 110101 |
Color Harmonies of #0EFFA0
Complementary color
Monochromatic Colors of #0EFFA0
Black with #0EFFA0
Text Example
Text Example
White with #0EFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFA0; }
p { color: rgb(14,255,160); }
H1.HeaderClassName
{
color: #0EFFA0;
}
.AnyTagClassName
{
color: #0EFFA0;
}
</style>
background-color css
<style>
a { background-color: #0EFFA0; }
a { background-color: rgb(14,255,160); }
div.DivClassName
{
background-color: #0EFFA0;
}
.BgClassName
{
background-color: #0EFFA0;
}
</style>
border-color css
<style>
span { border-color: #0EFFA0; }
span { border-color: rgb(14,255,160); }
td.TdClassName
{
border-color: #0EFFA0;
}
.TagClassName
{
border-color: #0EFFA0;
}
</style>