Shades of Spring Bud #9FED0D
Tints of Spring Bud #9FED0D
RGB
CMYK
RGB Variations
Color information
#9FED0D (or 0x9FED0D) is known color: Spring Bud. HEX triplet: 9F, ED and 0D. RGB value is (159,237,13). Sum of RGB (Red+Green+Blue) = 159+237+13=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FED0D is #6012F2. Grayscale: #BCBCBC. Windows color (decimal): -6296307 or 912799. OLE color: 912799.
HSL color Cylindrical-coordinate representation of color #9FED0D: hue angle of 80.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FED0D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 13 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.07 |
| HSL | 80.89º | 0.9% | 0.49% | - |
| HSV(B) | 80.89º | 0.95% | 0.93% | - |
| XYZ | 44.65 | 67.97 | 11.15 | - |
| YUV | 188.14 | 29.16 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 13 | 0.33 | 0 | 0.95 | 0.07 | 80.89 | 0.9 | 0.49 |
| Hex | 9F | ED | D | 21 | 0 | 5F | 7 | 51 | 5A | 31 |
| Octal | 237 | 355 | 15 | 41 | 0 | 137 | 7 | 121 | 132 | 61 |
| Binary | 10011111 | 11101101 | 1101 | 100001 | 0 | 1011111 | 111 | 1010001 | 1011010 | 110001 |
Color Harmonies of #9FED0D
Complementary color
Monochromatic Colors of #9FED0D
Black with #9FED0D
Text Example
Text Example
White with #9FED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED0D; }
p { color: rgb(159,237,13); }
H1.HeaderClassName
{
color: #9FED0D;
}
.AnyTagClassName
{
color: #9FED0D;
}
</style>
background-color css
<style>
a { background-color: #9FED0D; }
a { background-color: rgb(159,237,13); }
div.DivClassName
{
background-color: #9FED0D;
}
.BgClassName
{
background-color: #9FED0D;
}
</style>
border-color css
<style>
span { border-color: #9FED0D; }
span { border-color: rgb(159,237,13); }
td.TdClassName
{
border-color: #9FED0D;
}
.TagClassName
{
border-color: #9FED0D;
}
</style>