Shades of Spring Bud #9FFB0E
Tints of Spring Bud #9FFB0E
RGB
CMYK
RGB Variations
Color information
#9FFB0E (or 0x9FFB0E) is known color: Spring Bud. HEX triplet: 9F, FB and 0E. RGB value is (159,251,14). Sum of RGB (Red+Green+Blue) = 159+251+14=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFB0E is #6004F1. Grayscale: #C5C5C5. Windows color (decimal): -6292722 or 981919. OLE color: 981919.
HSL color Cylindrical-coordinate representation of color #9FFB0E: hue angle of 83.29º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FFB0E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 14 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.02 |
| HSL | 83.29º | 0.97% | 0.52% | - |
| HSV(B) | 83.29º | 0.94% | 0.98% | - |
| XYZ | 48.87 | 76.4 | 12.59 | - |
| YUV | 196.47 | 25.02 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 14 | 0.37 | 0 | 0.94 | 0.02 | 83.29 | 0.97 | 0.52 |
| Hex | 9F | FB | E | 25 | 0 | 5E | 2 | 53 | 61 | 34 |
| Octal | 237 | 373 | 16 | 45 | 0 | 136 | 2 | 123 | 141 | 64 |
| Binary | 10011111 | 11111011 | 1110 | 100101 | 0 | 1011110 | 10 | 1010011 | 1100001 | 110100 |
Color Harmonies of #9FFB0E
Complementary color
Monochromatic Colors of #9FFB0E
Black with #9FFB0E
Text Example
Text Example
White with #9FFB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB0E; }
p { color: rgb(159,251,14); }
H1.HeaderClassName
{
color: #9FFB0E;
}
.AnyTagClassName
{
color: #9FFB0E;
}
</style>
background-color css
<style>
a { background-color: #9FFB0E; }
a { background-color: rgb(159,251,14); }
div.DivClassName
{
background-color: #9FFB0E;
}
.BgClassName
{
background-color: #9FFB0E;
}
</style>
border-color css
<style>
span { border-color: #9FFB0E; }
span { border-color: rgb(159,251,14); }
td.TdClassName
{
border-color: #9FFB0E;
}
.TagClassName
{
border-color: #9FFB0E;
}
</style>