Html Css Color HEX #0BF095 Medium Spring Green
📋 copy color: '#0BF095'red 11 ◦ green 240 ◦ blue 149
Shades of Medium Spring Green #0BF095
Tints of Medium Spring Green #0BF095
RGB
CMYK
RGB Variations
Color information
#0BF095 (or 0x0BF095) is known color: Medium Spring Green. HEX triplet: 0B, F0 and 95. RGB value is (11,240,149). Sum of RGB (Red+Green+Blue) = 11+240+149=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF095 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF095 is #F40F6A. Grayscale: #A1A1A1. Windows color (decimal): -15994731 or 9826315. OLE color: 9826315.
HSL color Cylindrical-coordinate representation of color #0BF095: hue angle of 156.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF095 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 149 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.06 |
| HSL | 156.16º | 0.91% | 0.49% | - |
| HSV(B) | 156.16º | 0.95% | 0.94% | - |
| XYZ | 36.72 | 64.56 | 38.96 | - |
| YUV | 161.16 | 121.13 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 149 | 0.95 | 0 | 0.38 | 0.06 | 156.16 | 0.91 | 0.49 |
| Hex | B | F0 | 95 | 5F | 0 | 26 | 6 | 9C | 5B | 31 |
| Octal | 13 | 360 | 225 | 137 | 0 | 46 | 6 | 234 | 133 | 61 |
| Binary | 1011 | 11110000 | 10010101 | 1011111 | 0 | 100110 | 110 | 10011100 | 1011011 | 110001 |
Color Harmonies of #0BF095
Complementary color
Monochromatic Colors of #0BF095
Black with #0BF095
Text Example
Text Example
White with #0BF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF095; }
p { color: rgb(11,240,149); }
H1.HeaderClassName
{
color: #0BF095;
}
.AnyTagClassName
{
color: #0BF095;
}
</style>
background-color css
<style>
a { background-color: #0BF095; }
a { background-color: rgb(11,240,149); }
div.DivClassName
{
background-color: #0BF095;
}
.BgClassName
{
background-color: #0BF095;
}
</style>
border-color css
<style>
span { border-color: #0BF095; }
span { border-color: rgb(11,240,149); }
td.TdClassName
{
border-color: #0BF095;
}
.TagClassName
{
border-color: #0BF095;
}
</style>