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