Shades of Spring Bud #9FFB14
Tints of Spring Bud #9FFB14
RGB
CMYK
RGB Variations
Color information
#9FFB14 (or 0x9FFB14) is known color: Spring Bud. HEX triplet: 9F, FB and 14. RGB value is (159,251,20). Sum of RGB (Red+Green+Blue) = 159+251+20=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFB14 is #6004EB. Grayscale: #C5C5C5. Windows color (decimal): -6292716 or 1375135. OLE color: 1375135.
HSL color Cylindrical-coordinate representation of color #9FFB14: hue angle of 83.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FFB14 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 20 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.02 |
| HSL | 83.9º | 0.97% | 0.53% | - |
| HSV(B) | 83.9º | 0.92% | 0.98% | - |
| XYZ | 48.92 | 76.42 | 12.83 | - |
| YUV | 197.16 | 28.02 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 20 | 0.37 | 0 | 0.92 | 0.02 | 83.9 | 0.97 | 0.53 |
| Hex | 9F | FB | 14 | 25 | 0 | 5C | 2 | 54 | 61 | 35 |
| Octal | 237 | 373 | 24 | 45 | 0 | 134 | 2 | 124 | 141 | 65 |
| Binary | 10011111 | 11111011 | 10100 | 100101 | 0 | 1011100 | 10 | 1010100 | 1100001 | 110101 |
Color Harmonies of #9FFB14
Complementary color
Monochromatic Colors of #9FFB14
Black with #9FFB14
Text Example
Text Example
White with #9FFB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB14; }
p { color: rgb(159,251,20); }
H1.HeaderClassName
{
color: #9FFB14;
}
.AnyTagClassName
{
color: #9FFB14;
}
</style>
background-color css
<style>
a { background-color: #9FFB14; }
a { background-color: rgb(159,251,20); }
div.DivClassName
{
background-color: #9FFB14;
}
.BgClassName
{
background-color: #9FFB14;
}
</style>
border-color css
<style>
span { border-color: #9FFB14; }
span { border-color: rgb(159,251,20); }
td.TdClassName
{
border-color: #9FFB14;
}
.TagClassName
{
border-color: #9FFB14;
}
</style>