Shades of Spring Bud #9EFE01
Tints of Spring Bud #9EFE01
RGB
CMYK
RGB Variations
Color information
#9EFE01 (or 0x9EFE01) is known color: Spring Bud. HEX triplet: 9E, FE and 01. RGB value is (158,254,1). Sum of RGB (Red+Green+Blue) = 158+254+1=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 254 (99.61% from 255 or 61.50% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFE01 is #6101FE. Grayscale: #C5C5C5. Windows color (decimal): -6357503 or 130718. OLE color: 130718.
HSL color Cylindrical-coordinate representation of color #9EFE01: hue angle of 82.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EFE01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.00 |
| HSL | 82.77º | 0.99% | 0.5% | - |
| HSV(B) | 82.77º | 1% | 1% | - |
| XYZ | 49.55 | 78.15 | 12.5 | - |
| YUV | 196.45 | 17.7 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 1 | 0.38 | 0 | 1.00 | 0.00 | 82.77 | 0.99 | 0.5 |
| Hex | 9E | FE | 1 | 26 | 0 | 64 | 0 | 53 | 63 | 32 |
| Octal | 236 | 376 | 1 | 46 | 0 | 144 | 0 | 123 | 143 | 62 |
| Binary | 10011110 | 11111110 | 1 | 100110 | 0 | 1100100 | 0 | 1010011 | 1100011 | 110010 |
Color Harmonies of #9EFE01
Complementary color
Monochromatic Colors of #9EFE01
Black with #9EFE01
Text Example
Text Example
White with #9EFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFE01; }
p { color: rgb(158,254,1); }
H1.HeaderClassName
{
color: #9EFE01;
}
.AnyTagClassName
{
color: #9EFE01;
}
</style>
background-color css
<style>
a { background-color: #9EFE01; }
a { background-color: rgb(158,254,1); }
div.DivClassName
{
background-color: #9EFE01;
}
.BgClassName
{
background-color: #9EFE01;
}
</style>
border-color css
<style>
span { border-color: #9EFE01; }
span { border-color: rgb(158,254,1); }
td.TdClassName
{
border-color: #9EFE01;
}
.TagClassName
{
border-color: #9EFE01;
}
</style>