Shades of Spring Bud #9BFF0F
Tints of Spring Bud #9BFF0F
RGB
CMYK
RGB Variations
Color information
#9BFF0F (or 0x9BFF0F) is known color: Spring Bud. HEX triplet: 9B, FF and 0F. RGB value is (155,255,15). Sum of RGB (Red+Green+Blue) = 155+255+15=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF0F is #6400F0. Grayscale: #C6C6C6. Windows color (decimal): -6553841 or 1048475. OLE color: 1048475.
HSL color Cylindrical-coordinate representation of color #9BFF0F: hue angle of 85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BFF0F is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 15 | - |
| CMYK | 0.39 | 0 | 0.94 | 0 |
| HSL | 85º | 1% | 0.53% | - |
| HSV(B) | 85º | 0.94% | 1% | - |
| XYZ | 49.36 | 78.52 | 13.01 | - |
| YUV | 197.74 | 24.87 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 15 | 0.39 | 0 | 0.94 | 0 | 85 | 1 | 0.53 |
| Hex | 9B | FF | F | 27 | 0 | 5E | 0 | 55 | 64 | 35 |
| Octal | 233 | 377 | 17 | 47 | 0 | 136 | 0 | 125 | 144 | 65 |
| Binary | 10011011 | 11111111 | 1111 | 100111 | 0 | 1011110 | 0 | 1010101 | 1100100 | 110101 |
Color Harmonies of #9BFF0F
Complementary color
Monochromatic Colors of #9BFF0F
Black with #9BFF0F
Text Example
Text Example
White with #9BFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF0F; }
p { color: rgb(155,255,15); }
H1.HeaderClassName
{
color: #9BFF0F;
}
.AnyTagClassName
{
color: #9BFF0F;
}
</style>
background-color css
<style>
a { background-color: #9BFF0F; }
a { background-color: rgb(155,255,15); }
div.DivClassName
{
background-color: #9BFF0F;
}
.BgClassName
{
background-color: #9BFF0F;
}
</style>
border-color css
<style>
span { border-color: #9BFF0F; }
span { border-color: rgb(155,255,15); }
td.TdClassName
{
border-color: #9BFF0F;
}
.TagClassName
{
border-color: #9BFF0F;
}
</style>