Html Css Color HEX #0BF194 Medium Spring Green
📋 copy color: '#0BF194'red 11 ◦ green 241 ◦ blue 148
Shades of Medium Spring Green #0BF194
Tints of Medium Spring Green #0BF194
RGB
CMYK
RGB Variations
Color information
#0BF194 (or 0x0BF194) is known color: Medium Spring Green. HEX triplet: 0B, F1 and 94. RGB value is (11,241,148). Sum of RGB (Red+Green+Blue) = 11+241+148=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF194 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF194 is #F40E6B. Grayscale: #A1A1A1. Windows color (decimal): -15994476 or 9761035. OLE color: 9761035.
HSL color Cylindrical-coordinate representation of color #0BF194: hue angle of 155.74º 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 #0BF194 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 148 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.05 |
| HSL | 155.74º | 0.91% | 0.49% | - |
| HSV(B) | 155.74º | 0.95% | 0.95% | - |
| XYZ | 36.94 | 65.12 | 38.64 | - |
| YUV | 161.63 | 120.3 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 148 | 0.95 | 0 | 0.39 | 0.05 | 155.74 | 0.91 | 0.49 |
| Hex | B | F1 | 94 | 5F | 0 | 27 | 5 | 9C | 5B | 31 |
| Octal | 13 | 361 | 224 | 137 | 0 | 47 | 5 | 234 | 133 | 61 |
| Binary | 1011 | 11110001 | 10010100 | 1011111 | 0 | 100111 | 101 | 10011100 | 1011011 | 110001 |
Color Harmonies of #0BF194
Complementary color
Monochromatic Colors of #0BF194
Black with #0BF194
Text Example
Text Example
White with #0BF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF194; }
p { color: rgb(11,241,148); }
H1.HeaderClassName
{
color: #0BF194;
}
.AnyTagClassName
{
color: #0BF194;
}
</style>
background-color css
<style>
a { background-color: #0BF194; }
a { background-color: rgb(11,241,148); }
div.DivClassName
{
background-color: #0BF194;
}
.BgClassName
{
background-color: #0BF194;
}
</style>
border-color css
<style>
span { border-color: #0BF194; }
span { border-color: rgb(11,241,148); }
td.TdClassName
{
border-color: #0BF194;
}
.TagClassName
{
border-color: #0BF194;
}
</style>