Shades of Spring Bud #9DFA0D
Tints of Spring Bud #9DFA0D
RGB
CMYK
RGB Variations
Color information
#9DFA0D (or 0x9DFA0D) is known color: Spring Bud. HEX triplet: 9D, FA and 0D. RGB value is (157,250,13). Sum of RGB (Red+Green+Blue) = 157+250+13=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFA0D is #6205F2. Grayscale: #C4C4C4. Windows color (decimal): -6424051 or 916125. OLE color: 916125.
HSL color Cylindrical-coordinate representation of color #9DFA0D: hue angle of 83.54º 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 #9DFA0D is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 13 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.02 |
| HSL | 83.54º | 0.96% | 0.52% | - |
| HSV(B) | 83.54º | 0.95% | 0.98% | - |
| XYZ | 48.16 | 75.57 | 12.43 | - |
| YUV | 195.18 | 25.19 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 13 | 0.37 | 0 | 0.95 | 0.02 | 83.54 | 0.96 | 0.52 |
| Hex | 9D | FA | D | 25 | 0 | 5F | 2 | 54 | 60 | 34 |
| Octal | 235 | 372 | 15 | 45 | 0 | 137 | 2 | 124 | 140 | 64 |
| Binary | 10011101 | 11111010 | 1101 | 100101 | 0 | 1011111 | 10 | 1010100 | 1100000 | 110100 |
Color Harmonies of #9DFA0D
Complementary color
Monochromatic Colors of #9DFA0D
Black with #9DFA0D
Text Example
Text Example
White with #9DFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFA0D; }
p { color: rgb(157,250,13); }
H1.HeaderClassName
{
color: #9DFA0D;
}
.AnyTagClassName
{
color: #9DFA0D;
}
</style>
background-color css
<style>
a { background-color: #9DFA0D; }
a { background-color: rgb(157,250,13); }
div.DivClassName
{
background-color: #9DFA0D;
}
.BgClassName
{
background-color: #9DFA0D;
}
</style>
border-color css
<style>
span { border-color: #9DFA0D; }
span { border-color: rgb(157,250,13); }
td.TdClassName
{
border-color: #9DFA0D;
}
.TagClassName
{
border-color: #9DFA0D;
}
</style>