Html Css Color HEX #0BF193 Medium Spring Green
📋 copy color: '#0BF193'red 11 ◦ green 241 ◦ blue 147
Shades of Medium Spring Green #0BF193
Tints of Medium Spring Green #0BF193
RGB
CMYK
RGB Variations
Color information
#0BF193 (or 0x0BF193) is known color: Medium Spring Green. HEX triplet: 0B, F1 and 93. RGB value is (11,241,147). Sum of RGB (Red+Green+Blue) = 11+241+147=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF193 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF193 is #F40E6C. Grayscale: #A1A1A1. Windows color (decimal): -15994477 or 9695499. OLE color: 9695499.
HSL color Cylindrical-coordinate representation of color #0BF193: hue angle of 155.48º 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 #0BF193 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 147 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.05 |
| HSL | 155.48º | 0.91% | 0.49% | - |
| HSV(B) | 155.48º | 0.95% | 0.95% | - |
| XYZ | 36.86 | 65.09 | 38.22 | - |
| YUV | 161.51 | 119.8 | 20.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 147 | 0.95 | 0 | 0.39 | 0.05 | 155.48 | 0.91 | 0.49 |
| Hex | B | F1 | 93 | 5F | 0 | 27 | 5 | 9B | 5B | 31 |
| Octal | 13 | 361 | 223 | 137 | 0 | 47 | 5 | 233 | 133 | 61 |
| Binary | 1011 | 11110001 | 10010011 | 1011111 | 0 | 100111 | 101 | 10011011 | 1011011 | 110001 |
Color Harmonies of #0BF193
Complementary color
Monochromatic Colors of #0BF193
Black with #0BF193
Text Example
Text Example
White with #0BF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF193; }
p { color: rgb(11,241,147); }
H1.HeaderClassName
{
color: #0BF193;
}
.AnyTagClassName
{
color: #0BF193;
}
</style>
background-color css
<style>
a { background-color: #0BF193; }
a { background-color: rgb(11,241,147); }
div.DivClassName
{
background-color: #0BF193;
}
.BgClassName
{
background-color: #0BF193;
}
</style>
border-color css
<style>
span { border-color: #0BF193; }
span { border-color: rgb(11,241,147); }
td.TdClassName
{
border-color: #0BF193;
}
.TagClassName
{
border-color: #0BF193;
}
</style>