Shades of Spring Bud #9BFE0F
Tints of Spring Bud #9BFE0F
RGB
CMYK
RGB Variations
Color information
#9BFE0F (or 0x9BFE0F) is known color: Spring Bud. HEX triplet: 9B, FE and 0F. RGB value is (155,254,15). Sum of RGB (Red+Green+Blue) = 155+254+15=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFE0F is #6401F0. Grayscale: #C6C6C6. Windows color (decimal): -6554097 or 1048219. OLE color: 1048219.
HSL color Cylindrical-coordinate representation of color #9BFE0F: hue angle of 84.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BFE0F is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 15 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.00 |
| HSL | 84.85º | 0.99% | 0.53% | - |
| HSV(B) | 84.85º | 0.94% | 1% | - |
| XYZ | 49.05 | 77.89 | 12.9 | - |
| YUV | 197.15 | 25.2 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 15 | 0.39 | 0 | 0.94 | 0.00 | 84.85 | 0.99 | 0.53 |
| Hex | 9B | FE | F | 27 | 0 | 5E | 0 | 55 | 63 | 35 |
| Octal | 233 | 376 | 17 | 47 | 0 | 136 | 0 | 125 | 143 | 65 |
| Binary | 10011011 | 11111110 | 1111 | 100111 | 0 | 1011110 | 0 | 1010101 | 1100011 | 110101 |
Color Harmonies of #9BFE0F
Complementary color
Monochromatic Colors of #9BFE0F
Black with #9BFE0F
Text Example
Text Example
White with #9BFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE0F; }
p { color: rgb(155,254,15); }
H1.HeaderClassName
{
color: #9BFE0F;
}
.AnyTagClassName
{
color: #9BFE0F;
}
</style>
background-color css
<style>
a { background-color: #9BFE0F; }
a { background-color: rgb(155,254,15); }
div.DivClassName
{
background-color: #9BFE0F;
}
.BgClassName
{
background-color: #9BFE0F;
}
</style>
border-color css
<style>
span { border-color: #9BFE0F; }
span { border-color: rgb(155,254,15); }
td.TdClassName
{
border-color: #9BFE0F;
}
.TagClassName
{
border-color: #9BFE0F;
}
</style>