Shades of Spring Bud #9FF112
Tints of Spring Bud #9FF112
RGB
CMYK
RGB Variations
Color information
#9FF112 (or 0x9FF112) is known color: Spring Bud. HEX triplet: 9F, F1 and 12. RGB value is (159,241,18). Sum of RGB (Red+Green+Blue) = 159+241+18=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF112 is #600EED. Grayscale: #BFBFBF. Windows color (decimal): -6295278 or 1241503. OLE color: 1241503.
HSL color Cylindrical-coordinate representation of color #9FF112: hue angle of 82.06º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FF112 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 18 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.05 |
| HSL | 82.06º | 0.89% | 0.51% | - |
| HSV(B) | 82.06º | 0.93% | 0.95% | - |
| XYZ | 45.86 | 70.33 | 11.73 | - |
| YUV | 191.06 | 30.33 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 18 | 0.34 | 0 | 0.93 | 0.05 | 82.06 | 0.89 | 0.51 |
| Hex | 9F | F1 | 12 | 22 | 0 | 5D | 5 | 52 | 59 | 33 |
| Octal | 237 | 361 | 22 | 42 | 0 | 135 | 5 | 122 | 131 | 63 |
| Binary | 10011111 | 11110001 | 10010 | 100010 | 0 | 1011101 | 101 | 1010010 | 1011001 | 110011 |
Color Harmonies of #9FF112
Complementary color
Monochromatic Colors of #9FF112
Black with #9FF112
Text Example
Text Example
White with #9FF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF112; }
p { color: rgb(159,241,18); }
H1.HeaderClassName
{
color: #9FF112;
}
.AnyTagClassName
{
color: #9FF112;
}
</style>
background-color css
<style>
a { background-color: #9FF112; }
a { background-color: rgb(159,241,18); }
div.DivClassName
{
background-color: #9FF112;
}
.BgClassName
{
background-color: #9FF112;
}
</style>
border-color css
<style>
span { border-color: #9FF112; }
span { border-color: rgb(159,241,18); }
td.TdClassName
{
border-color: #9FF112;
}
.TagClassName
{
border-color: #9FF112;
}
</style>