Shades of Spring Bud #9EE807
Tints of Spring Bud #9EE807
RGB
CMYK
RGB Variations
Color information
#9EE807 (or 0x9EE807) is known color: Spring Bud. HEX triplet: 9E, E8 and 07. RGB value is (158,232,7). Sum of RGB (Red+Green+Blue) = 158+232+7=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 232 (91.02% from 255 or 58.44% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EE807 is #6117F8. Grayscale: #B9B9B9. Windows color (decimal): -6363129 or 518302. OLE color: 518302.
HSL color Cylindrical-coordinate representation of color #9EE807: hue angle of 79.73º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EE807 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.09 |
| HSL | 79.73º | 0.94% | 0.47% | - |
| HSV(B) | 79.73º | 0.97% | 0.91% | - |
| XYZ | 43 | 65 | 10.48 | - |
| YUV | 184.22 | 27.98 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 7 | 0.32 | 0 | 0.97 | 0.09 | 79.73 | 0.94 | 0.47 |
| Hex | 9E | E8 | 7 | 20 | 0 | 61 | 9 | 50 | 5E | 2F |
| Octal | 236 | 350 | 7 | 40 | 0 | 141 | 11 | 120 | 136 | 57 |
| Binary | 10011110 | 11101000 | 111 | 100000 | 0 | 1100001 | 1001 | 1010000 | 1011110 | 101111 |
Color Harmonies of #9EE807
Complementary color
Monochromatic Colors of #9EE807
Black with #9EE807
Text Example
Text Example
White with #9EE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE807; }
p { color: rgb(158,232,7); }
H1.HeaderClassName
{
color: #9EE807;
}
.AnyTagClassName
{
color: #9EE807;
}
</style>
background-color css
<style>
a { background-color: #9EE807; }
a { background-color: rgb(158,232,7); }
div.DivClassName
{
background-color: #9EE807;
}
.BgClassName
{
background-color: #9EE807;
}
</style>
border-color css
<style>
span { border-color: #9EE807; }
span { border-color: rgb(158,232,7); }
td.TdClassName
{
border-color: #9EE807;
}
.TagClassName
{
border-color: #9EE807;
}
</style>