Shades of Spring Bud #9DFF0F
Tints of Spring Bud #9DFF0F
RGB
CMYK
RGB Variations
Color information
#9DFF0F (or 0x9DFF0F) is known color: Spring Bud. HEX triplet: 9D, FF and 0F. RGB value is (157,255,15). Sum of RGB (Red+Green+Blue) = 157+255+15=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFF0F is #6200F0. Grayscale: #C7C7C7. Windows color (decimal): -6422769 or 1048477. OLE color: 1048477.
HSL color Cylindrical-coordinate representation of color #9DFF0F: hue angle of 84.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DFF0F is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 15 | - |
| CMYK | 0.38 | 0 | 0.94 | 0 |
| HSL | 84.5º | 1% | 0.53% | - |
| HSV(B) | 84.5º | 0.94% | 1% | - |
| XYZ | 49.75 | 78.72 | 13.02 | - |
| YUV | 198.34 | 24.53 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 15 | 0.38 | 0 | 0.94 | 0 | 84.5 | 1 | 0.53 |
| Hex | 9D | FF | F | 26 | 0 | 5E | 0 | 54 | 64 | 35 |
| Octal | 235 | 377 | 17 | 46 | 0 | 136 | 0 | 124 | 144 | 65 |
| Binary | 10011101 | 11111111 | 1111 | 100110 | 0 | 1011110 | 0 | 1010100 | 1100100 | 110101 |
Color Harmonies of #9DFF0F
Complementary color
Monochromatic Colors of #9DFF0F
Black with #9DFF0F
Text Example
Text Example
White with #9DFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF0F; }
p { color: rgb(157,255,15); }
H1.HeaderClassName
{
color: #9DFF0F;
}
.AnyTagClassName
{
color: #9DFF0F;
}
</style>
background-color css
<style>
a { background-color: #9DFF0F; }
a { background-color: rgb(157,255,15); }
div.DivClassName
{
background-color: #9DFF0F;
}
.BgClassName
{
background-color: #9DFF0F;
}
</style>
border-color css
<style>
span { border-color: #9DFF0F; }
span { border-color: rgb(157,255,15); }
td.TdClassName
{
border-color: #9DFF0F;
}
.TagClassName
{
border-color: #9DFF0F;
}
</style>