Shades of Spring Bud #9CFB0C
Tints of Spring Bud #9CFB0C
RGB
CMYK
RGB Variations
Color information
#9CFB0C (or 0x9CFB0C) is known color: Spring Bud. HEX triplet: 9C, FB and 0C. RGB value is (156,251,12). Sum of RGB (Red+Green+Blue) = 156+251+12=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFB0C is #6304F3. Grayscale: #C4C4C4. Windows color (decimal): -6489332 or 850844. OLE color: 850844.
HSL color Cylindrical-coordinate representation of color #9CFB0C: hue angle of 83.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CFB0C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.02 |
| HSL | 83.85º | 0.97% | 0.52% | - |
| HSV(B) | 83.85º | 0.95% | 0.98% | - |
| XYZ | 48.27 | 76.09 | 12.49 | - |
| YUV | 195.35 | 24.53 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 12 | 0.38 | 0 | 0.95 | 0.02 | 83.85 | 0.97 | 0.52 |
| Hex | 9C | FB | C | 26 | 0 | 5F | 2 | 54 | 61 | 34 |
| Octal | 234 | 373 | 14 | 46 | 0 | 137 | 2 | 124 | 141 | 64 |
| Binary | 10011100 | 11111011 | 1100 | 100110 | 0 | 1011111 | 10 | 1010100 | 1100001 | 110100 |
Color Harmonies of #9CFB0C
Complementary color
Monochromatic Colors of #9CFB0C
Black with #9CFB0C
Text Example
Text Example
White with #9CFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB0C; }
p { color: rgb(156,251,12); }
H1.HeaderClassName
{
color: #9CFB0C;
}
.AnyTagClassName
{
color: #9CFB0C;
}
</style>
background-color css
<style>
a { background-color: #9CFB0C; }
a { background-color: rgb(156,251,12); }
div.DivClassName
{
background-color: #9CFB0C;
}
.BgClassName
{
background-color: #9CFB0C;
}
</style>
border-color css
<style>
span { border-color: #9CFB0C; }
span { border-color: rgb(156,251,12); }
td.TdClassName
{
border-color: #9CFB0C;
}
.TagClassName
{
border-color: #9CFB0C;
}
</style>