Shades of Spring Bud #A1F905
Tints of Spring Bud #A1F905
RGB
CMYK
RGB Variations
Color information
#A1F905 (or 0xA1F905) is known color: Spring Bud. HEX triplet: A1, F9 and 05. RGB value is (161,249,5). Sum of RGB (Red+Green+Blue) = 161+249+5=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F905 is #5E06FA. Grayscale: #C3C3C3. Windows color (decimal): -6162171 or 391585. OLE color: 391585.
HSL color Cylindrical-coordinate representation of color #A1F905: hue angle of 81.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1F905 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.02 |
| HSL | 81.64º | 0.96% | 0.5% | - |
| HSV(B) | 81.64º | 0.98% | 0.98% | - |
| XYZ | 48.6 | 75.34 | 12.12 | - |
| YUV | 194.87 | 20.85 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 5 | 0.35 | 0 | 0.98 | 0.02 | 81.64 | 0.96 | 0.5 |
| Hex | A1 | F9 | 5 | 23 | 0 | 62 | 2 | 52 | 60 | 32 |
| Octal | 241 | 371 | 5 | 43 | 0 | 142 | 2 | 122 | 140 | 62 |
| Binary | 10100001 | 11111001 | 101 | 100011 | 0 | 1100010 | 10 | 1010010 | 1100000 | 110010 |
Color Harmonies of #A1F905
Complementary color
Monochromatic Colors of #A1F905
Black with #A1F905
Text Example
Text Example
White with #A1F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F905; }
p { color: rgb(161,249,5); }
H1.HeaderClassName
{
color: #A1F905;
}
.AnyTagClassName
{
color: #A1F905;
}
</style>
background-color css
<style>
a { background-color: #A1F905; }
a { background-color: rgb(161,249,5); }
div.DivClassName
{
background-color: #A1F905;
}
.BgClassName
{
background-color: #A1F905;
}
</style>
border-color css
<style>
span { border-color: #A1F905; }
span { border-color: rgb(161,249,5); }
td.TdClassName
{
border-color: #A1F905;
}
.TagClassName
{
border-color: #A1F905;
}
</style>