Shades of Spring Bud #A1FF09
Tints of Spring Bud #A1FF09
RGB
CMYK
RGB Variations
Color information
#A1FF09 (or 0xA1FF09) is known color: Spring Bud. HEX triplet: A1, FF and 09. RGB value is (161,255,9). Sum of RGB (Red+Green+Blue) = 161+255+9=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FF09 is #5E00F6. Grayscale: #C7C7C7. Windows color (decimal): -6160631 or 655265. OLE color: 655265.
HSL color Cylindrical-coordinate representation of color #A1FF09: hue angle of 82.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1FF09 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 9 | - |
| CMYK | 0.37 | 0 | 0.96 | 0 |
| HSL | 82.93º | 1% | 0.52% | - |
| HSV(B) | 82.93º | 0.96% | 1% | - |
| XYZ | 50.51 | 79.12 | 12.87 | - |
| YUV | 198.85 | 20.86 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 9 | 0.37 | 0 | 0.96 | 0 | 82.93 | 1 | 0.52 |
| Hex | A1 | FF | 9 | 25 | 0 | 60 | 0 | 53 | 64 | 34 |
| Octal | 241 | 377 | 11 | 45 | 0 | 140 | 0 | 123 | 144 | 64 |
| Binary | 10100001 | 11111111 | 1001 | 100101 | 0 | 1100000 | 0 | 1010011 | 1100100 | 110100 |
Color Harmonies of #A1FF09
Complementary color
Monochromatic Colors of #A1FF09
Black with #A1FF09
Text Example
Text Example
White with #A1FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF09; }
p { color: rgb(161,255,9); }
H1.HeaderClassName
{
color: #A1FF09;
}
.AnyTagClassName
{
color: #A1FF09;
}
</style>
background-color css
<style>
a { background-color: #A1FF09; }
a { background-color: rgb(161,255,9); }
div.DivClassName
{
background-color: #A1FF09;
}
.BgClassName
{
background-color: #A1FF09;
}
</style>
border-color css
<style>
span { border-color: #A1FF09; }
span { border-color: rgb(161,255,9); }
td.TdClassName
{
border-color: #A1FF09;
}
.TagClassName
{
border-color: #A1FF09;
}
</style>