Shades of Spring Bud #9BF008
Tints of Spring Bud #9BF008
RGB
CMYK
RGB Variations
Color information
#9BF008 (or 0x9BF008) is known color: Spring Bud. HEX triplet: 9B, F0 and 08. RGB value is (155,240,8). Sum of RGB (Red+Green+Blue) = 155+240+8=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF008 is #640FF7. Grayscale: #BCBCBC. Windows color (decimal): -6557688 or 585883. OLE color: 585883.
HSL color Cylindrical-coordinate representation of color #9BF008: hue angle of 81.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BF008 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 8 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.06 |
| HSL | 81.98º | 0.94% | 0.49% | - |
| HSV(B) | 81.98º | 0.97% | 0.94% | - |
| XYZ | 44.72 | 69.31 | 11.25 | - |
| YUV | 188.14 | 26.34 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 8 | 0.35 | 0 | 0.97 | 0.06 | 81.98 | 0.94 | 0.49 |
| Hex | 9B | F0 | 8 | 23 | 0 | 61 | 6 | 52 | 5E | 31 |
| Octal | 233 | 360 | 10 | 43 | 0 | 141 | 6 | 122 | 136 | 61 |
| Binary | 10011011 | 11110000 | 1000 | 100011 | 0 | 1100001 | 110 | 1010010 | 1011110 | 110001 |
Color Harmonies of #9BF008
Complementary color
Monochromatic Colors of #9BF008
Black with #9BF008
Text Example
Text Example
White with #9BF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF008; }
p { color: rgb(155,240,8); }
H1.HeaderClassName
{
color: #9BF008;
}
.AnyTagClassName
{
color: #9BF008;
}
</style>
background-color css
<style>
a { background-color: #9BF008; }
a { background-color: rgb(155,240,8); }
div.DivClassName
{
background-color: #9BF008;
}
.BgClassName
{
background-color: #9BF008;
}
</style>
border-color css
<style>
span { border-color: #9BF008; }
span { border-color: rgb(155,240,8); }
td.TdClassName
{
border-color: #9BF008;
}
.TagClassName
{
border-color: #9BF008;
}
</style>