Shades of Spring Bud #9BF609
Tints of Spring Bud #9BF609
RGB
CMYK
RGB Variations
Color information
#9BF609 (or 0x9BF609) is known color: Spring Bud. HEX triplet: 9B, F6 and 09. RGB value is (155,246,9). Sum of RGB (Red+Green+Blue) = 155+246+9=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF609 is #6409F6. Grayscale: #C0C0C0. Windows color (decimal): -6556151 or 652955. OLE color: 652955.
HSL color Cylindrical-coordinate representation of color #9BF609: hue angle of 83.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BF609 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 9 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.04 |
| HSL | 83.04º | 0.93% | 0.5% | - |
| HSV(B) | 83.04º | 0.96% | 0.96% | - |
| XYZ | 46.52 | 72.9 | 11.88 | - |
| YUV | 191.77 | 24.85 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 9 | 0.37 | 0 | 0.96 | 0.04 | 83.04 | 0.93 | 0.5 |
| Hex | 9B | F6 | 9 | 25 | 0 | 60 | 4 | 53 | 5D | 32 |
| Octal | 233 | 366 | 11 | 45 | 0 | 140 | 4 | 123 | 135 | 62 |
| Binary | 10011011 | 11110110 | 1001 | 100101 | 0 | 1100000 | 100 | 1010011 | 1011101 | 110010 |
Color Harmonies of #9BF609
Complementary color
Monochromatic Colors of #9BF609
Black with #9BF609
Text Example
Text Example
White with #9BF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF609; }
p { color: rgb(155,246,9); }
H1.HeaderClassName
{
color: #9BF609;
}
.AnyTagClassName
{
color: #9BF609;
}
</style>
background-color css
<style>
a { background-color: #9BF609; }
a { background-color: rgb(155,246,9); }
div.DivClassName
{
background-color: #9BF609;
}
.BgClassName
{
background-color: #9BF609;
}
</style>
border-color css
<style>
span { border-color: #9BF609; }
span { border-color: rgb(155,246,9); }
td.TdClassName
{
border-color: #9BF609;
}
.TagClassName
{
border-color: #9BF609;
}
</style>