Shades of Spring Bud #9CF401
Tints of Spring Bud #9CF401
RGB
CMYK
RGB Variations
Color information
#9CF401 (or 0x9CF401) is known color: Spring Bud. HEX triplet: 9C, F4 and 01. RGB value is (156,244,1). Sum of RGB (Red+Green+Blue) = 156+244+1=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 244 (95.70% from 255 or 60.85% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF401 is #630BFE. Grayscale: #BEBEBE. Windows color (decimal): -6491135 or 128156. OLE color: 128156.
HSL color Cylindrical-coordinate representation of color #9CF401: hue angle of 81.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CF401 is Cyan = 0.36, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 1 | - |
| CMYK | 0.36 | 0 | 1.00 | 0.04 |
| HSL | 81.73º | 0.99% | 0.48% | - |
| HSV(B) | 81.73º | 1% | 0.96% | - |
| XYZ | 46.07 | 71.77 | 11.45 | - |
| YUV | 189.99 | 21.35 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 1 | 0.36 | 0 | 1.00 | 0.04 | 81.73 | 0.99 | 0.48 |
| Hex | 9C | F4 | 1 | 24 | 0 | 64 | 4 | 52 | 63 | 30 |
| Octal | 234 | 364 | 1 | 44 | 0 | 144 | 4 | 122 | 143 | 60 |
| Binary | 10011100 | 11110100 | 1 | 100100 | 0 | 1100100 | 100 | 1010010 | 1100011 | 110000 |
Color Harmonies of #9CF401
Complementary color
Monochromatic Colors of #9CF401
Black with #9CF401
Text Example
Text Example
White with #9CF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF401; }
p { color: rgb(156,244,1); }
H1.HeaderClassName
{
color: #9CF401;
}
.AnyTagClassName
{
color: #9CF401;
}
</style>
background-color css
<style>
a { background-color: #9CF401; }
a { background-color: rgb(156,244,1); }
div.DivClassName
{
background-color: #9CF401;
}
.BgClassName
{
background-color: #9CF401;
}
</style>
border-color css
<style>
span { border-color: #9CF401; }
span { border-color: rgb(156,244,1); }
td.TdClassName
{
border-color: #9CF401;
}
.TagClassName
{
border-color: #9CF401;
}
</style>