Shades of Spring Bud #9FF914
Tints of Spring Bud #9FF914
RGB
CMYK
RGB Variations
Color information
#9FF914 (or 0x9FF914) is known color: Spring Bud. HEX triplet: 9F, F9 and 14. RGB value is (159,249,20). Sum of RGB (Red+Green+Blue) = 159+249+20=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF914 is #6006EB. Grayscale: #C4C4C4. Windows color (decimal): -6293228 or 1374623. OLE color: 1374623.
HSL color Cylindrical-coordinate representation of color #9FF914: hue angle of 83.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FF914 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.02 |
| HSL | 83.58º | 0.95% | 0.53% | - |
| HSV(B) | 83.58º | 0.92% | 0.98% | - |
| XYZ | 48.3 | 75.17 | 12.63 | - |
| YUV | 195.98 | 28.68 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 20 | 0.36 | 0 | 0.92 | 0.02 | 83.58 | 0.95 | 0.53 |
| Hex | 9F | F9 | 14 | 24 | 0 | 5C | 2 | 54 | 5F | 35 |
| Octal | 237 | 371 | 24 | 44 | 0 | 134 | 2 | 124 | 137 | 65 |
| Binary | 10011111 | 11111001 | 10100 | 100100 | 0 | 1011100 | 10 | 1010100 | 1011111 | 110101 |
Color Harmonies of #9FF914
Complementary color
Monochromatic Colors of #9FF914
Black with #9FF914
Text Example
Text Example
White with #9FF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF914; }
p { color: rgb(159,249,20); }
H1.HeaderClassName
{
color: #9FF914;
}
.AnyTagClassName
{
color: #9FF914;
}
</style>
background-color css
<style>
a { background-color: #9FF914; }
a { background-color: rgb(159,249,20); }
div.DivClassName
{
background-color: #9FF914;
}
.BgClassName
{
background-color: #9FF914;
}
</style>
border-color css
<style>
span { border-color: #9FF914; }
span { border-color: rgb(159,249,20); }
td.TdClassName
{
border-color: #9FF914;
}
.TagClassName
{
border-color: #9FF914;
}
</style>