Shades of Spring Bud #9EE803
Tints of Spring Bud #9EE803
RGB
CMYK
RGB Variations
Color information
#9EE803 (or 0x9EE803) is known color: Spring Bud. HEX triplet: 9E, E8 and 03. RGB value is (158,232,3). Sum of RGB (Red+Green+Blue) = 158+232+3=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 232 (91.02% from 255 or 59.03% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EE803 is #6117FC. Grayscale: #B8B8B8. Windows color (decimal): -6363133 or 256158. OLE color: 256158.
HSL color Cylindrical-coordinate representation of color #9EE803: hue angle of 79.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EE803 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.09 |
| HSL | 79.39º | 0.97% | 0.46% | - |
| HSV(B) | 79.39º | 0.99% | 0.91% | - |
| XYZ | 42.97 | 64.99 | 10.37 | - |
| YUV | 183.77 | 25.98 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 3 | 0.32 | 0 | 0.99 | 0.09 | 79.39 | 0.97 | 0.46 |
| Hex | 9E | E8 | 3 | 20 | 0 | 63 | 9 | 4F | 61 | 2E |
| Octal | 236 | 350 | 3 | 40 | 0 | 143 | 11 | 117 | 141 | 56 |
| Binary | 10011110 | 11101000 | 11 | 100000 | 0 | 1100011 | 1001 | 1001111 | 1100001 | 101110 |
Color Harmonies of #9EE803
Complementary color
Monochromatic Colors of #9EE803
Black with #9EE803
Text Example
Text Example
White with #9EE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE803; }
p { color: rgb(158,232,3); }
H1.HeaderClassName
{
color: #9EE803;
}
.AnyTagClassName
{
color: #9EE803;
}
</style>
background-color css
<style>
a { background-color: #9EE803; }
a { background-color: rgb(158,232,3); }
div.DivClassName
{
background-color: #9EE803;
}
.BgClassName
{
background-color: #9EE803;
}
</style>
border-color css
<style>
span { border-color: #9EE803; }
span { border-color: rgb(158,232,3); }
td.TdClassName
{
border-color: #9EE803;
}
.TagClassName
{
border-color: #9EE803;
}
</style>