Shades of Spring Bud #A1FA16
Tints of Spring Bud #A1FA16
RGB
CMYK
RGB Variations
Color information
#A1FA16 (or 0xA1FA16) is known color: Spring Bud. HEX triplet: A1, FA and 16. RGB value is (161,250,22). Sum of RGB (Red+Green+Blue) = 161+250+22=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA16 is #5E05E9. Grayscale: #C6C6C6. Windows color (decimal): -6161898 or 1505953. OLE color: 1505953.
HSL color Cylindrical-coordinate representation of color #A1FA16: hue angle of 83.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1FA16 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 22 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.02 |
| HSL | 83.42º | 0.96% | 0.53% | - |
| HSV(B) | 83.42º | 0.91% | 0.98% | - |
| XYZ | 49.03 | 76.01 | 12.85 | - |
| YUV | 197.4 | 29.01 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 22 | 0.36 | 0 | 0.91 | 0.02 | 83.42 | 0.96 | 0.53 |
| Hex | A1 | FA | 16 | 24 | 0 | 5B | 2 | 53 | 60 | 35 |
| Octal | 241 | 372 | 26 | 44 | 0 | 133 | 2 | 123 | 140 | 65 |
| Binary | 10100001 | 11111010 | 10110 | 100100 | 0 | 1011011 | 10 | 1010011 | 1100000 | 110101 |
Color Harmonies of #A1FA16
Complementary color
Monochromatic Colors of #A1FA16
Black with #A1FA16
Text Example
Text Example
White with #A1FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA16; }
p { color: rgb(161,250,22); }
H1.HeaderClassName
{
color: #A1FA16;
}
.AnyTagClassName
{
color: #A1FA16;
}
</style>
background-color css
<style>
a { background-color: #A1FA16; }
a { background-color: rgb(161,250,22); }
div.DivClassName
{
background-color: #A1FA16;
}
.BgClassName
{
background-color: #A1FA16;
}
</style>
border-color css
<style>
span { border-color: #A1FA16; }
span { border-color: rgb(161,250,22); }
td.TdClassName
{
border-color: #A1FA16;
}
.TagClassName
{
border-color: #A1FA16;
}
</style>