Shades of Spring Bud #A1FC05
Tints of Spring Bud #A1FC05
RGB
CMYK
RGB Variations
Color information
#A1FC05 (or 0xA1FC05) is known color: Spring Bud. HEX triplet: A1, FC and 05. RGB value is (161,252,5). Sum of RGB (Red+Green+Blue) = 161+252+5=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FC05 is #5E03FA. Grayscale: #C5C5C5. Windows color (decimal): -6161403 or 392353. OLE color: 392353.
HSL color Cylindrical-coordinate representation of color #A1FC05: hue angle of 82.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1FC05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.01 |
| HSL | 82.11º | 0.98% | 0.5% | - |
| HSV(B) | 82.11º | 0.98% | 0.99% | - |
| XYZ | 49.54 | 77.21 | 12.44 | - |
| YUV | 196.63 | 19.85 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 5 | 0.36 | 0 | 0.98 | 0.01 | 82.11 | 0.98 | 0.5 |
| Hex | A1 | FC | 5 | 24 | 0 | 62 | 1 | 52 | 62 | 32 |
| Octal | 241 | 374 | 5 | 44 | 0 | 142 | 1 | 122 | 142 | 62 |
| Binary | 10100001 | 11111100 | 101 | 100100 | 0 | 1100010 | 1 | 1010010 | 1100010 | 110010 |
Color Harmonies of #A1FC05
Complementary color
Monochromatic Colors of #A1FC05
Black with #A1FC05
Text Example
Text Example
White with #A1FC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC05; }
p { color: rgb(161,252,5); }
H1.HeaderClassName
{
color: #A1FC05;
}
.AnyTagClassName
{
color: #A1FC05;
}
</style>
background-color css
<style>
a { background-color: #A1FC05; }
a { background-color: rgb(161,252,5); }
div.DivClassName
{
background-color: #A1FC05;
}
.BgClassName
{
background-color: #A1FC05;
}
</style>
border-color css
<style>
span { border-color: #A1FC05; }
span { border-color: rgb(161,252,5); }
td.TdClassName
{
border-color: #A1FC05;
}
.TagClassName
{
border-color: #A1FC05;
}
</style>