Shades of Spring Bud #9FEE0D
Tints of Spring Bud #9FEE0D
RGB
CMYK
RGB Variations
Color information
#9FEE0D (or 0x9FEE0D) is known color: Spring Bud. HEX triplet: 9F, EE and 0D. RGB value is (159,238,13). Sum of RGB (Red+Green+Blue) = 159+238+13=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEE0D is #6011F2. Grayscale: #BDBDBD. Windows color (decimal): -6296051 or 913055. OLE color: 913055.
HSL color Cylindrical-coordinate representation of color #9FEE0D: hue angle of 81.07º 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 #9FEE0D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 13 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.07 |
| HSL | 81.07º | 0.9% | 0.49% | - |
| HSV(B) | 81.07º | 0.95% | 0.93% | - |
| XYZ | 44.95 | 68.55 | 11.24 | - |
| YUV | 188.73 | 28.83 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 13 | 0.33 | 0 | 0.95 | 0.07 | 81.07 | 0.9 | 0.49 |
| Hex | 9F | EE | D | 21 | 0 | 5F | 7 | 51 | 5A | 31 |
| Octal | 237 | 356 | 15 | 41 | 0 | 137 | 7 | 121 | 132 | 61 |
| Binary | 10011111 | 11101110 | 1101 | 100001 | 0 | 1011111 | 111 | 1010001 | 1011010 | 110001 |
Color Harmonies of #9FEE0D
Complementary color
Monochromatic Colors of #9FEE0D
Black with #9FEE0D
Text Example
Text Example
White with #9FEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEE0D; }
p { color: rgb(159,238,13); }
H1.HeaderClassName
{
color: #9FEE0D;
}
.AnyTagClassName
{
color: #9FEE0D;
}
</style>
background-color css
<style>
a { background-color: #9FEE0D; }
a { background-color: rgb(159,238,13); }
div.DivClassName
{
background-color: #9FEE0D;
}
.BgClassName
{
background-color: #9FEE0D;
}
</style>
border-color css
<style>
span { border-color: #9FEE0D; }
span { border-color: rgb(159,238,13); }
td.TdClassName
{
border-color: #9FEE0D;
}
.TagClassName
{
border-color: #9FEE0D;
}
</style>