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