Html Css Color HEX #0FFBAC Medium Spring Green
📋 copy color: '#0FFBAC'red 15 ◦ green 251 ◦ blue 172
Shades of Medium Spring Green #0FFBAC
Tints of Medium Spring Green #0FFBAC
RGB
CMYK
RGB Variations
Color information
#0FFBAC (or 0x0FFBAC) is known color: Medium Spring Green. HEX triplet: 0F, FB and AC. RGB value is (15,251,172). Sum of RGB (Red+Green+Blue) = 15+251+172=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFBAC is #F00453. Grayscale: #ABABAB. Windows color (decimal): -15729748 or 11336463. OLE color: 11336463.
HSL color Cylindrical-coordinate representation of color #0FFBAC: hue angle of 159.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBAC is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 172 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.02 |
| HSL | 159.92º | 0.97% | 0.52% | - |
| HSV(B) | 159.92º | 0.94% | 0.98% | - |
| XYZ | 42.14 | 72.07 | 50.72 | - |
| YUV | 171.43 | 128.31 | 16.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 172 | 0.94 | 0 | 0.31 | 0.02 | 159.92 | 0.97 | 0.52 |
| Hex | F | FB | AC | 5E | 0 | 1F | 2 | A0 | 61 | 34 |
| Octal | 17 | 373 | 254 | 136 | 0 | 37 | 2 | 240 | 141 | 64 |
| Binary | 1111 | 11111011 | 10101100 | 1011110 | 0 | 11111 | 10 | 10100000 | 1100001 | 110100 |
Color Harmonies of #0FFBAC
Complementary color
Monochromatic Colors of #0FFBAC
Black with #0FFBAC
Text Example
Text Example
White with #0FFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBAC; }
p { color: rgb(15,251,172); }
H1.HeaderClassName
{
color: #0FFBAC;
}
.AnyTagClassName
{
color: #0FFBAC;
}
</style>
background-color css
<style>
a { background-color: #0FFBAC; }
a { background-color: rgb(15,251,172); }
div.DivClassName
{
background-color: #0FFBAC;
}
.BgClassName
{
background-color: #0FFBAC;
}
</style>
border-color css
<style>
span { border-color: #0FFBAC; }
span { border-color: rgb(15,251,172); }
td.TdClassName
{
border-color: #0FFBAC;
}
.TagClassName
{
border-color: #0FFBAC;
}
</style>