Shades of Spring Green #0BF963
Tints of Spring Green #0BF963
RGB
CMYK
RGB Variations
Color information
#0BF963 (or 0x0BF963) is known color: Spring Green. HEX triplet: 0B, F9 and 63. RGB value is (11,249,99). Sum of RGB (Red+Green+Blue) = 11+249+99=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 249 (97.66% from 255 or 69.36% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF963 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF963 is #F4069C. Grayscale: #A1A1A1. Windows color (decimal): -15992477 or 6551819. OLE color: 6551819.
HSL color Cylindrical-coordinate representation of color #0BF963: hue angle of 142.18º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF963 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 99 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.02 |
| HSL | 142.18º | 0.95% | 0.51% | - |
| HSV(B) | 142.18º | 0.96% | 0.98% | - |
| XYZ | 36.27 | 68.72 | 23.16 | - |
| YUV | 160.74 | 93.15 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 99 | 0.96 | 0 | 0.60 | 0.02 | 142.18 | 0.95 | 0.51 |
| Hex | B | F9 | 63 | 60 | 0 | 3C | 2 | 8E | 5F | 33 |
| Octal | 13 | 371 | 143 | 140 | 0 | 74 | 2 | 216 | 137 | 63 |
| Binary | 1011 | 11111001 | 1100011 | 1100000 | 0 | 111100 | 10 | 10001110 | 1011111 | 110011 |
Color Harmonies of #0BF963
Complementary color
Monochromatic Colors of #0BF963
Black with #0BF963
Text Example
Text Example
White with #0BF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF963; }
p { color: rgb(11,249,99); }
H1.HeaderClassName
{
color: #0BF963;
}
.AnyTagClassName
{
color: #0BF963;
}
</style>
background-color css
<style>
a { background-color: #0BF963; }
a { background-color: rgb(11,249,99); }
div.DivClassName
{
background-color: #0BF963;
}
.BgClassName
{
background-color: #0BF963;
}
</style>
border-color css
<style>
span { border-color: #0BF963; }
span { border-color: rgb(11,249,99); }
td.TdClassName
{
border-color: #0BF963;
}
.TagClassName
{
border-color: #0BF963;
}
</style>