Shades of Spring Bud #9FFF01
Tints of Spring Bud #9FFF01
RGB
CMYK
RGB Variations
Color information
#9FFF01 (or 0x9FFF01) is known color: Spring Bud. HEX triplet: 9F, FF and 01. RGB value is (159,255,1). Sum of RGB (Red+Green+Blue) = 159+255+1=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFF01 is #6000FE. Grayscale: #C6C6C6. Windows color (decimal): -6291711 or 130975. OLE color: 130975.
HSL color Cylindrical-coordinate representation of color #9FFF01: hue angle of 82.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FFF01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0 |
| HSL | 82.68º | 1% | 0.5% | - |
| HSV(B) | 82.68º | 1% | 1% | - |
| XYZ | 50.06 | 78.89 | 12.62 | - |
| YUV | 197.34 | 17.2 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 1 | 0.38 | 0 | 1.00 | 0 | 82.68 | 1 | 0.5 |
| Hex | 9F | FF | 1 | 26 | 0 | 64 | 0 | 53 | 64 | 32 |
| Octal | 237 | 377 | 1 | 46 | 0 | 144 | 0 | 123 | 144 | 62 |
| Binary | 10011111 | 11111111 | 1 | 100110 | 0 | 1100100 | 0 | 1010011 | 1100100 | 110010 |
Color Harmonies of #9FFF01
Complementary color
Monochromatic Colors of #9FFF01
Black with #9FFF01
Text Example
Text Example
White with #9FFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF01; }
p { color: rgb(159,255,1); }
H1.HeaderClassName
{
color: #9FFF01;
}
.AnyTagClassName
{
color: #9FFF01;
}
</style>
background-color css
<style>
a { background-color: #9FFF01; }
a { background-color: rgb(159,255,1); }
div.DivClassName
{
background-color: #9FFF01;
}
.BgClassName
{
background-color: #9FFF01;
}
</style>
border-color css
<style>
span { border-color: #9FFF01; }
span { border-color: rgb(159,255,1); }
td.TdClassName
{
border-color: #9FFF01;
}
.TagClassName
{
border-color: #9FFF01;
}
</style>