Shades of Spring Bud #9BF900
Tints of Spring Bud #9BF900
RGB
CMYK
RGB Variations
Color information
#9BF900 (or 0x9BF900) is known color: Spring Bud. HEX triplet: 9B, F9 and 00. RGB value is (155,249,0). Sum of RGB (Red+Green+Blue) = 155+249+0=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF900 is #6406FF. Grayscale: #C1C1C1. Windows color (decimal): -6555392 or 63899. OLE color: 63899.
HSL color Cylindrical-coordinate representation of color #9BF900: hue angle of 82.65º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BF900 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.02 |
| HSL | 82.65º | 1% | 0.49% | - |
| HSV(B) | 82.65º | 1% | 0.98% | - |
| XYZ | 47.39 | 74.72 | 11.92 | - |
| YUV | 192.51 | 19.36 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 0 | 0.38 | 0 | 1 | 0.02 | 82.65 | 1 | 0.49 |
| Hex | 9B | F9 | 0 | 26 | 0 | 64 | 2 | 53 | 64 | 31 |
| Octal | 233 | 371 | 0 | 46 | 0 | 144 | 2 | 123 | 144 | 61 |
| Binary | 10011011 | 11111001 | 0 | 100110 | 0 | 1100100 | 10 | 1010011 | 1100100 | 110001 |
Color Harmonies of #9BF900
Complementary color
Monochromatic Colors of #9BF900
Black with #9BF900
Text Example
Text Example
White with #9BF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF900; }
p { color: rgb(155,249,0); }
H1.HeaderClassName
{
color: #9BF900;
}
.AnyTagClassName
{
color: #9BF900;
}
</style>
background-color css
<style>
a { background-color: #9BF900; }
a { background-color: rgb(155,249,0); }
div.DivClassName
{
background-color: #9BF900;
}
.BgClassName
{
background-color: #9BF900;
}
</style>
border-color css
<style>
span { border-color: #9BF900; }
span { border-color: rgb(155,249,0); }
td.TdClassName
{
border-color: #9BF900;
}
.TagClassName
{
border-color: #9BF900;
}
</style>