Shades of Spring Bud #9FFC00
Tints of Spring Bud #9FFC00
RGB
CMYK
RGB Variations
Color information
#9FFC00 (or 0x9FFC00) is known color: Spring Bud. HEX triplet: 9F, FC and 00. RGB value is (159,252,0). Sum of RGB (Red+Green+Blue) = 159+252+0=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC00 is #6003FF. Grayscale: #C4C4C4. Windows color (decimal): -6292480 or 64671. OLE color: 64671.
HSL color Cylindrical-coordinate representation of color #9FFC00: hue angle of 82.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FFC00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.01 |
| HSL | 82.14º | 1% | 0.49% | - |
| HSV(B) | 82.14º | 1% | 0.99% | - |
| XYZ | 49.11 | 76.99 | 12.27 | - |
| YUV | 195.47 | 17.69 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 0 | 0.37 | 0 | 1 | 0.01 | 82.14 | 1 | 0.49 |
| Hex | 9F | FC | 0 | 25 | 0 | 64 | 1 | 52 | 64 | 31 |
| Octal | 237 | 374 | 0 | 45 | 0 | 144 | 1 | 122 | 144 | 61 |
| Binary | 10011111 | 11111100 | 0 | 100101 | 0 | 1100100 | 1 | 1010010 | 1100100 | 110001 |
Color Harmonies of #9FFC00
Complementary color
Monochromatic Colors of #9FFC00
Black with #9FFC00
Text Example
Text Example
White with #9FFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC00; }
p { color: rgb(159,252,0); }
H1.HeaderClassName
{
color: #9FFC00;
}
.AnyTagClassName
{
color: #9FFC00;
}
</style>
background-color css
<style>
a { background-color: #9FFC00; }
a { background-color: rgb(159,252,0); }
div.DivClassName
{
background-color: #9FFC00;
}
.BgClassName
{
background-color: #9FFC00;
}
</style>
border-color css
<style>
span { border-color: #9FFC00; }
span { border-color: rgb(159,252,0); }
td.TdClassName
{
border-color: #9FFC00;
}
.TagClassName
{
border-color: #9FFC00;
}
</style>