Shades of Spring Bud #9EFA01
Tints of Spring Bud #9EFA01
RGB
CMYK
RGB Variations
Color information
#9EFA01 (or 0x9EFA01) is known color: Spring Bud. HEX triplet: 9E, FA and 01. RGB value is (158,250,1). Sum of RGB (Red+Green+Blue) = 158+250+1=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFA01 is #6105FE. Grayscale: #C3C3C3. Windows color (decimal): -6358527 or 129694. OLE color: 129694.
HSL color Cylindrical-coordinate representation of color #9EFA01: hue angle of 82.17º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EFA01 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.02 |
| HSL | 82.17º | 0.99% | 0.49% | - |
| HSV(B) | 82.17º | 1% | 0.98% | - |
| XYZ | 48.29 | 75.64 | 12.08 | - |
| YUV | 194.11 | 19.02 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 1 | 0.37 | 0 | 1.00 | 0.02 | 82.17 | 0.99 | 0.49 |
| Hex | 9E | FA | 1 | 25 | 0 | 64 | 2 | 52 | 63 | 31 |
| Octal | 236 | 372 | 1 | 45 | 0 | 144 | 2 | 122 | 143 | 61 |
| Binary | 10011110 | 11111010 | 1 | 100101 | 0 | 1100100 | 10 | 1010010 | 1100011 | 110001 |
Color Harmonies of #9EFA01
Complementary color
Monochromatic Colors of #9EFA01
Black with #9EFA01
Text Example
Text Example
White with #9EFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA01; }
p { color: rgb(158,250,1); }
H1.HeaderClassName
{
color: #9EFA01;
}
.AnyTagClassName
{
color: #9EFA01;
}
</style>
background-color css
<style>
a { background-color: #9EFA01; }
a { background-color: rgb(158,250,1); }
div.DivClassName
{
background-color: #9EFA01;
}
.BgClassName
{
background-color: #9EFA01;
}
</style>
border-color css
<style>
span { border-color: #9EFA01; }
span { border-color: rgb(158,250,1); }
td.TdClassName
{
border-color: #9EFA01;
}
.TagClassName
{
border-color: #9EFA01;
}
</style>