Shades of Spring Bud #9FFA16
Tints of Spring Bud #9FFA16
RGB
CMYK
RGB Variations
Color information
#9FFA16 (or 0x9FFA16) is known color: Spring Bud. HEX triplet: 9F, FA and 16. RGB value is (159,250,22). Sum of RGB (Red+Green+Blue) = 159+250+22=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFA16 is #6005E9. Grayscale: #C5C5C5. Windows color (decimal): -6292970 or 1505951. OLE color: 1505951.
HSL color Cylindrical-coordinate representation of color #9FFA16: hue angle of 83.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FFA16 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 22 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.02 |
| HSL | 83.95º | 0.96% | 0.53% | - |
| HSV(B) | 83.95º | 0.91% | 0.98% | - |
| XYZ | 48.63 | 75.8 | 12.83 | - |
| YUV | 196.8 | 29.35 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 22 | 0.36 | 0 | 0.91 | 0.02 | 83.95 | 0.96 | 0.53 |
| Hex | 9F | FA | 16 | 24 | 0 | 5B | 2 | 54 | 60 | 35 |
| Octal | 237 | 372 | 26 | 44 | 0 | 133 | 2 | 124 | 140 | 65 |
| Binary | 10011111 | 11111010 | 10110 | 100100 | 0 | 1011011 | 10 | 1010100 | 1100000 | 110101 |
Color Harmonies of #9FFA16
Complementary color
Monochromatic Colors of #9FFA16
Black with #9FFA16
Text Example
Text Example
White with #9FFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA16; }
p { color: rgb(159,250,22); }
H1.HeaderClassName
{
color: #9FFA16;
}
.AnyTagClassName
{
color: #9FFA16;
}
</style>
background-color css
<style>
a { background-color: #9FFA16; }
a { background-color: rgb(159,250,22); }
div.DivClassName
{
background-color: #9FFA16;
}
.BgClassName
{
background-color: #9FFA16;
}
</style>
border-color css
<style>
span { border-color: #9FFA16; }
span { border-color: rgb(159,250,22); }
td.TdClassName
{
border-color: #9FFA16;
}
.TagClassName
{
border-color: #9FFA16;
}
</style>