Shades of Spring Bud #9FF90C
Tints of Spring Bud #9FF90C
RGB
CMYK
RGB Variations
Color information
#9FF90C (or 0x9FF90C) is known color: Spring Bud. HEX triplet: 9F, F9 and 0C. RGB value is (159,249,12). Sum of RGB (Red+Green+Blue) = 159+249+12=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF90C is #6006F3. Grayscale: #C3C3C3. Windows color (decimal): -6293236 or 850335. OLE color: 850335.
HSL color Cylindrical-coordinate representation of color #9FF90C: hue angle of 82.78º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FF90C is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 12 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.02 |
| HSL | 82.78º | 0.95% | 0.51% | - |
| HSV(B) | 82.78º | 0.95% | 0.98% | - |
| XYZ | 48.24 | 75.15 | 12.31 | - |
| YUV | 195.07 | 24.68 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 12 | 0.36 | 0 | 0.95 | 0.02 | 82.78 | 0.95 | 0.51 |
| Hex | 9F | F9 | C | 24 | 0 | 5F | 2 | 53 | 5F | 33 |
| Octal | 237 | 371 | 14 | 44 | 0 | 137 | 2 | 123 | 137 | 63 |
| Binary | 10011111 | 11111001 | 1100 | 100100 | 0 | 1011111 | 10 | 1010011 | 1011111 | 110011 |
Color Harmonies of #9FF90C
Complementary color
Monochromatic Colors of #9FF90C
Black with #9FF90C
Text Example
Text Example
White with #9FF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF90C; }
p { color: rgb(159,249,12); }
H1.HeaderClassName
{
color: #9FF90C;
}
.AnyTagClassName
{
color: #9FF90C;
}
</style>
background-color css
<style>
a { background-color: #9FF90C; }
a { background-color: rgb(159,249,12); }
div.DivClassName
{
background-color: #9FF90C;
}
.BgClassName
{
background-color: #9FF90C;
}
</style>
border-color css
<style>
span { border-color: #9FF90C; }
span { border-color: rgb(159,249,12); }
td.TdClassName
{
border-color: #9FF90C;
}
.TagClassName
{
border-color: #9FF90C;
}
</style>