Html Css Color HEX #0EFFB7 Medium Spring Green
📋 copy color: '#0EFFB7'red 14 ◦ green 255 ◦ blue 183
Shades of Medium Spring Green #0EFFB7
Tints of Medium Spring Green #0EFFB7
RGB
CMYK
RGB Variations
Color information
#0EFFB7 (or 0x0EFFB7) is known color: Medium Spring Green. HEX triplet: 0E, FF and B7. RGB value is (14,255,183). Sum of RGB (Red+Green+Blue) = 14+255+183=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFB7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFB7 is #F10048. Grayscale: #AEAEAE. Windows color (decimal): -15794249 or 12058382. OLE color: 12058382.
HSL color Cylindrical-coordinate representation of color #0EFFB7: hue angle of 162.07º 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 #0EFFB7 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 183 | - |
| CMYK | 0.95 | 0 | 0.28 | 0 |
| HSL | 162.07º | 1% | 0.53% | - |
| HSV(B) | 162.07º | 0.95% | 1% | - |
| XYZ | 44.49 | 75.03 | 56.94 | - |
| YUV | 174.73 | 132.66 | 13.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 183 | 0.95 | 0 | 0.28 | 0 | 162.07 | 1 | 0.53 |
| Hex | E | FF | B7 | 5F | 0 | 1C | 0 | A2 | 64 | 35 |
| Octal | 16 | 377 | 267 | 137 | 0 | 34 | 0 | 242 | 144 | 65 |
| Binary | 1110 | 11111111 | 10110111 | 1011111 | 0 | 11100 | 0 | 10100010 | 1100100 | 110101 |
Color Harmonies of #0EFFB7
Complementary color
Monochromatic Colors of #0EFFB7
Black with #0EFFB7
Text Example
Text Example
White with #0EFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFB7; }
p { color: rgb(14,255,183); }
H1.HeaderClassName
{
color: #0EFFB7;
}
.AnyTagClassName
{
color: #0EFFB7;
}
</style>
background-color css
<style>
a { background-color: #0EFFB7; }
a { background-color: rgb(14,255,183); }
div.DivClassName
{
background-color: #0EFFB7;
}
.BgClassName
{
background-color: #0EFFB7;
}
</style>
border-color css
<style>
span { border-color: #0EFFB7; }
span { border-color: rgb(14,255,183); }
td.TdClassName
{
border-color: #0EFFB7;
}
.TagClassName
{
border-color: #0EFFB7;
}
</style>