Html Css Color HEX #0FEFAC Medium Spring Green
📋 copy color: '#0FEFAC'red 15 ◦ green 239 ◦ blue 172
Shades of Medium Spring Green #0FEFAC
Tints of Medium Spring Green #0FEFAC
RGB
CMYK
RGB Variations
Color information
#0FEFAC (or 0x0FEFAC) is known color: Medium Spring Green. HEX triplet: 0F, EF and AC. RGB value is (15,239,172). Sum of RGB (Red+Green+Blue) = 15+239+172=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEFAC is #F01053. Grayscale: #A4A4A4. Windows color (decimal): -15732820 or 11333391. OLE color: 11333391.
HSL color Cylindrical-coordinate representation of color #0FEFAC: hue angle of 162.05º 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 #0FEFAC is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 172 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.06 |
| HSL | 162.05º | 0.88% | 0.5% | - |
| HSV(B) | 162.05º | 0.94% | 0.94% | - |
| XYZ | 38.51 | 64.81 | 49.51 | - |
| YUV | 164.39 | 132.29 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 172 | 0.94 | 0 | 0.28 | 0.06 | 162.05 | 0.88 | 0.5 |
| Hex | F | EF | AC | 5E | 0 | 1C | 6 | A2 | 58 | 32 |
| Octal | 17 | 357 | 254 | 136 | 0 | 34 | 6 | 242 | 130 | 62 |
| Binary | 1111 | 11101111 | 10101100 | 1011110 | 0 | 11100 | 110 | 10100010 | 1011000 | 110010 |
Color Harmonies of #0FEFAC
Complementary color
Monochromatic Colors of #0FEFAC
Black with #0FEFAC
Text Example
Text Example
White with #0FEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFAC; }
p { color: rgb(15,239,172); }
H1.HeaderClassName
{
color: #0FEFAC;
}
.AnyTagClassName
{
color: #0FEFAC;
}
</style>
background-color css
<style>
a { background-color: #0FEFAC; }
a { background-color: rgb(15,239,172); }
div.DivClassName
{
background-color: #0FEFAC;
}
.BgClassName
{
background-color: #0FEFAC;
}
</style>
border-color css
<style>
span { border-color: #0FEFAC; }
span { border-color: rgb(15,239,172); }
td.TdClassName
{
border-color: #0FEFAC;
}
.TagClassName
{
border-color: #0FEFAC;
}
</style>