Shades of Spring Bud #9CF906
Tints of Spring Bud #9CF906
RGB
CMYK
RGB Variations
Color information
#9CF906 (or 0x9CF906) is known color: Spring Bud. HEX triplet: 9C, F9 and 06. RGB value is (156,249,6). Sum of RGB (Red+Green+Blue) = 156+249+6=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF906 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF906 is #6306F9. Grayscale: #C2C2C2. Windows color (decimal): -6489850 or 457116. OLE color: 457116.
HSL color Cylindrical-coordinate representation of color #9CF906: hue angle of 82.96º degrees, saturation: 0.95, 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 #9CF906 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 6 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.02 |
| HSL | 82.96º | 0.95% | 0.5% | - |
| HSV(B) | 82.96º | 0.98% | 0.98% | - |
| XYZ | 47.62 | 74.83 | 12.11 | - |
| YUV | 193.49 | 22.19 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 6 | 0.37 | 0 | 0.98 | 0.02 | 82.96 | 0.95 | 0.5 |
| Hex | 9C | F9 | 6 | 25 | 0 | 62 | 2 | 53 | 5F | 32 |
| Octal | 234 | 371 | 6 | 45 | 0 | 142 | 2 | 123 | 137 | 62 |
| Binary | 10011100 | 11111001 | 110 | 100101 | 0 | 1100010 | 10 | 1010011 | 1011111 | 110010 |
Color Harmonies of #9CF906
Complementary color
Monochromatic Colors of #9CF906
Black with #9CF906
Text Example
Text Example
White with #9CF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF906; }
p { color: rgb(156,249,6); }
H1.HeaderClassName
{
color: #9CF906;
}
.AnyTagClassName
{
color: #9CF906;
}
</style>
background-color css
<style>
a { background-color: #9CF906; }
a { background-color: rgb(156,249,6); }
div.DivClassName
{
background-color: #9CF906;
}
.BgClassName
{
background-color: #9CF906;
}
</style>
border-color css
<style>
span { border-color: #9CF906; }
span { border-color: rgb(156,249,6); }
td.TdClassName
{
border-color: #9CF906;
}
.TagClassName
{
border-color: #9CF906;
}
</style>