Shades of Spring Bud #9FEC02
Tints of Spring Bud #9FEC02
RGB
CMYK
RGB Variations
Color information
#9FEC02 (or 0x9FEC02) is known color: Spring Bud. HEX triplet: 9F, EC and 02. RGB value is (159,236,2). Sum of RGB (Red+Green+Blue) = 159+236+2=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEC02 is #6013FD. Grayscale: #BBBBBB. Windows color (decimal): -6296574 or 191647. OLE color: 191647.
HSL color Cylindrical-coordinate representation of color #9FEC02: hue angle of 79.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FEC02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.07 |
| HSL | 79.74º | 0.98% | 0.47% | - |
| HSV(B) | 79.74º | 0.99% | 0.93% | - |
| XYZ | 44.3 | 67.37 | 10.73 | - |
| YUV | 186.3 | 23.99 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 2 | 0.33 | 0 | 0.99 | 0.07 | 79.74 | 0.98 | 0.47 |
| Hex | 9F | EC | 2 | 21 | 0 | 63 | 7 | 50 | 62 | 2F |
| Octal | 237 | 354 | 2 | 41 | 0 | 143 | 7 | 120 | 142 | 57 |
| Binary | 10011111 | 11101100 | 10 | 100001 | 0 | 1100011 | 111 | 1010000 | 1100010 | 101111 |
Color Harmonies of #9FEC02
Complementary color
Monochromatic Colors of #9FEC02
Black with #9FEC02
Text Example
Text Example
White with #9FEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC02; }
p { color: rgb(159,236,2); }
H1.HeaderClassName
{
color: #9FEC02;
}
.AnyTagClassName
{
color: #9FEC02;
}
</style>
background-color css
<style>
a { background-color: #9FEC02; }
a { background-color: rgb(159,236,2); }
div.DivClassName
{
background-color: #9FEC02;
}
.BgClassName
{
background-color: #9FEC02;
}
</style>
border-color css
<style>
span { border-color: #9FEC02; }
span { border-color: rgb(159,236,2); }
td.TdClassName
{
border-color: #9FEC02;
}
.TagClassName
{
border-color: #9FEC02;
}
</style>