Shades of Spring Green #0BF178
Tints of Spring Green #0BF178
RGB
CMYK
RGB Variations
Color information
#0BF178 (or 0x0BF178) is known color: Spring Green. HEX triplet: 0B, F1 and 78. RGB value is (11,241,120). Sum of RGB (Red+Green+Blue) = 11+241+120=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF178 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF178 is #F40E87. Grayscale: #9E9E9E. Windows color (decimal): -15994504 or 7926027. OLE color: 7926027.
HSL color Cylindrical-coordinate representation of color #0BF178: hue angle of 148.43º 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 #0BF178 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 120 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.05 |
| HSL | 148.43º | 0.91% | 0.49% | - |
| HSV(B) | 148.43º | 0.95% | 0.95% | - |
| XYZ | 34.98 | 64.34 | 28.34 | - |
| YUV | 158.44 | 106.3 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 120 | 0.95 | 0 | 0.50 | 0.05 | 148.43 | 0.91 | 0.49 |
| Hex | B | F1 | 78 | 5F | 0 | 32 | 5 | 94 | 5B | 31 |
| Octal | 13 | 361 | 170 | 137 | 0 | 62 | 5 | 224 | 133 | 61 |
| Binary | 1011 | 11110001 | 1111000 | 1011111 | 0 | 110010 | 101 | 10010100 | 1011011 | 110001 |
Color Harmonies of #0BF178
Complementary color
Monochromatic Colors of #0BF178
Black with #0BF178
Text Example
Text Example
White with #0BF178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF178; }
p { color: rgb(11,241,120); }
H1.HeaderClassName
{
color: #0BF178;
}
.AnyTagClassName
{
color: #0BF178;
}
</style>
background-color css
<style>
a { background-color: #0BF178; }
a { background-color: rgb(11,241,120); }
div.DivClassName
{
background-color: #0BF178;
}
.BgClassName
{
background-color: #0BF178;
}
</style>
border-color css
<style>
span { border-color: #0BF178; }
span { border-color: rgb(11,241,120); }
td.TdClassName
{
border-color: #0BF178;
}
.TagClassName
{
border-color: #0BF178;
}
</style>