Shades of Spring Bud #9FFC02
Tints of Spring Bud #9FFC02
RGB
CMYK
RGB Variations
Color information
#9FFC02 (or 0x9FFC02) is known color: Spring Bud. HEX triplet: 9F, FC and 02. RGB value is (159,252,2). Sum of RGB (Red+Green+Blue) = 159+252+2=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC02 is #6003FD. Grayscale: #C4C4C4. Windows color (decimal): -6292478 or 195743. OLE color: 195743.
HSL color Cylindrical-coordinate representation of color #9FFC02: hue angle of 82.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FFC02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.01 |
| HSL | 82.32º | 0.98% | 0.5% | - |
| HSV(B) | 82.32º | 0.99% | 0.99% | - |
| XYZ | 49.12 | 77 | 12.33 | - |
| YUV | 195.69 | 18.69 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 2 | 0.37 | 0 | 0.99 | 0.01 | 82.32 | 0.98 | 0.5 |
| Hex | 9F | FC | 2 | 25 | 0 | 63 | 1 | 52 | 62 | 32 |
| Octal | 237 | 374 | 2 | 45 | 0 | 143 | 1 | 122 | 142 | 62 |
| Binary | 10011111 | 11111100 | 10 | 100101 | 0 | 1100011 | 1 | 1010010 | 1100010 | 110010 |
Color Harmonies of #9FFC02
Complementary color
Monochromatic Colors of #9FFC02
Black with #9FFC02
Text Example
Text Example
White with #9FFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC02; }
p { color: rgb(159,252,2); }
H1.HeaderClassName
{
color: #9FFC02;
}
.AnyTagClassName
{
color: #9FFC02;
}
</style>
background-color css
<style>
a { background-color: #9FFC02; }
a { background-color: rgb(159,252,2); }
div.DivClassName
{
background-color: #9FFC02;
}
.BgClassName
{
background-color: #9FFC02;
}
</style>
border-color css
<style>
span { border-color: #9FFC02; }
span { border-color: rgb(159,252,2); }
td.TdClassName
{
border-color: #9FFC02;
}
.TagClassName
{
border-color: #9FFC02;
}
</style>