Shades of Spring Bud #9FF302
Tints of Spring Bud #9FF302
RGB
CMYK
RGB Variations
Color information
#9FF302 (or 0x9FF302) is known color: Spring Bud. HEX triplet: 9F, F3 and 02. RGB value is (159,243,2). Sum of RGB (Red+Green+Blue) = 159+243+2=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF302 is #600CFD. Grayscale: #BFBFBF. Windows color (decimal): -6294782 or 193439. OLE color: 193439.
HSL color Cylindrical-coordinate representation of color #9FF302: hue angle of 80.91º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FF302 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.05 |
| HSL | 80.91º | 0.98% | 0.48% | - |
| HSV(B) | 80.91º | 0.99% | 0.95% | - |
| XYZ | 46.36 | 71.48 | 11.41 | - |
| YUV | 190.41 | 21.67 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 2 | 0.35 | 0 | 0.99 | 0.05 | 80.91 | 0.98 | 0.48 |
| Hex | 9F | F3 | 2 | 23 | 0 | 63 | 5 | 51 | 62 | 30 |
| Octal | 237 | 363 | 2 | 43 | 0 | 143 | 5 | 121 | 142 | 60 |
| Binary | 10011111 | 11110011 | 10 | 100011 | 0 | 1100011 | 101 | 1010001 | 1100010 | 110000 |
Color Harmonies of #9FF302
Complementary color
Monochromatic Colors of #9FF302
Black with #9FF302
Text Example
Text Example
White with #9FF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF302; }
p { color: rgb(159,243,2); }
H1.HeaderClassName
{
color: #9FF302;
}
.AnyTagClassName
{
color: #9FF302;
}
</style>
background-color css
<style>
a { background-color: #9FF302; }
a { background-color: rgb(159,243,2); }
div.DivClassName
{
background-color: #9FF302;
}
.BgClassName
{
background-color: #9FF302;
}
</style>
border-color css
<style>
span { border-color: #9FF302; }
span { border-color: rgb(159,243,2); }
td.TdClassName
{
border-color: #9FF302;
}
.TagClassName
{
border-color: #9FF302;
}
</style>