Shades of Spring Green #0BF688
Tints of Spring Green #0BF688
RGB
CMYK
RGB Variations
Color information
#0BF688 (or 0x0BF688) is known color: Spring Green. HEX triplet: 0B, F6 and 88. RGB value is (11,246,136). Sum of RGB (Red+Green+Blue) = 11+246+136=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF688 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF688 is #F40977. Grayscale: #A3A3A3. Windows color (decimal): -15993208 or 8975883. OLE color: 8975883.
HSL color Cylindrical-coordinate representation of color #0BF688: hue angle of 151.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF688 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 136 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.04 |
| HSL | 151.91º | 0.93% | 0.5% | - |
| HSV(B) | 151.91º | 0.96% | 0.96% | - |
| XYZ | 37.54 | 67.76 | 34.39 | - |
| YUV | 163.2 | 112.64 | 19.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 136 | 0.96 | 0 | 0.45 | 0.04 | 151.91 | 0.93 | 0.5 |
| Hex | B | F6 | 88 | 60 | 0 | 2D | 4 | 98 | 5D | 32 |
| Octal | 13 | 366 | 210 | 140 | 0 | 55 | 4 | 230 | 135 | 62 |
| Binary | 1011 | 11110110 | 10001000 | 1100000 | 0 | 101101 | 100 | 10011000 | 1011101 | 110010 |
Color Harmonies of #0BF688
Complementary color
Monochromatic Colors of #0BF688
Black with #0BF688
Text Example
Text Example
White with #0BF688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF688; }
p { color: rgb(11,246,136); }
H1.HeaderClassName
{
color: #0BF688;
}
.AnyTagClassName
{
color: #0BF688;
}
</style>
background-color css
<style>
a { background-color: #0BF688; }
a { background-color: rgb(11,246,136); }
div.DivClassName
{
background-color: #0BF688;
}
.BgClassName
{
background-color: #0BF688;
}
</style>
border-color css
<style>
span { border-color: #0BF688; }
span { border-color: rgb(11,246,136); }
td.TdClassName
{
border-color: #0BF688;
}
.TagClassName
{
border-color: #0BF688;
}
</style>