Html Css Color HEX #0BF08B Medium Spring Green
📋 copy color: '#0BF08B'red 11 ◦ green 240 ◦ blue 139
Shades of Medium Spring Green #0BF08B
Tints of Medium Spring Green #0BF08B
RGB
CMYK
RGB Variations
Color information
#0BF08B (or 0x0BF08B) is known color: Medium Spring Green. HEX triplet: 0B, F0 and 8B. RGB value is (11,240,139). Sum of RGB (Red+Green+Blue) = 11+240+139=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF08B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF08B is #F40F74. Grayscale: #A0A0A0. Windows color (decimal): -15994741 or 9170955. OLE color: 9170955.
HSL color Cylindrical-coordinate representation of color #0BF08B: hue angle of 153.54º 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 #0BF08B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 139 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.06 |
| HSL | 153.54º | 0.91% | 0.49% | - |
| HSV(B) | 153.54º | 0.95% | 0.94% | - |
| XYZ | 35.96 | 64.26 | 34.93 | - |
| YUV | 160.02 | 116.13 | 21.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 139 | 0.95 | 0 | 0.42 | 0.06 | 153.54 | 0.91 | 0.49 |
| Hex | B | F0 | 8B | 5F | 0 | 2A | 6 | 9A | 5B | 31 |
| Octal | 13 | 360 | 213 | 137 | 0 | 52 | 6 | 232 | 133 | 61 |
| Binary | 1011 | 11110000 | 10001011 | 1011111 | 0 | 101010 | 110 | 10011010 | 1011011 | 110001 |
Color Harmonies of #0BF08B
Complementary color
Monochromatic Colors of #0BF08B
Black with #0BF08B
Text Example
Text Example
White with #0BF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF08B; }
p { color: rgb(11,240,139); }
H1.HeaderClassName
{
color: #0BF08B;
}
.AnyTagClassName
{
color: #0BF08B;
}
</style>
background-color css
<style>
a { background-color: #0BF08B; }
a { background-color: rgb(11,240,139); }
div.DivClassName
{
background-color: #0BF08B;
}
.BgClassName
{
background-color: #0BF08B;
}
</style>
border-color css
<style>
span { border-color: #0BF08B; }
span { border-color: rgb(11,240,139); }
td.TdClassName
{
border-color: #0BF08B;
}
.TagClassName
{
border-color: #0BF08B;
}
</style>