Shades of Spring Bud #A1FA11
Tints of Spring Bud #A1FA11
RGB
CMYK
RGB Variations
Color information
#A1FA11 (or 0xA1FA11) is known color: Spring Bud. HEX triplet: A1, FA and 11. RGB value is (161,250,17). Sum of RGB (Red+Green+Blue) = 161+250+17=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA11 is #5E05EE. Grayscale: #C5C5C5. Windows color (decimal): -6161903 or 1178273. OLE color: 1178273.
HSL color Cylindrical-coordinate representation of color #A1FA11: hue angle of 82.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1FA11 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 17 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.02 |
| HSL | 82.92º | 0.96% | 0.52% | - |
| HSV(B) | 82.92º | 0.93% | 0.98% | - |
| XYZ | 48.98 | 75.99 | 12.62 | - |
| YUV | 196.83 | 26.51 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 17 | 0.36 | 0 | 0.93 | 0.02 | 82.92 | 0.96 | 0.52 |
| Hex | A1 | FA | 11 | 24 | 0 | 5D | 2 | 53 | 60 | 34 |
| Octal | 241 | 372 | 21 | 44 | 0 | 135 | 2 | 123 | 140 | 64 |
| Binary | 10100001 | 11111010 | 10001 | 100100 | 0 | 1011101 | 10 | 1010011 | 1100000 | 110100 |
Color Harmonies of #A1FA11
Complementary color
Monochromatic Colors of #A1FA11
Black with #A1FA11
Text Example
Text Example
White with #A1FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA11; }
p { color: rgb(161,250,17); }
H1.HeaderClassName
{
color: #A1FA11;
}
.AnyTagClassName
{
color: #A1FA11;
}
</style>
background-color css
<style>
a { background-color: #A1FA11; }
a { background-color: rgb(161,250,17); }
div.DivClassName
{
background-color: #A1FA11;
}
.BgClassName
{
background-color: #A1FA11;
}
</style>
border-color css
<style>
span { border-color: #A1FA11; }
span { border-color: rgb(161,250,17); }
td.TdClassName
{
border-color: #A1FA11;
}
.TagClassName
{
border-color: #A1FA11;
}
</style>