Shades of Spring Bud #9BFA0A
Tints of Spring Bud #9BFA0A
RGB
CMYK
RGB Variations
Color information
#9BFA0A (or 0x9BFA0A) is known color: Spring Bud. HEX triplet: 9B, FA and 0A. RGB value is (155,250,10). Sum of RGB (Red+Green+Blue) = 155+250+10=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFA0A is #6405F5. Grayscale: #C3C3C3. Windows color (decimal): -6555126 or 719515. OLE color: 719515.
HSL color Cylindrical-coordinate representation of color #9BFA0A: hue angle of 83.75º 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 #9BFA0A is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 10 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.02 |
| HSL | 83.75º | 0.96% | 0.51% | - |
| HSV(B) | 83.75º | 0.96% | 0.98% | - |
| XYZ | 47.76 | 75.36 | 12.32 | - |
| YUV | 194.24 | 24.03 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 10 | 0.38 | 0 | 0.96 | 0.02 | 83.75 | 0.96 | 0.51 |
| Hex | 9B | FA | A | 26 | 0 | 60 | 2 | 54 | 60 | 33 |
| Octal | 233 | 372 | 12 | 46 | 0 | 140 | 2 | 124 | 140 | 63 |
| Binary | 10011011 | 11111010 | 1010 | 100110 | 0 | 1100000 | 10 | 1010100 | 1100000 | 110011 |
Color Harmonies of #9BFA0A
Complementary color
Monochromatic Colors of #9BFA0A
Black with #9BFA0A
Text Example
Text Example
White with #9BFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA0A; }
p { color: rgb(155,250,10); }
H1.HeaderClassName
{
color: #9BFA0A;
}
.AnyTagClassName
{
color: #9BFA0A;
}
</style>
background-color css
<style>
a { background-color: #9BFA0A; }
a { background-color: rgb(155,250,10); }
div.DivClassName
{
background-color: #9BFA0A;
}
.BgClassName
{
background-color: #9BFA0A;
}
</style>
border-color css
<style>
span { border-color: #9BFA0A; }
span { border-color: rgb(155,250,10); }
td.TdClassName
{
border-color: #9BFA0A;
}
.TagClassName
{
border-color: #9BFA0A;
}
</style>