Shades of Spring Bud #9CFF08
Tints of Spring Bud #9CFF08
RGB
CMYK
RGB Variations
Color information
#9CFF08 (or 0x9CFF08) is known color: Spring Bud. HEX triplet: 9C, FF and 08. RGB value is (156,255,8). Sum of RGB (Red+Green+Blue) = 156+255+8=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF08 is #6300F7. Grayscale: #C6C6C6. Windows color (decimal): -6488312 or 589724. OLE color: 589724.
HSL color Cylindrical-coordinate representation of color #9CFF08: hue angle of 84.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CFF08 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 8 | - |
| CMYK | 0.39 | 0 | 0.97 | 0 |
| HSL | 84.05º | 1% | 0.52% | - |
| HSV(B) | 84.05º | 0.97% | 1% | - |
| XYZ | 49.51 | 78.61 | 12.79 | - |
| YUV | 197.24 | 21.2 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 8 | 0.39 | 0 | 0.97 | 0 | 84.05 | 1 | 0.52 |
| Hex | 9C | FF | 8 | 27 | 0 | 61 | 0 | 54 | 64 | 34 |
| Octal | 234 | 377 | 10 | 47 | 0 | 141 | 0 | 124 | 144 | 64 |
| Binary | 10011100 | 11111111 | 1000 | 100111 | 0 | 1100001 | 0 | 1010100 | 1100100 | 110100 |
Color Harmonies of #9CFF08
Complementary color
Monochromatic Colors of #9CFF08
Black with #9CFF08
Text Example
Text Example
White with #9CFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF08; }
p { color: rgb(156,255,8); }
H1.HeaderClassName
{
color: #9CFF08;
}
.AnyTagClassName
{
color: #9CFF08;
}
</style>
background-color css
<style>
a { background-color: #9CFF08; }
a { background-color: rgb(156,255,8); }
div.DivClassName
{
background-color: #9CFF08;
}
.BgClassName
{
background-color: #9CFF08;
}
</style>
border-color css
<style>
span { border-color: #9CFF08; }
span { border-color: rgb(156,255,8); }
td.TdClassName
{
border-color: #9CFF08;
}
.TagClassName
{
border-color: #9CFF08;
}
</style>