Shades of Spring Bud #A1FB16
Tints of Spring Bud #A1FB16
RGB
CMYK
RGB Variations
Color information
#A1FB16 (or 0xA1FB16) is known color: Spring Bud. HEX triplet: A1, FB and 16. RGB value is (161,251,22). Sum of RGB (Red+Green+Blue) = 161+251+22=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FB16 is #5E04E9. Grayscale: #C6C6C6. Windows color (decimal): -6161642 or 1506209. OLE color: 1506209.
HSL color Cylindrical-coordinate representation of color #A1FB16: hue angle of 83.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1FB16 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 22 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.02 |
| HSL | 83.58º | 0.97% | 0.54% | - |
| HSV(B) | 83.58º | 0.91% | 0.98% | - |
| XYZ | 49.34 | 76.63 | 12.95 | - |
| YUV | 197.98 | 28.68 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 22 | 0.36 | 0 | 0.91 | 0.02 | 83.58 | 0.97 | 0.54 |
| Hex | A1 | FB | 16 | 24 | 0 | 5B | 2 | 54 | 61 | 36 |
| Octal | 241 | 373 | 26 | 44 | 0 | 133 | 2 | 124 | 141 | 66 |
| Binary | 10100001 | 11111011 | 10110 | 100100 | 0 | 1011011 | 10 | 1010100 | 1100001 | 110110 |
Color Harmonies of #A1FB16
Complementary color
Monochromatic Colors of #A1FB16
Black with #A1FB16
Text Example
Text Example
White with #A1FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB16; }
p { color: rgb(161,251,22); }
H1.HeaderClassName
{
color: #A1FB16;
}
.AnyTagClassName
{
color: #A1FB16;
}
</style>
background-color css
<style>
a { background-color: #A1FB16; }
a { background-color: rgb(161,251,22); }
div.DivClassName
{
background-color: #A1FB16;
}
.BgClassName
{
background-color: #A1FB16;
}
</style>
border-color css
<style>
span { border-color: #A1FB16; }
span { border-color: rgb(161,251,22); }
td.TdClassName
{
border-color: #A1FB16;
}
.TagClassName
{
border-color: #A1FB16;
}
</style>