Shades of Spring Bud #9BFA07
Tints of Spring Bud #9BFA07
RGB
CMYK
RGB Variations
Color information
#9BFA07 (or 0x9BFA07) is known color: Spring Bud. HEX triplet: 9B, FA and 07. RGB value is (155,250,7). Sum of RGB (Red+Green+Blue) = 155+250+7=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFA07 is #6405F8. Grayscale: #C2C2C2. Windows color (decimal): -6555129 or 522907. OLE color: 522907.
HSL color Cylindrical-coordinate representation of color #9BFA07: hue angle of 83.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BFA07 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 7 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.02 |
| HSL | 83.46º | 0.96% | 0.5% | - |
| HSV(B) | 83.46º | 0.97% | 0.98% | - |
| XYZ | 47.74 | 75.36 | 12.23 | - |
| YUV | 193.89 | 22.53 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 7 | 0.38 | 0 | 0.97 | 0.02 | 83.46 | 0.96 | 0.5 |
| Hex | 9B | FA | 7 | 26 | 0 | 61 | 2 | 53 | 60 | 32 |
| Octal | 233 | 372 | 7 | 46 | 0 | 141 | 2 | 123 | 140 | 62 |
| Binary | 10011011 | 11111010 | 111 | 100110 | 0 | 1100001 | 10 | 1010011 | 1100000 | 110010 |
Color Harmonies of #9BFA07
Complementary color
Monochromatic Colors of #9BFA07
Black with #9BFA07
Text Example
Text Example
White with #9BFA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA07; }
p { color: rgb(155,250,7); }
H1.HeaderClassName
{
color: #9BFA07;
}
.AnyTagClassName
{
color: #9BFA07;
}
</style>
background-color css
<style>
a { background-color: #9BFA07; }
a { background-color: rgb(155,250,7); }
div.DivClassName
{
background-color: #9BFA07;
}
.BgClassName
{
background-color: #9BFA07;
}
</style>
border-color css
<style>
span { border-color: #9BFA07; }
span { border-color: rgb(155,250,7); }
td.TdClassName
{
border-color: #9BFA07;
}
.TagClassName
{
border-color: #9BFA07;
}
</style>