Shades of Spring Bud #99EE09
Tints of Spring Bud #99EE09
RGB
CMYK
RGB Variations
Color information
#99EE09 (or 0x99EE09) is known color: Spring Bud. HEX triplet: 99, EE and 09. RGB value is (153,238,9). Sum of RGB (Red+Green+Blue) = 153+238+9=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 238 (93.36% from 255 or 59.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 238 - color contains mainly: green. Hex color #99EE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EE09 is #6611F6. Grayscale: #BBBBBB. Windows color (decimal): -6689271 or 650905. OLE color: 650905.
HSL color Cylindrical-coordinate representation of color #99EE09: hue angle of 82.27º 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 #99EE09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 9 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.07 |
| HSL | 82.27º | 0.93% | 0.48% | - |
| HSV(B) | 82.27º | 0.96% | 0.93% | - |
| XYZ | 43.76 | 67.94 | 11.07 | - |
| YUV | 186.48 | 27.84 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 9 | 0.36 | 0 | 0.96 | 0.07 | 82.27 | 0.93 | 0.48 |
| Hex | 99 | EE | 9 | 24 | 0 | 60 | 7 | 52 | 5D | 30 |
| Octal | 231 | 356 | 11 | 44 | 0 | 140 | 7 | 122 | 135 | 60 |
| Binary | 10011001 | 11101110 | 1001 | 100100 | 0 | 1100000 | 111 | 1010010 | 1011101 | 110000 |
Color Harmonies of #99EE09
Complementary color
Monochromatic Colors of #99EE09
Black with #99EE09
Text Example
Text Example
White with #99EE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EE09; }
p { color: rgb(153,238,9); }
H1.HeaderClassName
{
color: #99EE09;
}
.AnyTagClassName
{
color: #99EE09;
}
</style>
background-color css
<style>
a { background-color: #99EE09; }
a { background-color: rgb(153,238,9); }
div.DivClassName
{
background-color: #99EE09;
}
.BgClassName
{
background-color: #99EE09;
}
</style>
border-color css
<style>
span { border-color: #99EE09; }
span { border-color: rgb(153,238,9); }
td.TdClassName
{
border-color: #99EE09;
}
.TagClassName
{
border-color: #99EE09;
}
</style>