Shades of Spring Bud #9FEC0A
Tints of Spring Bud #9FEC0A
RGB
CMYK
RGB Variations
Color information
#9FEC0A (or 0x9FEC0A) is known color: Spring Bud. HEX triplet: 9F, EC and 0A. RGB value is (159,236,10). Sum of RGB (Red+Green+Blue) = 159+236+10=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEC0A is #6013F5. Grayscale: #BCBCBC. Windows color (decimal): -6296566 or 715935. OLE color: 715935.
HSL color Cylindrical-coordinate representation of color #9FEC0A: hue angle of 80.44º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FEC0A is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 10 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.07 |
| HSL | 80.44º | 0.92% | 0.48% | - |
| HSV(B) | 80.44º | 0.96% | 0.93% | - |
| XYZ | 44.35 | 67.38 | 10.96 | - |
| YUV | 187.21 | 27.99 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 10 | 0.33 | 0 | 0.96 | 0.07 | 80.44 | 0.92 | 0.48 |
| Hex | 9F | EC | A | 21 | 0 | 60 | 7 | 50 | 5C | 30 |
| Octal | 237 | 354 | 12 | 41 | 0 | 140 | 7 | 120 | 134 | 60 |
| Binary | 10011111 | 11101100 | 1010 | 100001 | 0 | 1100000 | 111 | 1010000 | 1011100 | 110000 |
Color Harmonies of #9FEC0A
Complementary color
Monochromatic Colors of #9FEC0A
Black with #9FEC0A
Text Example
Text Example
White with #9FEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC0A; }
p { color: rgb(159,236,10); }
H1.HeaderClassName
{
color: #9FEC0A;
}
.AnyTagClassName
{
color: #9FEC0A;
}
</style>
background-color css
<style>
a { background-color: #9FEC0A; }
a { background-color: rgb(159,236,10); }
div.DivClassName
{
background-color: #9FEC0A;
}
.BgClassName
{
background-color: #9FEC0A;
}
</style>
border-color css
<style>
span { border-color: #9FEC0A; }
span { border-color: rgb(159,236,10); }
td.TdClassName
{
border-color: #9FEC0A;
}
.TagClassName
{
border-color: #9FEC0A;
}
</style>