Shades of Spring Bud #9BFA19
Tints of Spring Bud #9BFA19
RGB
CMYK
RGB Variations
Color information
#9BFA19 (or 0x9BFA19) is known color: Spring Bud. HEX triplet: 9B, FA and 19. RGB value is (155,250,25). Sum of RGB (Red+Green+Blue) = 155+250+25=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFA19 is #6405E6. Grayscale: #C4C4C4. Windows color (decimal): -6555111 or 1702555. OLE color: 1702555.
HSL color Cylindrical-coordinate representation of color #9BFA19: hue angle of 85.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BFA19 is Cyan = 0.38, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 25 | - |
| CMYK | 0.38 | 0 | 0.9 | 0.02 |
| HSL | 85.33º | 0.96% | 0.54% | - |
| HSV(B) | 85.33º | 0.9% | 0.98% | - |
| XYZ | 47.88 | 75.41 | 12.95 | - |
| YUV | 195.95 | 31.53 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 25 | 0.38 | 0 | 0.9 | 0.02 | 85.33 | 0.96 | 0.54 |
| Hex | 9B | FA | 19 | 26 | 0 | 5A | 2 | 55 | 60 | 36 |
| Octal | 233 | 372 | 31 | 46 | 0 | 132 | 2 | 125 | 140 | 66 |
| Binary | 10011011 | 11111010 | 11001 | 100110 | 0 | 1011010 | 10 | 1010101 | 1100000 | 110110 |
Color Harmonies of #9BFA19
Complementary color
Monochromatic Colors of #9BFA19
Black with #9BFA19
Text Example
Text Example
White with #9BFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA19; }
p { color: rgb(155,250,25); }
H1.HeaderClassName
{
color: #9BFA19;
}
.AnyTagClassName
{
color: #9BFA19;
}
</style>
background-color css
<style>
a { background-color: #9BFA19; }
a { background-color: rgb(155,250,25); }
div.DivClassName
{
background-color: #9BFA19;
}
.BgClassName
{
background-color: #9BFA19;
}
</style>
border-color css
<style>
span { border-color: #9BFA19; }
span { border-color: rgb(155,250,25); }
td.TdClassName
{
border-color: #9BFA19;
}
.TagClassName
{
border-color: #9BFA19;
}
</style>