Shades of Spring Bud #9CFA14
Tints of Spring Bud #9CFA14
RGB
CMYK
RGB Variations
Color information
#9CFA14 (or 0x9CFA14) is known color: Spring Bud. HEX triplet: 9C, FA and 14. RGB value is (156,250,20). Sum of RGB (Red+Green+Blue) = 156+250+20=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFA14 is #6305EB. Grayscale: #C4C4C4. Windows color (decimal): -6489580 or 1374876. OLE color: 1374876.
HSL color Cylindrical-coordinate representation of color #9CFA14: hue angle of 84.52º degrees, saturation: 0.96, 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 #9CFA14 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 20 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.02 |
| HSL | 84.52º | 0.96% | 0.53% | - |
| HSV(B) | 84.52º | 0.92% | 0.98% | - |
| XYZ | 48.02 | 75.49 | 12.7 | - |
| YUV | 195.67 | 28.86 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 20 | 0.38 | 0 | 0.92 | 0.02 | 84.52 | 0.96 | 0.53 |
| Hex | 9C | FA | 14 | 26 | 0 | 5C | 2 | 55 | 60 | 35 |
| Octal | 234 | 372 | 24 | 46 | 0 | 134 | 2 | 125 | 140 | 65 |
| Binary | 10011100 | 11111010 | 10100 | 100110 | 0 | 1011100 | 10 | 1010101 | 1100000 | 110101 |
Color Harmonies of #9CFA14
Complementary color
Monochromatic Colors of #9CFA14
Black with #9CFA14
Text Example
Text Example
White with #9CFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFA14; }
p { color: rgb(156,250,20); }
H1.HeaderClassName
{
color: #9CFA14;
}
.AnyTagClassName
{
color: #9CFA14;
}
</style>
background-color css
<style>
a { background-color: #9CFA14; }
a { background-color: rgb(156,250,20); }
div.DivClassName
{
background-color: #9CFA14;
}
.BgClassName
{
background-color: #9CFA14;
}
</style>
border-color css
<style>
span { border-color: #9CFA14; }
span { border-color: rgb(156,250,20); }
td.TdClassName
{
border-color: #9CFA14;
}
.TagClassName
{
border-color: #9CFA14;
}
</style>