Shades of Spring Bud #9EEE09
Tints of Spring Bud #9EEE09
RGB
CMYK
RGB Variations
Color information
#9EEE09 (or 0x9EEE09) is known color: Spring Bud. HEX triplet: 9E, EE and 09. RGB value is (158,238,9). Sum of RGB (Red+Green+Blue) = 158+238+9=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 238 (93.36% from 255 or 58.77% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEE09 is #6111F6. Grayscale: #BCBCBC. Windows color (decimal): -6361591 or 650910. OLE color: 650910.
HSL color Cylindrical-coordinate representation of color #9EEE09: hue angle of 80.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EEE09 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 9 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.07 |
| HSL | 80.96º | 0.93% | 0.48% | - |
| HSV(B) | 80.96º | 0.96% | 0.93% | - |
| XYZ | 44.72 | 68.44 | 11.11 | - |
| YUV | 187.97 | 27 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 9 | 0.34 | 0 | 0.96 | 0.07 | 80.96 | 0.93 | 0.48 |
| Hex | 9E | EE | 9 | 22 | 0 | 60 | 7 | 51 | 5D | 30 |
| Octal | 236 | 356 | 11 | 42 | 0 | 140 | 7 | 121 | 135 | 60 |
| Binary | 10011110 | 11101110 | 1001 | 100010 | 0 | 1100000 | 111 | 1010001 | 1011101 | 110000 |
Color Harmonies of #9EEE09
Complementary color
Monochromatic Colors of #9EEE09
Black with #9EEE09
Text Example
Text Example
White with #9EEE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEE09; }
p { color: rgb(158,238,9); }
H1.HeaderClassName
{
color: #9EEE09;
}
.AnyTagClassName
{
color: #9EEE09;
}
</style>
background-color css
<style>
a { background-color: #9EEE09; }
a { background-color: rgb(158,238,9); }
div.DivClassName
{
background-color: #9EEE09;
}
.BgClassName
{
background-color: #9EEE09;
}
</style>
border-color css
<style>
span { border-color: #9EEE09; }
span { border-color: rgb(158,238,9); }
td.TdClassName
{
border-color: #9EEE09;
}
.TagClassName
{
border-color: #9EEE09;
}
</style>