Shades of Spring Bud #9CF300
Tints of Spring Bud #9CF300
RGB
CMYK
RGB Variations
Color information
#9CF300 (or 0x9CF300) is known color: Spring Bud. HEX triplet: 9C, F3 and 00. RGB value is (156,243,0). Sum of RGB (Red+Green+Blue) = 156+243+0=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 243 (95.31% from 255 or 60.90% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF300 is #630CFF. Grayscale: #BEBEBE. Windows color (decimal): -6491392 or 62364. OLE color: 62364.
HSL color Cylindrical-coordinate representation of color #9CF300: hue angle of 81.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CF300 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.05 |
| HSL | 81.48º | 1% | 0.48% | - |
| HSV(B) | 81.48º | 1% | 0.95% | - |
| XYZ | 45.76 | 71.17 | 11.33 | - |
| YUV | 189.29 | 21.18 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 0 | 0.36 | 0 | 1 | 0.05 | 81.48 | 1 | 0.48 |
| Hex | 9C | F3 | 0 | 24 | 0 | 64 | 5 | 51 | 64 | 30 |
| Octal | 234 | 363 | 0 | 44 | 0 | 144 | 5 | 121 | 144 | 60 |
| Binary | 10011100 | 11110011 | 0 | 100100 | 0 | 1100100 | 101 | 1010001 | 1100100 | 110000 |
Color Harmonies of #9CF300
Complementary color
Monochromatic Colors of #9CF300
Black with #9CF300
Text Example
Text Example
White with #9CF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF300; }
p { color: rgb(156,243,0); }
H1.HeaderClassName
{
color: #9CF300;
}
.AnyTagClassName
{
color: #9CF300;
}
</style>
background-color css
<style>
a { background-color: #9CF300; }
a { background-color: rgb(156,243,0); }
div.DivClassName
{
background-color: #9CF300;
}
.BgClassName
{
background-color: #9CF300;
}
</style>
border-color css
<style>
span { border-color: #9CF300; }
span { border-color: rgb(156,243,0); }
td.TdClassName
{
border-color: #9CF300;
}
.TagClassName
{
border-color: #9CF300;
}
</style>