Shades of Spring Bud #9CFB18
Tints of Spring Bud #9CFB18
RGB
CMYK
RGB Variations
Color information
#9CFB18 (or 0x9CFB18) is known color: Spring Bud. HEX triplet: 9C, FB and 18. RGB value is (156,251,24). Sum of RGB (Red+Green+Blue) = 156+251+24=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFB18 is #6304E7. Grayscale: #C5C5C5. Windows color (decimal): -6489320 or 1637276. OLE color: 1637276.
HSL color Cylindrical-coordinate representation of color #9CFB18: hue angle of 85.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CFB18 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 24 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.02 |
| HSL | 85.11º | 0.97% | 0.54% | - |
| HSV(B) | 85.11º | 0.9% | 0.98% | - |
| XYZ | 48.37 | 76.13 | 13.01 | - |
| YUV | 196.72 | 30.53 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 24 | 0.38 | 0 | 0.90 | 0.02 | 85.11 | 0.97 | 0.54 |
| Hex | 9C | FB | 18 | 26 | 0 | 5A | 2 | 55 | 61 | 36 |
| Octal | 234 | 373 | 30 | 46 | 0 | 132 | 2 | 125 | 141 | 66 |
| Binary | 10011100 | 11111011 | 11000 | 100110 | 0 | 1011010 | 10 | 1010101 | 1100001 | 110110 |
Color Harmonies of #9CFB18
Complementary color
Monochromatic Colors of #9CFB18
Black with #9CFB18
Text Example
Text Example
White with #9CFB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB18; }
p { color: rgb(156,251,24); }
H1.HeaderClassName
{
color: #9CFB18;
}
.AnyTagClassName
{
color: #9CFB18;
}
</style>
background-color css
<style>
a { background-color: #9CFB18; }
a { background-color: rgb(156,251,24); }
div.DivClassName
{
background-color: #9CFB18;
}
.BgClassName
{
background-color: #9CFB18;
}
</style>
border-color css
<style>
span { border-color: #9CFB18; }
span { border-color: rgb(156,251,24); }
td.TdClassName
{
border-color: #9CFB18;
}
.TagClassName
{
border-color: #9CFB18;
}
</style>