Shades of Spring Bud #9EFF0F
Tints of Spring Bud #9EFF0F
RGB
CMYK
RGB Variations
Color information
#9EFF0F (or 0x9EFF0F) is known color: Spring Bud. HEX triplet: 9E, FF and 0F. RGB value is (158,255,15). Sum of RGB (Red+Green+Blue) = 158+255+15=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF0F is #6100F0. Grayscale: #C7C7C7. Windows color (decimal): -6357233 or 1048478. OLE color: 1048478.
HSL color Cylindrical-coordinate representation of color #9EFF0F: hue angle of 84.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EFF0F is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 15 | - |
| CMYK | 0.38 | 0 | 0.94 | 0 |
| HSL | 84.25º | 1% | 0.53% | - |
| HSV(B) | 84.25º | 0.94% | 1% | - |
| XYZ | 49.95 | 78.82 | 13.03 | - |
| YUV | 198.64 | 24.36 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 15 | 0.38 | 0 | 0.94 | 0 | 84.25 | 1 | 0.53 |
| Hex | 9E | FF | F | 26 | 0 | 5E | 0 | 54 | 64 | 35 |
| Octal | 236 | 377 | 17 | 46 | 0 | 136 | 0 | 124 | 144 | 65 |
| Binary | 10011110 | 11111111 | 1111 | 100110 | 0 | 1011110 | 0 | 1010100 | 1100100 | 110101 |
Color Harmonies of #9EFF0F
Complementary color
Monochromatic Colors of #9EFF0F
Black with #9EFF0F
Text Example
Text Example
White with #9EFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF0F; }
p { color: rgb(158,255,15); }
H1.HeaderClassName
{
color: #9EFF0F;
}
.AnyTagClassName
{
color: #9EFF0F;
}
</style>
background-color css
<style>
a { background-color: #9EFF0F; }
a { background-color: rgb(158,255,15); }
div.DivClassName
{
background-color: #9EFF0F;
}
.BgClassName
{
background-color: #9EFF0F;
}
</style>
border-color css
<style>
span { border-color: #9EFF0F; }
span { border-color: rgb(158,255,15); }
td.TdClassName
{
border-color: #9EFF0F;
}
.TagClassName
{
border-color: #9EFF0F;
}
</style>