Shades of Spring Bud #9BFE0C
Tints of Spring Bud #9BFE0C
RGB
CMYK
RGB Variations
Color information
#9BFE0C (or 0x9BFE0C) is known color: Spring Bud. HEX triplet: 9B, FE and 0C. RGB value is (155,254,12). Sum of RGB (Red+Green+Blue) = 155+254+12=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFE0C is #6401F3. Grayscale: #C5C5C5. Windows color (decimal): -6554100 or 851611. OLE color: 851611.
HSL color Cylindrical-coordinate representation of color #9BFE0C: hue angle of 84.55º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BFE0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.00 |
| HSL | 84.55º | 0.99% | 0.52% | - |
| HSV(B) | 84.55º | 0.95% | 1% | - |
| XYZ | 49.03 | 77.88 | 12.8 | - |
| YUV | 196.81 | 23.7 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 12 | 0.39 | 0 | 0.95 | 0.00 | 84.55 | 0.99 | 0.52 |
| Hex | 9B | FE | C | 27 | 0 | 5F | 0 | 55 | 63 | 34 |
| Octal | 233 | 376 | 14 | 47 | 0 | 137 | 0 | 125 | 143 | 64 |
| Binary | 10011011 | 11111110 | 1100 | 100111 | 0 | 1011111 | 0 | 1010101 | 1100011 | 110100 |
Color Harmonies of #9BFE0C
Complementary color
Monochromatic Colors of #9BFE0C
Black with #9BFE0C
Text Example
Text Example
White with #9BFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE0C; }
p { color: rgb(155,254,12); }
H1.HeaderClassName
{
color: #9BFE0C;
}
.AnyTagClassName
{
color: #9BFE0C;
}
</style>
background-color css
<style>
a { background-color: #9BFE0C; }
a { background-color: rgb(155,254,12); }
div.DivClassName
{
background-color: #9BFE0C;
}
.BgClassName
{
background-color: #9BFE0C;
}
</style>
border-color css
<style>
span { border-color: #9BFE0C; }
span { border-color: rgb(155,254,12); }
td.TdClassName
{
border-color: #9BFE0C;
}
.TagClassName
{
border-color: #9BFE0C;
}
</style>