Shades of Spring Bud #9DFE0F
Tints of Spring Bud #9DFE0F
RGB
CMYK
RGB Variations
Color information
#9DFE0F (or 0x9DFE0F) is known color: Spring Bud. HEX triplet: 9D, FE and 0F. RGB value is (157,254,15). Sum of RGB (Red+Green+Blue) = 157+254+15=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFE0F is #6201F0. Grayscale: #C6C6C6. Windows color (decimal): -6423025 or 1048221. OLE color: 1048221.
HSL color Cylindrical-coordinate representation of color #9DFE0F: hue angle of 84.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DFE0F is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 15 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.00 |
| HSL | 84.35º | 0.99% | 0.53% | - |
| HSV(B) | 84.35º | 0.94% | 1% | - |
| XYZ | 49.43 | 78.09 | 12.92 | - |
| YUV | 197.75 | 24.86 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 15 | 0.38 | 0 | 0.94 | 0.00 | 84.35 | 0.99 | 0.53 |
| Hex | 9D | FE | F | 26 | 0 | 5E | 0 | 54 | 63 | 35 |
| Octal | 235 | 376 | 17 | 46 | 0 | 136 | 0 | 124 | 143 | 65 |
| Binary | 10011101 | 11111110 | 1111 | 100110 | 0 | 1011110 | 0 | 1010100 | 1100011 | 110101 |
Color Harmonies of #9DFE0F
Complementary color
Monochromatic Colors of #9DFE0F
Black with #9DFE0F
Text Example
Text Example
White with #9DFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE0F; }
p { color: rgb(157,254,15); }
H1.HeaderClassName
{
color: #9DFE0F;
}
.AnyTagClassName
{
color: #9DFE0F;
}
</style>
background-color css
<style>
a { background-color: #9DFE0F; }
a { background-color: rgb(157,254,15); }
div.DivClassName
{
background-color: #9DFE0F;
}
.BgClassName
{
background-color: #9DFE0F;
}
</style>
border-color css
<style>
span { border-color: #9DFE0F; }
span { border-color: rgb(157,254,15); }
td.TdClassName
{
border-color: #9DFE0F;
}
.TagClassName
{
border-color: #9DFE0F;
}
</style>