Html Css Color HEX #0FFFBF Medium Spring Green
📋 copy color: '#0FFFBF'red 15 ◦ green 255 ◦ blue 191
Shades of Medium Spring Green #0FFFBF
Tints of Medium Spring Green #0FFFBF
RGB
CMYK
RGB Variations
Color information
#0FFFBF (or 0x0FFFBF) is known color: Medium Spring Green. HEX triplet: 0F, FF and BF. RGB value is (15,255,191). Sum of RGB (Red+Green+Blue) = 15+255+191=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFBF is #F00040. Grayscale: #AFAFAF. Windows color (decimal): -15728705 or 12582671. OLE color: 12582671.
HSL color Cylindrical-coordinate representation of color #0FFFBF: hue angle of 164º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFBF is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 191 | - |
| CMYK | 0.94 | 0 | 0.25 | 0 |
| HSL | 164º | 1% | 0.53% | - |
| HSV(B) | 164º | 0.94% | 1% | - |
| XYZ | 45.36 | 75.38 | 61.45 | - |
| YUV | 175.94 | 136.49 | 13.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 191 | 0.94 | 0 | 0.25 | 0 | 164 | 1 | 0.53 |
| Hex | F | FF | BF | 5E | 0 | 19 | 0 | A4 | 64 | 35 |
| Octal | 17 | 377 | 277 | 136 | 0 | 31 | 0 | 244 | 144 | 65 |
| Binary | 1111 | 11111111 | 10111111 | 1011110 | 0 | 11001 | 0 | 10100100 | 1100100 | 110101 |
Color Harmonies of #0FFFBF
Complementary color
Monochromatic Colors of #0FFFBF
Black with #0FFFBF
Text Example
Text Example
White with #0FFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFBF; }
p { color: rgb(15,255,191); }
H1.HeaderClassName
{
color: #0FFFBF;
}
.AnyTagClassName
{
color: #0FFFBF;
}
</style>
background-color css
<style>
a { background-color: #0FFFBF; }
a { background-color: rgb(15,255,191); }
div.DivClassName
{
background-color: #0FFFBF;
}
.BgClassName
{
background-color: #0FFFBF;
}
</style>
border-color css
<style>
span { border-color: #0FFFBF; }
span { border-color: rgb(15,255,191); }
td.TdClassName
{
border-color: #0FFFBF;
}
.TagClassName
{
border-color: #0FFFBF;
}
</style>