Shades of Spring Bud #9EEF10
Tints of Spring Bud #9EEF10
RGB
CMYK
RGB Variations
Color information
#9EEF10 (or 0x9EEF10) is known color: Spring Bud. HEX triplet: 9E, EF and 10. RGB value is (158,239,16). Sum of RGB (Red+Green+Blue) = 158+239+16=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF10 is #6110EF. Grayscale: #BEBEBE. Windows color (decimal): -6361328 or 1109918. OLE color: 1109918.
HSL color Cylindrical-coordinate representation of color #9EEF10: hue angle of 81.79º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EEF10 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 16 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.06 |
| HSL | 81.79º | 0.87% | 0.5% | - |
| HSV(B) | 81.79º | 0.93% | 0.94% | - |
| XYZ | 45.06 | 69.04 | 11.44 | - |
| YUV | 189.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 16 | 0.34 | 0 | 0.93 | 0.06 | 81.79 | 0.87 | 0.5 |
| Hex | 9E | EF | 10 | 22 | 0 | 5D | 6 | 52 | 57 | 32 |
| Octal | 236 | 357 | 20 | 42 | 0 | 135 | 6 | 122 | 127 | 62 |
| Binary | 10011110 | 11101111 | 10000 | 100010 | 0 | 1011101 | 110 | 1010010 | 1010111 | 110010 |
Color Harmonies of #9EEF10
Complementary color
Monochromatic Colors of #9EEF10
Black with #9EEF10
Text Example
Text Example
White with #9EEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF10; }
p { color: rgb(158,239,16); }
H1.HeaderClassName
{
color: #9EEF10;
}
.AnyTagClassName
{
color: #9EEF10;
}
</style>
background-color css
<style>
a { background-color: #9EEF10; }
a { background-color: rgb(158,239,16); }
div.DivClassName
{
background-color: #9EEF10;
}
.BgClassName
{
background-color: #9EEF10;
}
</style>
border-color css
<style>
span { border-color: #9EEF10; }
span { border-color: rgb(158,239,16); }
td.TdClassName
{
border-color: #9EEF10;
}
.TagClassName
{
border-color: #9EEF10;
}
</style>