Shades of Spring Bud #9BFE0E
Tints of Spring Bud #9BFE0E
RGB
CMYK
RGB Variations
Color information
#9BFE0E (or 0x9BFE0E) is known color: Spring Bud. HEX triplet: 9B, FE and 0E. RGB value is (155,254,14). Sum of RGB (Red+Green+Blue) = 155+254+14=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFE0E is #6401F1. Grayscale: #C5C5C5. Windows color (decimal): -6554098 or 982683. OLE color: 982683.
HSL color Cylindrical-coordinate representation of color #9BFE0E: hue angle of 84.75º 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 #9BFE0E is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 14 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.00 |
| HSL | 84.75º | 0.99% | 0.53% | - |
| HSV(B) | 84.75º | 0.94% | 1% | - |
| XYZ | 49.04 | 77.88 | 12.86 | - |
| YUV | 197.04 | 24.7 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 14 | 0.39 | 0 | 0.94 | 0.00 | 84.75 | 0.99 | 0.53 |
| Hex | 9B | FE | E | 27 | 0 | 5E | 0 | 55 | 63 | 35 |
| Octal | 233 | 376 | 16 | 47 | 0 | 136 | 0 | 125 | 143 | 65 |
| Binary | 10011011 | 11111110 | 1110 | 100111 | 0 | 1011110 | 0 | 1010101 | 1100011 | 110101 |
Color Harmonies of #9BFE0E
Complementary color
Monochromatic Colors of #9BFE0E
Black with #9BFE0E
Text Example
Text Example
White with #9BFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE0E; }
p { color: rgb(155,254,14); }
H1.HeaderClassName
{
color: #9BFE0E;
}
.AnyTagClassName
{
color: #9BFE0E;
}
</style>
background-color css
<style>
a { background-color: #9BFE0E; }
a { background-color: rgb(155,254,14); }
div.DivClassName
{
background-color: #9BFE0E;
}
.BgClassName
{
background-color: #9BFE0E;
}
</style>
border-color css
<style>
span { border-color: #9BFE0E; }
span { border-color: rgb(155,254,14); }
td.TdClassName
{
border-color: #9BFE0E;
}
.TagClassName
{
border-color: #9BFE0E;
}
</style>