Shades of Spring Bud #9FED06
Tints of Spring Bud #9FED06
RGB
CMYK
RGB Variations
Color information
#9FED06 (or 0x9FED06) is known color: Spring Bud. HEX triplet: 9F, ED and 06. RGB value is (159,237,6). Sum of RGB (Red+Green+Blue) = 159+237+6=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 237 (92.97% from 255 or 58.96% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FED06 is #6012F9. Grayscale: #BCBCBC. Windows color (decimal): -6296314 or 454047. OLE color: 454047.
HSL color Cylindrical-coordinate representation of color #9FED06: hue angle of 80.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FED06 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 6 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.07 |
| HSL | 80.26º | 0.95% | 0.48% | - |
| HSV(B) | 80.26º | 0.97% | 0.93% | - |
| XYZ | 44.62 | 67.95 | 10.94 | - |
| YUV | 187.34 | 25.66 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 6 | 0.33 | 0 | 0.97 | 0.07 | 80.26 | 0.95 | 0.48 |
| Hex | 9F | ED | 6 | 21 | 0 | 61 | 7 | 50 | 5F | 30 |
| Octal | 237 | 355 | 6 | 41 | 0 | 141 | 7 | 120 | 137 | 60 |
| Binary | 10011111 | 11101101 | 110 | 100001 | 0 | 1100001 | 111 | 1010000 | 1011111 | 110000 |
Color Harmonies of #9FED06
Complementary color
Monochromatic Colors of #9FED06
Black with #9FED06
Text Example
Text Example
White with #9FED06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED06; }
p { color: rgb(159,237,6); }
H1.HeaderClassName
{
color: #9FED06;
}
.AnyTagClassName
{
color: #9FED06;
}
</style>
background-color css
<style>
a { background-color: #9FED06; }
a { background-color: rgb(159,237,6); }
div.DivClassName
{
background-color: #9FED06;
}
.BgClassName
{
background-color: #9FED06;
}
</style>
border-color css
<style>
span { border-color: #9FED06; }
span { border-color: rgb(159,237,6); }
td.TdClassName
{
border-color: #9FED06;
}
.TagClassName
{
border-color: #9FED06;
}
</style>