Shades of Spring Bud #A1F805
Tints of Spring Bud #A1F805
RGB
CMYK
RGB Variations
Color information
#A1F805 (or 0xA1F805) is known color: Spring Bud. HEX triplet: A1, F8 and 05. RGB value is (161,248,5). Sum of RGB (Red+Green+Blue) = 161+248+5=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 248 (97.27% from 255 or 59.90% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F805 is #5E07FA. Grayscale: #C3C3C3. Windows color (decimal): -6162427 or 391329. OLE color: 391329.
HSL color Cylindrical-coordinate representation of color #A1F805: hue angle of 81.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1F805 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.03 |
| HSL | 81.48º | 0.96% | 0.5% | - |
| HSV(B) | 81.48º | 0.98% | 0.97% | - |
| XYZ | 48.29 | 74.72 | 12.02 | - |
| YUV | 194.29 | 21.18 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 5 | 0.35 | 0 | 0.98 | 0.03 | 81.48 | 0.96 | 0.5 |
| Hex | A1 | F8 | 5 | 23 | 0 | 62 | 3 | 51 | 60 | 32 |
| Octal | 241 | 370 | 5 | 43 | 0 | 142 | 3 | 121 | 140 | 62 |
| Binary | 10100001 | 11111000 | 101 | 100011 | 0 | 1100010 | 11 | 1010001 | 1100000 | 110010 |
Color Harmonies of #A1F805
Complementary color
Monochromatic Colors of #A1F805
Black with #A1F805
Text Example
Text Example
White with #A1F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F805; }
p { color: rgb(161,248,5); }
H1.HeaderClassName
{
color: #A1F805;
}
.AnyTagClassName
{
color: #A1F805;
}
</style>
background-color css
<style>
a { background-color: #A1F805; }
a { background-color: rgb(161,248,5); }
div.DivClassName
{
background-color: #A1F805;
}
.BgClassName
{
background-color: #A1F805;
}
</style>
border-color css
<style>
span { border-color: #A1F805; }
span { border-color: rgb(161,248,5); }
td.TdClassName
{
border-color: #A1F805;
}
.TagClassName
{
border-color: #A1F805;
}
</style>