Shades of Spring Bud #9FF90F
Tints of Spring Bud #9FF90F
RGB
CMYK
RGB Variations
Color information
#9FF90F (or 0x9FF90F) is known color: Spring Bud. HEX triplet: 9F, F9 and 0F. RGB value is (159,249,15). Sum of RGB (Red+Green+Blue) = 159+249+15=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF90F is #6006F0. Grayscale: #C4C4C4. Windows color (decimal): -6293233 or 1046943. OLE color: 1046943.
HSL color Cylindrical-coordinate representation of color #9FF90F: hue angle of 83.08º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FF90F is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 15 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.02 |
| HSL | 83.08º | 0.95% | 0.52% | - |
| HSV(B) | 83.08º | 0.94% | 0.98% | - |
| XYZ | 48.26 | 75.16 | 12.42 | - |
| YUV | 195.41 | 26.18 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 15 | 0.36 | 0 | 0.94 | 0.02 | 83.08 | 0.95 | 0.52 |
| Hex | 9F | F9 | F | 24 | 0 | 5E | 2 | 53 | 5F | 34 |
| Octal | 237 | 371 | 17 | 44 | 0 | 136 | 2 | 123 | 137 | 64 |
| Binary | 10011111 | 11111001 | 1111 | 100100 | 0 | 1011110 | 10 | 1010011 | 1011111 | 110100 |
Color Harmonies of #9FF90F
Complementary color
Monochromatic Colors of #9FF90F
Black with #9FF90F
Text Example
Text Example
White with #9FF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF90F; }
p { color: rgb(159,249,15); }
H1.HeaderClassName
{
color: #9FF90F;
}
.AnyTagClassName
{
color: #9FF90F;
}
</style>
background-color css
<style>
a { background-color: #9FF90F; }
a { background-color: rgb(159,249,15); }
div.DivClassName
{
background-color: #9FF90F;
}
.BgClassName
{
background-color: #9FF90F;
}
</style>
border-color css
<style>
span { border-color: #9FF90F; }
span { border-color: rgb(159,249,15); }
td.TdClassName
{
border-color: #9FF90F;
}
.TagClassName
{
border-color: #9FF90F;
}
</style>