Shades of Spring Bud #9EEE02
Tints of Spring Bud #9EEE02
RGB
CMYK
RGB Variations
Color information
#9EEE02 (or 0x9EEE02) is known color: Spring Bud. HEX triplet: 9E, EE and 02. RGB value is (158,238,2). Sum of RGB (Red+Green+Blue) = 158+238+2=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 238 (93.36% from 255 or 59.80% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEE02 is #6111FD. Grayscale: #BCBCBC. Windows color (decimal): -6361598 or 192158. OLE color: 192158.
HSL color Cylindrical-coordinate representation of color #9EEE02: hue angle of 80.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EEE02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.07 |
| HSL | 80.34º | 0.98% | 0.47% | - |
| HSV(B) | 80.34º | 0.99% | 0.93% | - |
| XYZ | 44.69 | 68.42 | 10.91 | - |
| YUV | 187.18 | 23.5 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 2 | 0.34 | 0 | 0.99 | 0.07 | 80.34 | 0.98 | 0.47 |
| Hex | 9E | EE | 2 | 22 | 0 | 63 | 7 | 50 | 62 | 2F |
| Octal | 236 | 356 | 2 | 42 | 0 | 143 | 7 | 120 | 142 | 57 |
| Binary | 10011110 | 11101110 | 10 | 100010 | 0 | 1100011 | 111 | 1010000 | 1100010 | 101111 |
Color Harmonies of #9EEE02
Complementary color
Monochromatic Colors of #9EEE02
Black with #9EEE02
Text Example
Text Example
White with #9EEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEE02; }
p { color: rgb(158,238,2); }
H1.HeaderClassName
{
color: #9EEE02;
}
.AnyTagClassName
{
color: #9EEE02;
}
</style>
background-color css
<style>
a { background-color: #9EEE02; }
a { background-color: rgb(158,238,2); }
div.DivClassName
{
background-color: #9EEE02;
}
.BgClassName
{
background-color: #9EEE02;
}
</style>
border-color css
<style>
span { border-color: #9EEE02; }
span { border-color: rgb(158,238,2); }
td.TdClassName
{
border-color: #9EEE02;
}
.TagClassName
{
border-color: #9EEE02;
}
</style>