Shades of Spring Bud #9EFA04
Tints of Spring Bud #9EFA04
RGB
CMYK
RGB Variations
Color information
#9EFA04 (or 0x9EFA04) is known color: Spring Bud. HEX triplet: 9E, FA and 04. RGB value is (158,250,4). Sum of RGB (Red+Green+Blue) = 158+250+4=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFA04 is #6105FB. Grayscale: #C3C3C3. Windows color (decimal): -6358524 or 326302. OLE color: 326302.
HSL color Cylindrical-coordinate representation of color #9EFA04: hue angle of 82.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EFA04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.02 |
| HSL | 82.44º | 0.97% | 0.5% | - |
| HSV(B) | 82.44º | 0.98% | 0.98% | - |
| XYZ | 48.31 | 75.65 | 12.17 | - |
| YUV | 194.45 | 20.52 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 4 | 0.37 | 0 | 0.98 | 0.02 | 82.44 | 0.97 | 0.5 |
| Hex | 9E | FA | 4 | 25 | 0 | 62 | 2 | 52 | 61 | 32 |
| Octal | 236 | 372 | 4 | 45 | 0 | 142 | 2 | 122 | 141 | 62 |
| Binary | 10011110 | 11111010 | 100 | 100101 | 0 | 1100010 | 10 | 1010010 | 1100001 | 110010 |
Color Harmonies of #9EFA04
Complementary color
Monochromatic Colors of #9EFA04
Black with #9EFA04
Text Example
Text Example
White with #9EFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA04; }
p { color: rgb(158,250,4); }
H1.HeaderClassName
{
color: #9EFA04;
}
.AnyTagClassName
{
color: #9EFA04;
}
</style>
background-color css
<style>
a { background-color: #9EFA04; }
a { background-color: rgb(158,250,4); }
div.DivClassName
{
background-color: #9EFA04;
}
.BgClassName
{
background-color: #9EFA04;
}
</style>
border-color css
<style>
span { border-color: #9EFA04; }
span { border-color: rgb(158,250,4); }
td.TdClassName
{
border-color: #9EFA04;
}
.TagClassName
{
border-color: #9EFA04;
}
</style>