Shades of Spring Bud #9FF902
Tints of Spring Bud #9FF902
RGB
CMYK
RGB Variations
Color information
#9FF902 (or 0x9FF902) is known color: Spring Bud. HEX triplet: 9F, F9 and 02. RGB value is (159,249,2). Sum of RGB (Red+Green+Blue) = 159+249+2=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF902 is #6006FD. Grayscale: #C2C2C2. Windows color (decimal): -6293246 or 194975. OLE color: 194975.
HSL color Cylindrical-coordinate representation of color #9FF902: hue angle of 81.86º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FF902 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.02 |
| HSL | 81.86º | 0.98% | 0.49% | - |
| HSV(B) | 81.86º | 0.99% | 0.98% | - |
| XYZ | 48.18 | 75.13 | 12.02 | - |
| YUV | 193.93 | 19.68 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 2 | 0.36 | 0 | 0.99 | 0.02 | 81.86 | 0.98 | 0.49 |
| Hex | 9F | F9 | 2 | 24 | 0 | 63 | 2 | 52 | 62 | 31 |
| Octal | 237 | 371 | 2 | 44 | 0 | 143 | 2 | 122 | 142 | 61 |
| Binary | 10011111 | 11111001 | 10 | 100100 | 0 | 1100011 | 10 | 1010010 | 1100010 | 110001 |
Color Harmonies of #9FF902
Complementary color
Monochromatic Colors of #9FF902
Black with #9FF902
Text Example
Text Example
White with #9FF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF902; }
p { color: rgb(159,249,2); }
H1.HeaderClassName
{
color: #9FF902;
}
.AnyTagClassName
{
color: #9FF902;
}
</style>
background-color css
<style>
a { background-color: #9FF902; }
a { background-color: rgb(159,249,2); }
div.DivClassName
{
background-color: #9FF902;
}
.BgClassName
{
background-color: #9FF902;
}
</style>
border-color css
<style>
span { border-color: #9FF902; }
span { border-color: rgb(159,249,2); }
td.TdClassName
{
border-color: #9FF902;
}
.TagClassName
{
border-color: #9FF902;
}
</style>