Shades of Spring Bud #9FEF10
Tints of Spring Bud #9FEF10
RGB
CMYK
RGB Variations
Color information
#9FEF10 (or 0x9FEF10) is known color: Spring Bud. HEX triplet: 9F, EF and 10. RGB value is (159,239,16). Sum of RGB (Red+Green+Blue) = 159+239+16=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEF10 is #6010EF. Grayscale: #BEBEBE. Windows color (decimal): -6295792 or 1109919. OLE color: 1109919.
HSL color Cylindrical-coordinate representation of color #9FEF10: hue angle of 81.52º 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 #9FEF10 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 16 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.06 |
| HSL | 81.52º | 0.87% | 0.5% | - |
| HSV(B) | 81.52º | 0.93% | 0.94% | - |
| XYZ | 45.26 | 69.14 | 11.45 | - |
| YUV | 189.66 | 30 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 16 | 0.33 | 0 | 0.93 | 0.06 | 81.52 | 0.87 | 0.5 |
| Hex | 9F | EF | 10 | 21 | 0 | 5D | 6 | 52 | 57 | 32 |
| Octal | 237 | 357 | 20 | 41 | 0 | 135 | 6 | 122 | 127 | 62 |
| Binary | 10011111 | 11101111 | 10000 | 100001 | 0 | 1011101 | 110 | 1010010 | 1010111 | 110010 |
Color Harmonies of #9FEF10
Complementary color
Monochromatic Colors of #9FEF10
Black with #9FEF10
Text Example
Text Example
White with #9FEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF10; }
p { color: rgb(159,239,16); }
H1.HeaderClassName
{
color: #9FEF10;
}
.AnyTagClassName
{
color: #9FEF10;
}
</style>
background-color css
<style>
a { background-color: #9FEF10; }
a { background-color: rgb(159,239,16); }
div.DivClassName
{
background-color: #9FEF10;
}
.BgClassName
{
background-color: #9FEF10;
}
</style>
border-color css
<style>
span { border-color: #9FEF10; }
span { border-color: rgb(159,239,16); }
td.TdClassName
{
border-color: #9FEF10;
}
.TagClassName
{
border-color: #9FEF10;
}
</style>