Shades of Spring Bud #9BFF0C
Tints of Spring Bud #9BFF0C
RGB
CMYK
RGB Variations
Color information
#9BFF0C (or 0x9BFF0C) is known color: Spring Bud. HEX triplet: 9B, FF and 0C. RGB value is (155,255,12). Sum of RGB (Red+Green+Blue) = 155+255+12=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF0C is #6400F3. Grayscale: #C6C6C6. Windows color (decimal): -6553844 or 851867. OLE color: 851867.
HSL color Cylindrical-coordinate representation of color #9BFF0C: hue angle of 84.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BFF0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0 |
| HSL | 84.69º | 1% | 0.52% | - |
| HSV(B) | 84.69º | 0.95% | 1% | - |
| XYZ | 49.34 | 78.52 | 12.9 | - |
| YUV | 197.4 | 23.37 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 12 | 0.39 | 0 | 0.95 | 0 | 84.69 | 1 | 0.52 |
| Hex | 9B | FF | C | 27 | 0 | 5F | 0 | 55 | 64 | 34 |
| Octal | 233 | 377 | 14 | 47 | 0 | 137 | 0 | 125 | 144 | 64 |
| Binary | 10011011 | 11111111 | 1100 | 100111 | 0 | 1011111 | 0 | 1010101 | 1100100 | 110100 |
Color Harmonies of #9BFF0C
Complementary color
Monochromatic Colors of #9BFF0C
Black with #9BFF0C
Text Example
Text Example
White with #9BFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF0C; }
p { color: rgb(155,255,12); }
H1.HeaderClassName
{
color: #9BFF0C;
}
.AnyTagClassName
{
color: #9BFF0C;
}
</style>
background-color css
<style>
a { background-color: #9BFF0C; }
a { background-color: rgb(155,255,12); }
div.DivClassName
{
background-color: #9BFF0C;
}
.BgClassName
{
background-color: #9BFF0C;
}
</style>
border-color css
<style>
span { border-color: #9BFF0C; }
span { border-color: rgb(155,255,12); }
td.TdClassName
{
border-color: #9BFF0C;
}
.TagClassName
{
border-color: #9BFF0C;
}
</style>