Shades of Spring Bud #A1FE05
Tints of Spring Bud #A1FE05
RGB
CMYK
RGB Variations
Color information
#A1FE05 (or 0xA1FE05) is known color: Spring Bud. HEX triplet: A1, FE and 05. RGB value is (161,254,5). Sum of RGB (Red+Green+Blue) = 161+254+5=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FE05 is #5E01FA. Grayscale: #C6C6C6. Windows color (decimal): -6160891 or 392865. OLE color: 392865.
HSL color Cylindrical-coordinate representation of color #A1FE05: hue angle of 82.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1FE05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.00 |
| HSL | 82.41º | 0.99% | 0.51% | - |
| HSV(B) | 82.41º | 0.98% | 1% | - |
| XYZ | 50.17 | 78.47 | 12.65 | - |
| YUV | 197.81 | 19.19 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 5 | 0.37 | 0 | 0.98 | 0.00 | 82.41 | 0.99 | 0.51 |
| Hex | A1 | FE | 5 | 25 | 0 | 62 | 0 | 52 | 63 | 33 |
| Octal | 241 | 376 | 5 | 45 | 0 | 142 | 0 | 122 | 143 | 63 |
| Binary | 10100001 | 11111110 | 101 | 100101 | 0 | 1100010 | 0 | 1010010 | 1100011 | 110011 |
Color Harmonies of #A1FE05
Complementary color
Monochromatic Colors of #A1FE05
Black with #A1FE05
Text Example
Text Example
White with #A1FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE05; }
p { color: rgb(161,254,5); }
H1.HeaderClassName
{
color: #A1FE05;
}
.AnyTagClassName
{
color: #A1FE05;
}
</style>
background-color css
<style>
a { background-color: #A1FE05; }
a { background-color: rgb(161,254,5); }
div.DivClassName
{
background-color: #A1FE05;
}
.BgClassName
{
background-color: #A1FE05;
}
</style>
border-color css
<style>
span { border-color: #A1FE05; }
span { border-color: rgb(161,254,5); }
td.TdClassName
{
border-color: #A1FE05;
}
.TagClassName
{
border-color: #A1FE05;
}
</style>