Shades of Spring Bud #9FFC0C
Tints of Spring Bud #9FFC0C
RGB
CMYK
RGB Variations
Color information
#9FFC0C (or 0x9FFC0C) is known color: Spring Bud. HEX triplet: 9F, FC and 0C. RGB value is (159,252,12). Sum of RGB (Red+Green+Blue) = 159+252+12=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC0C is #6003F3. Grayscale: #C5C5C5. Windows color (decimal): -6292468 or 851103. OLE color: 851103.
HSL color Cylindrical-coordinate representation of color #9FFC0C: hue angle of 83.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FFC0C is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 12 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.01 |
| HSL | 83.25º | 0.98% | 0.52% | - |
| HSV(B) | 83.25º | 0.95% | 0.99% | - |
| XYZ | 49.17 | 77.02 | 12.62 | - |
| YUV | 196.83 | 23.69 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 12 | 0.37 | 0 | 0.95 | 0.01 | 83.25 | 0.98 | 0.52 |
| Hex | 9F | FC | C | 25 | 0 | 5F | 1 | 53 | 62 | 34 |
| Octal | 237 | 374 | 14 | 45 | 0 | 137 | 1 | 123 | 142 | 64 |
| Binary | 10011111 | 11111100 | 1100 | 100101 | 0 | 1011111 | 1 | 1010011 | 1100010 | 110100 |
Color Harmonies of #9FFC0C
Complementary color
Monochromatic Colors of #9FFC0C
Black with #9FFC0C
Text Example
Text Example
White with #9FFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC0C; }
p { color: rgb(159,252,12); }
H1.HeaderClassName
{
color: #9FFC0C;
}
.AnyTagClassName
{
color: #9FFC0C;
}
</style>
background-color css
<style>
a { background-color: #9FFC0C; }
a { background-color: rgb(159,252,12); }
div.DivClassName
{
background-color: #9FFC0C;
}
.BgClassName
{
background-color: #9FFC0C;
}
</style>
border-color css
<style>
span { border-color: #9FFC0C; }
span { border-color: rgb(159,252,12); }
td.TdClassName
{
border-color: #9FFC0C;
}
.TagClassName
{
border-color: #9FFC0C;
}
</style>