Shades of Spring Bud #9FF010
Tints of Spring Bud #9FF010
RGB
CMYK
RGB Variations
Color information
#9FF010 (or 0x9FF010) is known color: Spring Bud. HEX triplet: 9F, F0 and 10. RGB value is (159,240,16). Sum of RGB (Red+Green+Blue) = 159+240+16=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF010 is #600FEF. Grayscale: #BFBFBF. Windows color (decimal): -6295536 or 1110175. OLE color: 1110175.
HSL color Cylindrical-coordinate representation of color #9FF010: hue angle of 81.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FF010 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 16 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.06 |
| HSL | 81.7º | 0.88% | 0.5% | - |
| HSV(B) | 81.7º | 0.93% | 0.94% | - |
| XYZ | 45.55 | 69.73 | 11.55 | - |
| YUV | 190.25 | 29.66 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 16 | 0.34 | 0 | 0.93 | 0.06 | 81.7 | 0.88 | 0.5 |
| Hex | 9F | F0 | 10 | 22 | 0 | 5D | 6 | 52 | 58 | 32 |
| Octal | 237 | 360 | 20 | 42 | 0 | 135 | 6 | 122 | 130 | 62 |
| Binary | 10011111 | 11110000 | 10000 | 100010 | 0 | 1011101 | 110 | 1010010 | 1011000 | 110010 |
Color Harmonies of #9FF010
Complementary color
Monochromatic Colors of #9FF010
Black with #9FF010
Text Example
Text Example
White with #9FF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF010; }
p { color: rgb(159,240,16); }
H1.HeaderClassName
{
color: #9FF010;
}
.AnyTagClassName
{
color: #9FF010;
}
</style>
background-color css
<style>
a { background-color: #9FF010; }
a { background-color: rgb(159,240,16); }
div.DivClassName
{
background-color: #9FF010;
}
.BgClassName
{
background-color: #9FF010;
}
</style>
border-color css
<style>
span { border-color: #9FF010; }
span { border-color: rgb(159,240,16); }
td.TdClassName
{
border-color: #9FF010;
}
.TagClassName
{
border-color: #9FF010;
}
</style>