Shades of Spring Bud #9CF006
Tints of Spring Bud #9CF006
RGB
CMYK
RGB Variations
Color information
#9CF006 (or 0x9CF006) is known color: Spring Bud. HEX triplet: 9C, F0 and 06. RGB value is (156,240,6). Sum of RGB (Red+Green+Blue) = 156+240+6=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF006 is #630FF9. Grayscale: #BDBDBD. Windows color (decimal): -6492154 or 454812. OLE color: 454812.
HSL color Cylindrical-coordinate representation of color #9CF006: hue angle of 81.54º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CF006 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 6 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.06 |
| HSL | 81.54º | 0.95% | 0.48% | - |
| HSV(B) | 81.54º | 0.98% | 0.94% | - |
| XYZ | 44.9 | 69.4 | 11.2 | - |
| YUV | 188.21 | 25.17 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 6 | 0.35 | 0 | 0.98 | 0.06 | 81.54 | 0.95 | 0.48 |
| Hex | 9C | F0 | 6 | 23 | 0 | 62 | 6 | 52 | 5F | 30 |
| Octal | 234 | 360 | 6 | 43 | 0 | 142 | 6 | 122 | 137 | 60 |
| Binary | 10011100 | 11110000 | 110 | 100011 | 0 | 1100010 | 110 | 1010010 | 1011111 | 110000 |
Color Harmonies of #9CF006
Complementary color
Monochromatic Colors of #9CF006
Black with #9CF006
Text Example
Text Example
White with #9CF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF006; }
p { color: rgb(156,240,6); }
H1.HeaderClassName
{
color: #9CF006;
}
.AnyTagClassName
{
color: #9CF006;
}
</style>
background-color css
<style>
a { background-color: #9CF006; }
a { background-color: rgb(156,240,6); }
div.DivClassName
{
background-color: #9CF006;
}
.BgClassName
{
background-color: #9CF006;
}
</style>
border-color css
<style>
span { border-color: #9CF006; }
span { border-color: rgb(156,240,6); }
td.TdClassName
{
border-color: #9CF006;
}
.TagClassName
{
border-color: #9CF006;
}
</style>