Html Css Color HEX #0FEFBA Medium Spring Green
📋 copy color: '#0FEFBA'red 15 ◦ green 239 ◦ blue 186
Shades of Medium Spring Green #0FEFBA
Tints of Medium Spring Green #0FEFBA
RGB
CMYK
RGB Variations
Color information
#0FEFBA (or 0x0FEFBA) is known color: Medium Spring Green. HEX triplet: 0F, EF and BA. RGB value is (15,239,186). Sum of RGB (Red+Green+Blue) = 15+239+186=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFBA is #F01045. Grayscale: #A5A5A5. Windows color (decimal): -15732806 or 12250895. OLE color: 12250895.
HSL color Cylindrical-coordinate representation of color #0FEFBA: hue angle of 165.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFBA is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 186 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.06 |
| HSL | 165.8º | 0.88% | 0.5% | - |
| HSV(B) | 165.8º | 0.94% | 0.94% | - |
| XYZ | 39.93 | 65.38 | 56.97 | - |
| YUV | 165.98 | 139.29 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 186 | 0.94 | 0 | 0.22 | 0.06 | 165.8 | 0.88 | 0.5 |
| Hex | F | EF | BA | 5E | 0 | 16 | 6 | A6 | 58 | 32 |
| Octal | 17 | 357 | 272 | 136 | 0 | 26 | 6 | 246 | 130 | 62 |
| Binary | 1111 | 11101111 | 10111010 | 1011110 | 0 | 10110 | 110 | 10100110 | 1011000 | 110010 |
Color Harmonies of #0FEFBA
Complementary color
Monochromatic Colors of #0FEFBA
Black with #0FEFBA
Text Example
Text Example
White with #0FEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFBA; }
p { color: rgb(15,239,186); }
H1.HeaderClassName
{
color: #0FEFBA;
}
.AnyTagClassName
{
color: #0FEFBA;
}
</style>
background-color css
<style>
a { background-color: #0FEFBA; }
a { background-color: rgb(15,239,186); }
div.DivClassName
{
background-color: #0FEFBA;
}
.BgClassName
{
background-color: #0FEFBA;
}
</style>
border-color css
<style>
span { border-color: #0FEFBA; }
span { border-color: rgb(15,239,186); }
td.TdClassName
{
border-color: #0FEFBA;
}
.TagClassName
{
border-color: #0FEFBA;
}
</style>