Shades of Spring Bud #A1FC14
Tints of Spring Bud #A1FC14
RGB
CMYK
RGB Variations
Color information
#A1FC14 (or 0xA1FC14) is known color: Spring Bud. HEX triplet: A1, FC and 14. RGB value is (161,252,20). Sum of RGB (Red+Green+Blue) = 161+252+20=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 252 (98.83% from 255 or 58.20% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FC14 is #5E03EB. Grayscale: #C7C7C7. Windows color (decimal): -6161388 or 1375393. OLE color: 1375393.
HSL color Cylindrical-coordinate representation of color #A1FC14: hue angle of 83.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1FC14 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.01 |
| HSL | 83.53º | 0.97% | 0.53% | - |
| HSV(B) | 83.53º | 0.92% | 0.99% | - |
| XYZ | 49.63 | 77.25 | 12.96 | - |
| YUV | 198.34 | 27.35 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 20 | 0.36 | 0 | 0.92 | 0.01 | 83.53 | 0.97 | 0.53 |
| Hex | A1 | FC | 14 | 24 | 0 | 5C | 1 | 54 | 61 | 35 |
| Octal | 241 | 374 | 24 | 44 | 0 | 134 | 1 | 124 | 141 | 65 |
| Binary | 10100001 | 11111100 | 10100 | 100100 | 0 | 1011100 | 1 | 1010100 | 1100001 | 110101 |
Color Harmonies of #A1FC14
Complementary color
Monochromatic Colors of #A1FC14
Black with #A1FC14
Text Example
Text Example
White with #A1FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC14; }
p { color: rgb(161,252,20); }
H1.HeaderClassName
{
color: #A1FC14;
}
.AnyTagClassName
{
color: #A1FC14;
}
</style>
background-color css
<style>
a { background-color: #A1FC14; }
a { background-color: rgb(161,252,20); }
div.DivClassName
{
background-color: #A1FC14;
}
.BgClassName
{
background-color: #A1FC14;
}
</style>
border-color css
<style>
span { border-color: #A1FC14; }
span { border-color: rgb(161,252,20); }
td.TdClassName
{
border-color: #A1FC14;
}
.TagClassName
{
border-color: #A1FC14;
}
</style>