Shades of Spring Bud #9CFB15
Tints of Spring Bud #9CFB15
RGB
CMYK
RGB Variations
Color information
#9CFB15 (or 0x9CFB15) is known color: Spring Bud. HEX triplet: 9C, FB and 15. RGB value is (156,251,21). Sum of RGB (Red+Green+Blue) = 156+251+21=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFB15 is #6304EA. Grayscale: #C5C5C5. Windows color (decimal): -6489323 or 1440668. OLE color: 1440668.
HSL color Cylindrical-coordinate representation of color #9CFB15: hue angle of 84.78º degrees, saturation: 0.97, 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 #9CFB15 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 21 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.02 |
| HSL | 84.78º | 0.97% | 0.53% | - |
| HSV(B) | 84.78º | 0.92% | 0.98% | - |
| XYZ | 48.34 | 76.12 | 12.85 | - |
| YUV | 196.38 | 29.03 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 21 | 0.38 | 0 | 0.92 | 0.02 | 84.78 | 0.97 | 0.53 |
| Hex | 9C | FB | 15 | 26 | 0 | 5C | 2 | 55 | 61 | 35 |
| Octal | 234 | 373 | 25 | 46 | 0 | 134 | 2 | 125 | 141 | 65 |
| Binary | 10011100 | 11111011 | 10101 | 100110 | 0 | 1011100 | 10 | 1010101 | 1100001 | 110101 |
Color Harmonies of #9CFB15
Complementary color
Monochromatic Colors of #9CFB15
Black with #9CFB15
Text Example
Text Example
White with #9CFB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB15; }
p { color: rgb(156,251,21); }
H1.HeaderClassName
{
color: #9CFB15;
}
.AnyTagClassName
{
color: #9CFB15;
}
</style>
background-color css
<style>
a { background-color: #9CFB15; }
a { background-color: rgb(156,251,21); }
div.DivClassName
{
background-color: #9CFB15;
}
.BgClassName
{
background-color: #9CFB15;
}
</style>
border-color css
<style>
span { border-color: #9CFB15; }
span { border-color: rgb(156,251,21); }
td.TdClassName
{
border-color: #9CFB15;
}
.TagClassName
{
border-color: #9CFB15;
}
</style>