Shades of Spring Bud #9EFF10
Tints of Spring Bud #9EFF10
RGB
CMYK
RGB Variations
Color information
#9EFF10 (or 0x9EFF10) is known color: Spring Bud. HEX triplet: 9E, FF and 10. RGB value is (158,255,16). Sum of RGB (Red+Green+Blue) = 158+255+16=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF10 is #6100EF. Grayscale: #C7C7C7. Windows color (decimal): -6357232 or 1114014. OLE color: 1114014.
HSL color Cylindrical-coordinate representation of color #9EFF10: hue angle of 84.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EFF10 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 16 | - |
| CMYK | 0.38 | 0 | 0.94 | 0 |
| HSL | 84.35º | 1% | 0.53% | - |
| HSV(B) | 84.35º | 0.94% | 1% | - |
| XYZ | 49.95 | 78.83 | 13.07 | - |
| YUV | 198.75 | 24.86 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 16 | 0.38 | 0 | 0.94 | 0 | 84.35 | 1 | 0.53 |
| Hex | 9E | FF | 10 | 26 | 0 | 5E | 0 | 54 | 64 | 35 |
| Octal | 236 | 377 | 20 | 46 | 0 | 136 | 0 | 124 | 144 | 65 |
| Binary | 10011110 | 11111111 | 10000 | 100110 | 0 | 1011110 | 0 | 1010100 | 1100100 | 110101 |
Color Harmonies of #9EFF10
Complementary color
Monochromatic Colors of #9EFF10
Black with #9EFF10
Text Example
Text Example
White with #9EFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF10; }
p { color: rgb(158,255,16); }
H1.HeaderClassName
{
color: #9EFF10;
}
.AnyTagClassName
{
color: #9EFF10;
}
</style>
background-color css
<style>
a { background-color: #9EFF10; }
a { background-color: rgb(158,255,16); }
div.DivClassName
{
background-color: #9EFF10;
}
.BgClassName
{
background-color: #9EFF10;
}
</style>
border-color css
<style>
span { border-color: #9EFF10; }
span { border-color: rgb(158,255,16); }
td.TdClassName
{
border-color: #9EFF10;
}
.TagClassName
{
border-color: #9EFF10;
}
</style>