Shades of Spring Bud #9DF009
Tints of Spring Bud #9DF009
RGB
CMYK
RGB Variations
Color information
#9DF009 (or 0x9DF009) is known color: Spring Bud. HEX triplet: 9D, F0 and 09. RGB value is (157,240,9). Sum of RGB (Red+Green+Blue) = 157+240+9=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF009 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF009 is #620FF6. Grayscale: #BDBDBD. Windows color (decimal): -6426615 or 651421. OLE color: 651421.
HSL color Cylindrical-coordinate representation of color #9DF009: hue angle of 81.56º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DF009 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 9 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.06 |
| HSL | 81.56º | 0.93% | 0.49% | - |
| HSV(B) | 81.56º | 0.96% | 0.94% | - |
| XYZ | 45.11 | 69.51 | 11.3 | - |
| YUV | 188.85 | 26.5 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 9 | 0.35 | 0 | 0.96 | 0.06 | 81.56 | 0.93 | 0.49 |
| Hex | 9D | F0 | 9 | 23 | 0 | 60 | 6 | 52 | 5D | 31 |
| Octal | 235 | 360 | 11 | 43 | 0 | 140 | 6 | 122 | 135 | 61 |
| Binary | 10011101 | 11110000 | 1001 | 100011 | 0 | 1100000 | 110 | 1010010 | 1011101 | 110001 |
Color Harmonies of #9DF009
Complementary color
Monochromatic Colors of #9DF009
Black with #9DF009
Text Example
Text Example
White with #9DF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF009; }
p { color: rgb(157,240,9); }
H1.HeaderClassName
{
color: #9DF009;
}
.AnyTagClassName
{
color: #9DF009;
}
</style>
background-color css
<style>
a { background-color: #9DF009; }
a { background-color: rgb(157,240,9); }
div.DivClassName
{
background-color: #9DF009;
}
.BgClassName
{
background-color: #9DF009;
}
</style>
border-color css
<style>
span { border-color: #9DF009; }
span { border-color: rgb(157,240,9); }
td.TdClassName
{
border-color: #9DF009;
}
.TagClassName
{
border-color: #9DF009;
}
</style>