Shades of Spring Bud #A1FA10
Tints of Spring Bud #A1FA10
RGB
CMYK
RGB Variations
Color information
#A1FA10 (or 0xA1FA10) is known color: Spring Bud. HEX triplet: A1, FA and 10. RGB value is (161,250,16). Sum of RGB (Red+Green+Blue) = 161+250+16=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA10 is #5E05EF. Grayscale: #C5C5C5. Windows color (decimal): -6161904 or 1112737. OLE color: 1112737.
HSL color Cylindrical-coordinate representation of color #A1FA10: hue angle of 82.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1FA10 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 16 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.02 |
| HSL | 82.82º | 0.96% | 0.52% | - |
| HSV(B) | 82.82º | 0.94% | 0.98% | - |
| XYZ | 48.98 | 75.99 | 12.58 | - |
| YUV | 196.71 | 26.01 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 16 | 0.36 | 0 | 0.94 | 0.02 | 82.82 | 0.96 | 0.52 |
| Hex | A1 | FA | 10 | 24 | 0 | 5E | 2 | 53 | 60 | 34 |
| Octal | 241 | 372 | 20 | 44 | 0 | 136 | 2 | 123 | 140 | 64 |
| Binary | 10100001 | 11111010 | 10000 | 100100 | 0 | 1011110 | 10 | 1010011 | 1100000 | 110100 |
Color Harmonies of #A1FA10
Complementary color
Monochromatic Colors of #A1FA10
Black with #A1FA10
Text Example
Text Example
White with #A1FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA10; }
p { color: rgb(161,250,16); }
H1.HeaderClassName
{
color: #A1FA10;
}
.AnyTagClassName
{
color: #A1FA10;
}
</style>
background-color css
<style>
a { background-color: #A1FA10; }
a { background-color: rgb(161,250,16); }
div.DivClassName
{
background-color: #A1FA10;
}
.BgClassName
{
background-color: #A1FA10;
}
</style>
border-color css
<style>
span { border-color: #A1FA10; }
span { border-color: rgb(161,250,16); }
td.TdClassName
{
border-color: #A1FA10;
}
.TagClassName
{
border-color: #A1FA10;
}
</style>