Shades of Spring Bud #9EEF08
Tints of Spring Bud #9EEF08
RGB
CMYK
RGB Variations
Color information
#9EEF08 (or 0x9EEF08) is known color: Spring Bud. HEX triplet: 9E, EF and 08. RGB value is (158,239,8). Sum of RGB (Red+Green+Blue) = 158+239+8=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 239 (93.75% from 255 or 59.01% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF08 is #6110F7. Grayscale: #BDBDBD. Windows color (decimal): -6361336 or 585630. OLE color: 585630.
HSL color Cylindrical-coordinate representation of color #9EEF08: hue angle of 81.04º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EEF08 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 8 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.06 |
| HSL | 81.04º | 0.94% | 0.48% | - |
| HSV(B) | 81.04º | 0.97% | 0.94% | - |
| XYZ | 45.01 | 69.02 | 11.18 | - |
| YUV | 188.45 | 26.16 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 8 | 0.34 | 0 | 0.97 | 0.06 | 81.04 | 0.94 | 0.48 |
| Hex | 9E | EF | 8 | 22 | 0 | 61 | 6 | 51 | 5E | 30 |
| Octal | 236 | 357 | 10 | 42 | 0 | 141 | 6 | 121 | 136 | 60 |
| Binary | 10011110 | 11101111 | 1000 | 100010 | 0 | 1100001 | 110 | 1010001 | 1011110 | 110000 |
Color Harmonies of #9EEF08
Complementary color
Monochromatic Colors of #9EEF08
Black with #9EEF08
Text Example
Text Example
White with #9EEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF08; }
p { color: rgb(158,239,8); }
H1.HeaderClassName
{
color: #9EEF08;
}
.AnyTagClassName
{
color: #9EEF08;
}
</style>
background-color css
<style>
a { background-color: #9EEF08; }
a { background-color: rgb(158,239,8); }
div.DivClassName
{
background-color: #9EEF08;
}
.BgClassName
{
background-color: #9EEF08;
}
</style>
border-color css
<style>
span { border-color: #9EEF08; }
span { border-color: rgb(158,239,8); }
td.TdClassName
{
border-color: #9EEF08;
}
.TagClassName
{
border-color: #9EEF08;
}
</style>