Shades of Spring Bud #A1FA14
Tints of Spring Bud #A1FA14
RGB
CMYK
RGB Variations
Color information
#A1FA14 (or 0xA1FA14) is known color: Spring Bud. HEX triplet: A1, FA and 14. RGB value is (161,250,20). Sum of RGB (Red+Green+Blue) = 161+250+20=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA14 is #5E05EB. Grayscale: #C6C6C6. Windows color (decimal): -6161900 or 1374881. OLE color: 1374881.
HSL color Cylindrical-coordinate representation of color #A1FA14: hue angle of 83.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1FA14 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.02 |
| HSL | 83.22º | 0.96% | 0.53% | - |
| HSV(B) | 83.22º | 0.92% | 0.98% | - |
| XYZ | 49.01 | 76 | 12.75 | - |
| YUV | 197.17 | 28.01 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 20 | 0.36 | 0 | 0.92 | 0.02 | 83.22 | 0.96 | 0.53 |
| Hex | A1 | FA | 14 | 24 | 0 | 5C | 2 | 53 | 60 | 35 |
| Octal | 241 | 372 | 24 | 44 | 0 | 134 | 2 | 123 | 140 | 65 |
| Binary | 10100001 | 11111010 | 10100 | 100100 | 0 | 1011100 | 10 | 1010011 | 1100000 | 110101 |
Color Harmonies of #A1FA14
Complementary color
Monochromatic Colors of #A1FA14
Black with #A1FA14
Text Example
Text Example
White with #A1FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA14; }
p { color: rgb(161,250,20); }
H1.HeaderClassName
{
color: #A1FA14;
}
.AnyTagClassName
{
color: #A1FA14;
}
</style>
background-color css
<style>
a { background-color: #A1FA14; }
a { background-color: rgb(161,250,20); }
div.DivClassName
{
background-color: #A1FA14;
}
.BgClassName
{
background-color: #A1FA14;
}
</style>
border-color css
<style>
span { border-color: #A1FA14; }
span { border-color: rgb(161,250,20); }
td.TdClassName
{
border-color: #A1FA14;
}
.TagClassName
{
border-color: #A1FA14;
}
</style>