Shades of Spring Bud #9FFD14
Tints of Spring Bud #9FFD14
RGB
CMYK
RGB Variations
Color information
#9FFD14 (or 0x9FFD14) is known color: Spring Bud. HEX triplet: 9F, FD and 14. RGB value is (159,253,20). Sum of RGB (Red+Green+Blue) = 159+253+20=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 253 (99.22% from 255 or 58.56% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFD14 is #6002EB. Grayscale: #C7C7C7. Windows color (decimal): -6292204 or 1375647. OLE color: 1375647.
HSL color Cylindrical-coordinate representation of color #9FFD14: hue angle of 84.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FFD14 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 20 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.01 |
| HSL | 84.21º | 0.98% | 0.54% | - |
| HSV(B) | 84.21º | 0.92% | 0.99% | - |
| XYZ | 49.55 | 77.67 | 13.04 | - |
| YUV | 198.33 | 27.36 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 20 | 0.37 | 0 | 0.92 | 0.01 | 84.21 | 0.98 | 0.54 |
| Hex | 9F | FD | 14 | 25 | 0 | 5C | 1 | 54 | 62 | 36 |
| Octal | 237 | 375 | 24 | 45 | 0 | 134 | 1 | 124 | 142 | 66 |
| Binary | 10011111 | 11111101 | 10100 | 100101 | 0 | 1011100 | 1 | 1010100 | 1100010 | 110110 |
Color Harmonies of #9FFD14
Complementary color
Monochromatic Colors of #9FFD14
Black with #9FFD14
Text Example
Text Example
White with #9FFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFD14; }
p { color: rgb(159,253,20); }
H1.HeaderClassName
{
color: #9FFD14;
}
.AnyTagClassName
{
color: #9FFD14;
}
</style>
background-color css
<style>
a { background-color: #9FFD14; }
a { background-color: rgb(159,253,20); }
div.DivClassName
{
background-color: #9FFD14;
}
.BgClassName
{
background-color: #9FFD14;
}
</style>
border-color css
<style>
span { border-color: #9FFD14; }
span { border-color: rgb(159,253,20); }
td.TdClassName
{
border-color: #9FFD14;
}
.TagClassName
{
border-color: #9FFD14;
}
</style>