Shades of Spring Green #0BF173
Tints of Spring Green #0BF173
RGB
CMYK
RGB Variations
Color information
#0BF173 (or 0x0BF173) is known color: Spring Green. HEX triplet: 0B, F1 and 73. RGB value is (11,241,115). Sum of RGB (Red+Green+Blue) = 11+241+115=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF173 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF173 is #F40E8C. Grayscale: #9E9E9E. Windows color (decimal): -15994509 or 7598347. OLE color: 7598347.
HSL color Cylindrical-coordinate representation of color #0BF173: hue angle of 147.13º 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 #0BF173 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 115 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.05 |
| HSL | 147.13º | 0.91% | 0.49% | - |
| HSV(B) | 147.13º | 0.95% | 0.95% | - |
| XYZ | 34.69 | 64.22 | 26.79 | - |
| YUV | 157.87 | 103.8 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 115 | 0.95 | 0 | 0.52 | 0.05 | 147.13 | 0.91 | 0.49 |
| Hex | B | F1 | 73 | 5F | 0 | 34 | 5 | 93 | 5B | 31 |
| Octal | 13 | 361 | 163 | 137 | 0 | 64 | 5 | 223 | 133 | 61 |
| Binary | 1011 | 11110001 | 1110011 | 1011111 | 0 | 110100 | 101 | 10010011 | 1011011 | 110001 |
Color Harmonies of #0BF173
Complementary color
Monochromatic Colors of #0BF173
Black with #0BF173
Text Example
Text Example
White with #0BF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF173; }
p { color: rgb(11,241,115); }
H1.HeaderClassName
{
color: #0BF173;
}
.AnyTagClassName
{
color: #0BF173;
}
</style>
background-color css
<style>
a { background-color: #0BF173; }
a { background-color: rgb(11,241,115); }
div.DivClassName
{
background-color: #0BF173;
}
.BgClassName
{
background-color: #0BF173;
}
</style>
border-color css
<style>
span { border-color: #0BF173; }
span { border-color: rgb(11,241,115); }
td.TdClassName
{
border-color: #0BF173;
}
.TagClassName
{
border-color: #0BF173;
}
</style>