Shades of Spring Bud #A1FC16
Tints of Spring Bud #A1FC16
RGB
CMYK
RGB Variations
Color information
#A1FC16 (or 0xA1FC16) is known color: Spring Bud. HEX triplet: A1, FC and 16. RGB value is (161,252,22). Sum of RGB (Red+Green+Blue) = 161+252+22=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FC16 is #5E03E9. Grayscale: #C7C7C7. Windows color (decimal): -6161386 or 1506465. OLE color: 1506465.
HSL color Cylindrical-coordinate representation of color #A1FC16: hue angle of 83.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1FC16 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 22 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.01 |
| HSL | 83.74º | 0.97% | 0.54% | - |
| HSV(B) | 83.74º | 0.91% | 0.99% | - |
| XYZ | 49.65 | 77.26 | 13.05 | - |
| YUV | 198.57 | 28.35 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 22 | 0.36 | 0 | 0.91 | 0.01 | 83.74 | 0.97 | 0.54 |
| Hex | A1 | FC | 16 | 24 | 0 | 5B | 1 | 54 | 61 | 36 |
| Octal | 241 | 374 | 26 | 44 | 0 | 133 | 1 | 124 | 141 | 66 |
| Binary | 10100001 | 11111100 | 10110 | 100100 | 0 | 1011011 | 1 | 1010100 | 1100001 | 110110 |
Color Harmonies of #A1FC16
Complementary color
Monochromatic Colors of #A1FC16
Black with #A1FC16
Text Example
Text Example
White with #A1FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC16; }
p { color: rgb(161,252,22); }
H1.HeaderClassName
{
color: #A1FC16;
}
.AnyTagClassName
{
color: #A1FC16;
}
</style>
background-color css
<style>
a { background-color: #A1FC16; }
a { background-color: rgb(161,252,22); }
div.DivClassName
{
background-color: #A1FC16;
}
.BgClassName
{
background-color: #A1FC16;
}
</style>
border-color css
<style>
span { border-color: #A1FC16; }
span { border-color: rgb(161,252,22); }
td.TdClassName
{
border-color: #A1FC16;
}
.TagClassName
{
border-color: #A1FC16;
}
</style>