Html Css Color HEX #0BF18B Medium Spring Green
📋 copy color: '#0BF18B'red 11 ◦ green 241 ◦ blue 139
Shades of Medium Spring Green #0BF18B
Tints of Medium Spring Green #0BF18B
RGB
CMYK
RGB Variations
Color information
#0BF18B (or 0x0BF18B) is known color: Medium Spring Green. HEX triplet: 0B, F1 and 8B. RGB value is (11,241,139). Sum of RGB (Red+Green+Blue) = 11+241+139=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF18B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF18B is #F40E74. Grayscale: #A0A0A0. Windows color (decimal): -15994485 or 9171211. OLE color: 9171211.
HSL color Cylindrical-coordinate representation of color #0BF18B: hue angle of 153.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF18B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 139 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.05 |
| HSL | 153.39º | 0.91% | 0.49% | - |
| HSV(B) | 153.39º | 0.95% | 0.95% | - |
| XYZ | 36.25 | 64.85 | 35.03 | - |
| YUV | 160.6 | 115.8 | 21.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 139 | 0.95 | 0 | 0.42 | 0.05 | 153.39 | 0.91 | 0.49 |
| Hex | B | F1 | 8B | 5F | 0 | 2A | 5 | 99 | 5B | 31 |
| Octal | 13 | 361 | 213 | 137 | 0 | 52 | 5 | 231 | 133 | 61 |
| Binary | 1011 | 11110001 | 10001011 | 1011111 | 0 | 101010 | 101 | 10011001 | 1011011 | 110001 |
Color Harmonies of #0BF18B
Complementary color
Monochromatic Colors of #0BF18B
Black with #0BF18B
Text Example
Text Example
White with #0BF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF18B; }
p { color: rgb(11,241,139); }
H1.HeaderClassName
{
color: #0BF18B;
}
.AnyTagClassName
{
color: #0BF18B;
}
</style>
background-color css
<style>
a { background-color: #0BF18B; }
a { background-color: rgb(11,241,139); }
div.DivClassName
{
background-color: #0BF18B;
}
.BgClassName
{
background-color: #0BF18B;
}
</style>
border-color css
<style>
span { border-color: #0BF18B; }
span { border-color: rgb(11,241,139); }
td.TdClassName
{
border-color: #0BF18B;
}
.TagClassName
{
border-color: #0BF18B;
}
</style>