Shades of Spring Bud #9CF708
Tints of Spring Bud #9CF708
RGB
CMYK
RGB Variations
Color information
#9CF708 (or 0x9CF708) is known color: Spring Bud. HEX triplet: 9C, F7 and 08. RGB value is (156,247,8). Sum of RGB (Red+Green+Blue) = 156+247+8=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 247 (96.88% from 255 or 60.10% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF708 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF708 is #6308F7. Grayscale: #C1C1C1. Windows color (decimal): -6490360 or 587676. OLE color: 587676.
HSL color Cylindrical-coordinate representation of color #9CF708: hue angle of 82.85º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CF708 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 247 | 8 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.03 |
| HSL | 82.85º | 0.94% | 0.5% | - |
| HSV(B) | 82.85º | 0.97% | 0.97% | - |
| XYZ | 47.01 | 73.61 | 11.96 | - |
| YUV | 192.55 | 23.85 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 8 | 0.37 | 0 | 0.97 | 0.03 | 82.85 | 0.94 | 0.5 |
| Hex | 9C | F7 | 8 | 25 | 0 | 61 | 3 | 53 | 5E | 32 |
| Octal | 234 | 367 | 10 | 45 | 0 | 141 | 3 | 123 | 136 | 62 |
| Binary | 10011100 | 11110111 | 1000 | 100101 | 0 | 1100001 | 11 | 1010011 | 1011110 | 110010 |
Color Harmonies of #9CF708
Complementary color
Monochromatic Colors of #9CF708
Black with #9CF708
Text Example
Text Example
White with #9CF708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF708; }
p { color: rgb(156,247,8); }
H1.HeaderClassName
{
color: #9CF708;
}
.AnyTagClassName
{
color: #9CF708;
}
</style>
background-color css
<style>
a { background-color: #9CF708; }
a { background-color: rgb(156,247,8); }
div.DivClassName
{
background-color: #9CF708;
}
.BgClassName
{
background-color: #9CF708;
}
</style>
border-color css
<style>
span { border-color: #9CF708; }
span { border-color: rgb(156,247,8); }
td.TdClassName
{
border-color: #9CF708;
}
.TagClassName
{
border-color: #9CF708;
}
</style>