Shades of Spring Bud #9FF60C
Tints of Spring Bud #9FF60C
RGB
CMYK
RGB Variations
Color information
#9FF60C (or 0x9FF60C) is known color: Spring Bud. HEX triplet: 9F, F6 and 0C. RGB value is (159,246,12). Sum of RGB (Red+Green+Blue) = 159+246+12=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF60C is #6009F3. Grayscale: #C2C2C2. Windows color (decimal): -6294004 or 849567. OLE color: 849567.
HSL color Cylindrical-coordinate representation of color #9FF60C: hue angle of 82.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FF60C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 12 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.04 |
| HSL | 82.31º | 0.93% | 0.51% | - |
| HSV(B) | 82.31º | 0.95% | 0.96% | - |
| XYZ | 47.32 | 73.31 | 12 | - |
| YUV | 193.31 | 25.68 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 12 | 0.35 | 0 | 0.95 | 0.04 | 82.31 | 0.93 | 0.51 |
| Hex | 9F | F6 | C | 23 | 0 | 5F | 4 | 52 | 5D | 33 |
| Octal | 237 | 366 | 14 | 43 | 0 | 137 | 4 | 122 | 135 | 63 |
| Binary | 10011111 | 11110110 | 1100 | 100011 | 0 | 1011111 | 100 | 1010010 | 1011101 | 110011 |
Color Harmonies of #9FF60C
Complementary color
Monochromatic Colors of #9FF60C
Black with #9FF60C
Text Example
Text Example
White with #9FF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF60C; }
p { color: rgb(159,246,12); }
H1.HeaderClassName
{
color: #9FF60C;
}
.AnyTagClassName
{
color: #9FF60C;
}
</style>
background-color css
<style>
a { background-color: #9FF60C; }
a { background-color: rgb(159,246,12); }
div.DivClassName
{
background-color: #9FF60C;
}
.BgClassName
{
background-color: #9FF60C;
}
</style>
border-color css
<style>
span { border-color: #9FF60C; }
span { border-color: rgb(159,246,12); }
td.TdClassName
{
border-color: #9FF60C;
}
.TagClassName
{
border-color: #9FF60C;
}
</style>