Shades of Spring Bud #9FF80A
Tints of Spring Bud #9FF80A
RGB
CMYK
RGB Variations
Color information
#9FF80A (or 0x9FF80A) is known color: Spring Bud. HEX triplet: 9F, F8 and 0A. RGB value is (159,248,10). Sum of RGB (Red+Green+Blue) = 159+248+10=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 248 (97.27% from 255 or 59.47% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF80A is #6007F5. Grayscale: #C3C3C3. Windows color (decimal): -6293494 or 719007. OLE color: 719007.
HSL color Cylindrical-coordinate representation of color #9FF80A: hue angle of 82.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FF80A is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 248 | 10 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.03 |
| HSL | 82.44º | 0.94% | 0.51% | - |
| HSV(B) | 82.44º | 0.96% | 0.97% | - |
| XYZ | 47.92 | 74.53 | 12.15 | - |
| YUV | 194.26 | 24.01 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 248 | 10 | 0.36 | 0 | 0.96 | 0.03 | 82.44 | 0.94 | 0.51 |
| Hex | 9F | F8 | A | 24 | 0 | 60 | 3 | 52 | 5E | 33 |
| Octal | 237 | 370 | 12 | 44 | 0 | 140 | 3 | 122 | 136 | 63 |
| Binary | 10011111 | 11111000 | 1010 | 100100 | 0 | 1100000 | 11 | 1010010 | 1011110 | 110011 |
Color Harmonies of #9FF80A
Complementary color
Monochromatic Colors of #9FF80A
Black with #9FF80A
Text Example
Text Example
White with #9FF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF80A; }
p { color: rgb(159,248,10); }
H1.HeaderClassName
{
color: #9FF80A;
}
.AnyTagClassName
{
color: #9FF80A;
}
</style>
background-color css
<style>
a { background-color: #9FF80A; }
a { background-color: rgb(159,248,10); }
div.DivClassName
{
background-color: #9FF80A;
}
.BgClassName
{
background-color: #9FF80A;
}
</style>
border-color css
<style>
span { border-color: #9FF80A; }
span { border-color: rgb(159,248,10); }
td.TdClassName
{
border-color: #9FF80A;
}
.TagClassName
{
border-color: #9FF80A;
}
</style>