Shades of Spring Bud #9EF409
Tints of Spring Bud #9EF409
RGB
CMYK
RGB Variations
Color information
#9EF409 (or 0x9EF409) is known color: Spring Bud. HEX triplet: 9E, F4 and 09. RGB value is (158,244,9). Sum of RGB (Red+Green+Blue) = 158+244+9=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 244 (95.70% from 255 or 59.37% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF409 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF409 is #610BF6. Grayscale: #C0C0C0. Windows color (decimal): -6360055 or 652446. OLE color: 652446.
HSL color Cylindrical-coordinate representation of color #9EF409: hue angle of 81.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EF409 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 9 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.04 |
| HSL | 81.96º | 0.93% | 0.5% | - |
| HSV(B) | 81.96º | 0.96% | 0.96% | - |
| XYZ | 46.5 | 71.99 | 11.7 | - |
| YUV | 191.5 | 25.01 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 9 | 0.35 | 0 | 0.96 | 0.04 | 81.96 | 0.93 | 0.5 |
| Hex | 9E | F4 | 9 | 23 | 0 | 60 | 4 | 52 | 5D | 32 |
| Octal | 236 | 364 | 11 | 43 | 0 | 140 | 4 | 122 | 135 | 62 |
| Binary | 10011110 | 11110100 | 1001 | 100011 | 0 | 1100000 | 100 | 1010010 | 1011101 | 110010 |
Color Harmonies of #9EF409
Complementary color
Monochromatic Colors of #9EF409
Black with #9EF409
Text Example
Text Example
White with #9EF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF409; }
p { color: rgb(158,244,9); }
H1.HeaderClassName
{
color: #9EF409;
}
.AnyTagClassName
{
color: #9EF409;
}
</style>
background-color css
<style>
a { background-color: #9EF409; }
a { background-color: rgb(158,244,9); }
div.DivClassName
{
background-color: #9EF409;
}
.BgClassName
{
background-color: #9EF409;
}
</style>
border-color css
<style>
span { border-color: #9EF409; }
span { border-color: rgb(158,244,9); }
td.TdClassName
{
border-color: #9EF409;
}
.TagClassName
{
border-color: #9EF409;
}
</style>