Shades of Spring Bud #9BFA09
Tints of Spring Bud #9BFA09
RGB
CMYK
RGB Variations
Color information
#9BFA09 (or 0x9BFA09) is known color: Spring Bud. HEX triplet: 9B, FA and 09. RGB value is (155,250,9). Sum of RGB (Red+Green+Blue) = 155+250+9=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFA09 is #6405F6. Grayscale: #C2C2C2. Windows color (decimal): -6555127 or 653979. OLE color: 653979.
HSL color Cylindrical-coordinate representation of color #9BFA09: hue angle of 83.65º degrees, saturation: 0.96, 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 #9BFA09 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 9 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.02 |
| HSL | 83.65º | 0.96% | 0.51% | - |
| HSV(B) | 83.65º | 0.96% | 0.98% | - |
| XYZ | 47.75 | 75.36 | 12.29 | - |
| YUV | 194.12 | 23.53 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 9 | 0.38 | 0 | 0.96 | 0.02 | 83.65 | 0.96 | 0.51 |
| Hex | 9B | FA | 9 | 26 | 0 | 60 | 2 | 54 | 60 | 33 |
| Octal | 233 | 372 | 11 | 46 | 0 | 140 | 2 | 124 | 140 | 63 |
| Binary | 10011011 | 11111010 | 1001 | 100110 | 0 | 1100000 | 10 | 1010100 | 1100000 | 110011 |
Color Harmonies of #9BFA09
Complementary color
Monochromatic Colors of #9BFA09
Black with #9BFA09
Text Example
Text Example
White with #9BFA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA09; }
p { color: rgb(155,250,9); }
H1.HeaderClassName
{
color: #9BFA09;
}
.AnyTagClassName
{
color: #9BFA09;
}
</style>
background-color css
<style>
a { background-color: #9BFA09; }
a { background-color: rgb(155,250,9); }
div.DivClassName
{
background-color: #9BFA09;
}
.BgClassName
{
background-color: #9BFA09;
}
</style>
border-color css
<style>
span { border-color: #9BFA09; }
span { border-color: rgb(155,250,9); }
td.TdClassName
{
border-color: #9BFA09;
}
.TagClassName
{
border-color: #9BFA09;
}
</style>