Shades of Spring Bud #9FFA0D
Tints of Spring Bud #9FFA0D
RGB
CMYK
RGB Variations
Color information
#9FFA0D (or 0x9FFA0D) is known color: Spring Bud. HEX triplet: 9F, FA and 0D. RGB value is (159,250,13). Sum of RGB (Red+Green+Blue) = 159+250+13=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFA0D is #6005F2. Grayscale: #C4C4C4. Windows color (decimal): -6292979 or 916127. OLE color: 916127.
HSL color Cylindrical-coordinate representation of color #9FFA0D: hue angle of 83.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FFA0D is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 13 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.02 |
| HSL | 83.04º | 0.96% | 0.52% | - |
| HSV(B) | 83.04º | 0.95% | 0.98% | - |
| XYZ | 48.56 | 75.77 | 12.45 | - |
| YUV | 195.77 | 24.85 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 13 | 0.36 | 0 | 0.95 | 0.02 | 83.04 | 0.96 | 0.52 |
| Hex | 9F | FA | D | 24 | 0 | 5F | 2 | 53 | 60 | 34 |
| Octal | 237 | 372 | 15 | 44 | 0 | 137 | 2 | 123 | 140 | 64 |
| Binary | 10011111 | 11111010 | 1101 | 100100 | 0 | 1011111 | 10 | 1010011 | 1100000 | 110100 |
Color Harmonies of #9FFA0D
Complementary color
Monochromatic Colors of #9FFA0D
Black with #9FFA0D
Text Example
Text Example
White with #9FFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA0D; }
p { color: rgb(159,250,13); }
H1.HeaderClassName
{
color: #9FFA0D;
}
.AnyTagClassName
{
color: #9FFA0D;
}
</style>
background-color css
<style>
a { background-color: #9FFA0D; }
a { background-color: rgb(159,250,13); }
div.DivClassName
{
background-color: #9FFA0D;
}
.BgClassName
{
background-color: #9FFA0D;
}
</style>
border-color css
<style>
span { border-color: #9FFA0D; }
span { border-color: rgb(159,250,13); }
td.TdClassName
{
border-color: #9FFA0D;
}
.TagClassName
{
border-color: #9FFA0D;
}
</style>