Shades of Spring Bud #9EEF0C
Tints of Spring Bud #9EEF0C
RGB
CMYK
RGB Variations
Color information
#9EEF0C (or 0x9EEF0C) is known color: Spring Bud. HEX triplet: 9E, EF and 0C. RGB value is (158,239,12). Sum of RGB (Red+Green+Blue) = 158+239+12=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF0C is #6110F3. Grayscale: #BDBDBD. Windows color (decimal): -6361332 or 847774. OLE color: 847774.
HSL color Cylindrical-coordinate representation of color #9EEF0C: hue angle of 81.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EEF0C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 12 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.06 |
| HSL | 81.41º | 0.9% | 0.49% | - |
| HSV(B) | 81.41º | 0.95% | 0.94% | - |
| XYZ | 45.03 | 69.03 | 11.3 | - |
| YUV | 188.9 | 28.16 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 12 | 0.34 | 0 | 0.95 | 0.06 | 81.41 | 0.9 | 0.49 |
| Hex | 9E | EF | C | 22 | 0 | 5F | 6 | 51 | 5A | 31 |
| Octal | 236 | 357 | 14 | 42 | 0 | 137 | 6 | 121 | 132 | 61 |
| Binary | 10011110 | 11101111 | 1100 | 100010 | 0 | 1011111 | 110 | 1010001 | 1011010 | 110001 |
Color Harmonies of #9EEF0C
Complementary color
Monochromatic Colors of #9EEF0C
Black with #9EEF0C
Text Example
Text Example
White with #9EEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF0C; }
p { color: rgb(158,239,12); }
H1.HeaderClassName
{
color: #9EEF0C;
}
.AnyTagClassName
{
color: #9EEF0C;
}
</style>
background-color css
<style>
a { background-color: #9EEF0C; }
a { background-color: rgb(158,239,12); }
div.DivClassName
{
background-color: #9EEF0C;
}
.BgClassName
{
background-color: #9EEF0C;
}
</style>
border-color css
<style>
span { border-color: #9EEF0C; }
span { border-color: rgb(158,239,12); }
td.TdClassName
{
border-color: #9EEF0C;
}
.TagClassName
{
border-color: #9EEF0C;
}
</style>