Shades of Spring Bud #9FFA0B
Tints of Spring Bud #9FFA0B
RGB
CMYK
RGB Variations
Color information
#9FFA0B (or 0x9FFA0B) is known color: Spring Bud. HEX triplet: 9F, FA and 0B. RGB value is (159,250,11). Sum of RGB (Red+Green+Blue) = 159+250+11=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFA0B is #6005F4. Grayscale: #C4C4C4. Windows color (decimal): -6292981 or 785055. OLE color: 785055.
HSL color Cylindrical-coordinate representation of color #9FFA0B: hue angle of 82.85º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FFA0B is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 11 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.02 |
| HSL | 82.85º | 0.96% | 0.51% | - |
| HSV(B) | 82.85º | 0.96% | 0.98% | - |
| XYZ | 48.54 | 75.77 | 12.38 | - |
| YUV | 195.55 | 23.85 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 11 | 0.36 | 0 | 0.96 | 0.02 | 82.85 | 0.96 | 0.51 |
| Hex | 9F | FA | B | 24 | 0 | 60 | 2 | 53 | 60 | 33 |
| Octal | 237 | 372 | 13 | 44 | 0 | 140 | 2 | 123 | 140 | 63 |
| Binary | 10011111 | 11111010 | 1011 | 100100 | 0 | 1100000 | 10 | 1010011 | 1100000 | 110011 |
Color Harmonies of #9FFA0B
Complementary color
Monochromatic Colors of #9FFA0B
Black with #9FFA0B
Text Example
Text Example
White with #9FFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA0B; }
p { color: rgb(159,250,11); }
H1.HeaderClassName
{
color: #9FFA0B;
}
.AnyTagClassName
{
color: #9FFA0B;
}
</style>
background-color css
<style>
a { background-color: #9FFA0B; }
a { background-color: rgb(159,250,11); }
div.DivClassName
{
background-color: #9FFA0B;
}
.BgClassName
{
background-color: #9FFA0B;
}
</style>
border-color css
<style>
span { border-color: #9FFA0B; }
span { border-color: rgb(159,250,11); }
td.TdClassName
{
border-color: #9FFA0B;
}
.TagClassName
{
border-color: #9FFA0B;
}
</style>