Shades of Spring Bud #9CFF0C
Tints of Spring Bud #9CFF0C
RGB
CMYK
RGB Variations
Color information
#9CFF0C (or 0x9CFF0C) is known color: Spring Bud. HEX triplet: 9C, FF and 0C. RGB value is (156,255,12). Sum of RGB (Red+Green+Blue) = 156+255+12=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF0C is #6300F3. Grayscale: #C6C6C6. Windows color (decimal): -6488308 or 851868. OLE color: 851868.
HSL color Cylindrical-coordinate representation of color #9CFF0C: hue angle of 84.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CFF0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0 |
| HSL | 84.44º | 1% | 0.52% | - |
| HSV(B) | 84.44º | 0.95% | 1% | - |
| XYZ | 49.54 | 78.61 | 12.91 | - |
| YUV | 197.7 | 23.2 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 12 | 0.39 | 0 | 0.95 | 0 | 84.44 | 1 | 0.52 |
| Hex | 9C | FF | C | 27 | 0 | 5F | 0 | 54 | 64 | 34 |
| Octal | 234 | 377 | 14 | 47 | 0 | 137 | 0 | 124 | 144 | 64 |
| Binary | 10011100 | 11111111 | 1100 | 100111 | 0 | 1011111 | 0 | 1010100 | 1100100 | 110100 |
Color Harmonies of #9CFF0C
Complementary color
Monochromatic Colors of #9CFF0C
Black with #9CFF0C
Text Example
Text Example
White with #9CFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF0C; }
p { color: rgb(156,255,12); }
H1.HeaderClassName
{
color: #9CFF0C;
}
.AnyTagClassName
{
color: #9CFF0C;
}
</style>
background-color css
<style>
a { background-color: #9CFF0C; }
a { background-color: rgb(156,255,12); }
div.DivClassName
{
background-color: #9CFF0C;
}
.BgClassName
{
background-color: #9CFF0C;
}
</style>
border-color css
<style>
span { border-color: #9CFF0C; }
span { border-color: rgb(156,255,12); }
td.TdClassName
{
border-color: #9CFF0C;
}
.TagClassName
{
border-color: #9CFF0C;
}
</style>