Shades of Spring Bud #9CFA06
Tints of Spring Bud #9CFA06
RGB
CMYK
RGB Variations
Color information
#9CFA06 (or 0x9CFA06) is known color: Spring Bud. HEX triplet: 9C, FA and 06. RGB value is (156,250,6). Sum of RGB (Red+Green+Blue) = 156+250+6=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFA06 is #6305F9. Grayscale: #C2C2C2. Windows color (decimal): -6489594 or 457372. OLE color: 457372.
HSL color Cylindrical-coordinate representation of color #9CFA06: hue angle of 83.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CFA06 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 6 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.02 |
| HSL | 83.11º | 0.96% | 0.5% | - |
| HSV(B) | 83.11º | 0.98% | 0.98% | - |
| XYZ | 47.93 | 75.45 | 12.21 | - |
| YUV | 194.08 | 21.86 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 6 | 0.38 | 0 | 0.98 | 0.02 | 83.11 | 0.96 | 0.5 |
| Hex | 9C | FA | 6 | 26 | 0 | 62 | 2 | 53 | 60 | 32 |
| Octal | 234 | 372 | 6 | 46 | 0 | 142 | 2 | 123 | 140 | 62 |
| Binary | 10011100 | 11111010 | 110 | 100110 | 0 | 1100010 | 10 | 1010011 | 1100000 | 110010 |
Color Harmonies of #9CFA06
Complementary color
Monochromatic Colors of #9CFA06
Black with #9CFA06
Text Example
Text Example
White with #9CFA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFA06; }
p { color: rgb(156,250,6); }
H1.HeaderClassName
{
color: #9CFA06;
}
.AnyTagClassName
{
color: #9CFA06;
}
</style>
background-color css
<style>
a { background-color: #9CFA06; }
a { background-color: rgb(156,250,6); }
div.DivClassName
{
background-color: #9CFA06;
}
.BgClassName
{
background-color: #9CFA06;
}
</style>
border-color css
<style>
span { border-color: #9CFA06; }
span { border-color: rgb(156,250,6); }
td.TdClassName
{
border-color: #9CFA06;
}
.TagClassName
{
border-color: #9CFA06;
}
</style>