Shades of Spring Bud #9BF409
Tints of Spring Bud #9BF409
RGB
CMYK
RGB Variations
Color information
#9BF409 (or 0x9BF409) is known color: Spring Bud. HEX triplet: 9B, F4 and 09. RGB value is (155,244,9). Sum of RGB (Red+Green+Blue) = 155+244+9=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 244 (95.70% from 255 or 59.80% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF409 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF409 is #640BF6. Grayscale: #BFBFBF. Windows color (decimal): -6556663 or 652443. OLE color: 652443.
HSL color Cylindrical-coordinate representation of color #9BF409: hue angle of 82.72º 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 #9BF409 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 9 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.04 |
| HSL | 82.72º | 0.93% | 0.5% | - |
| HSV(B) | 82.72º | 0.96% | 0.96% | - |
| XYZ | 45.92 | 71.69 | 11.68 | - |
| YUV | 190.6 | 25.51 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 9 | 0.36 | 0 | 0.96 | 0.04 | 82.72 | 0.93 | 0.5 |
| Hex | 9B | F4 | 9 | 24 | 0 | 60 | 4 | 53 | 5D | 32 |
| Octal | 233 | 364 | 11 | 44 | 0 | 140 | 4 | 123 | 135 | 62 |
| Binary | 10011011 | 11110100 | 1001 | 100100 | 0 | 1100000 | 100 | 1010011 | 1011101 | 110010 |
Color Harmonies of #9BF409
Complementary color
Monochromatic Colors of #9BF409
Black with #9BF409
Text Example
Text Example
White with #9BF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF409; }
p { color: rgb(155,244,9); }
H1.HeaderClassName
{
color: #9BF409;
}
.AnyTagClassName
{
color: #9BF409;
}
</style>
background-color css
<style>
a { background-color: #9BF409; }
a { background-color: rgb(155,244,9); }
div.DivClassName
{
background-color: #9BF409;
}
.BgClassName
{
background-color: #9BF409;
}
</style>
border-color css
<style>
span { border-color: #9BF409; }
span { border-color: rgb(155,244,9); }
td.TdClassName
{
border-color: #9BF409;
}
.TagClassName
{
border-color: #9BF409;
}
</style>