Shades of Spring Bud #A1F616
Tints of Spring Bud #A1F616
RGB
CMYK
RGB Variations
Color information
#A1F616 (or 0xA1F616) is known color: Spring Bud. HEX triplet: A1, F6 and 16. RGB value is (161,246,22). Sum of RGB (Red+Green+Blue) = 161+246+22=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F616 is #5E09E9. Grayscale: #C3C3C3. Windows color (decimal): -6162922 or 1504929. OLE color: 1504929.
HSL color Cylindrical-coordinate representation of color #A1F616: hue angle of 82.77º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1F616 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 22 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.04 |
| HSL | 82.77º | 0.93% | 0.53% | - |
| HSV(B) | 82.77º | 0.91% | 0.96% | - |
| XYZ | 47.8 | 73.55 | 12.44 | - |
| YUV | 195.05 | 30.34 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 22 | 0.35 | 0 | 0.91 | 0.04 | 82.77 | 0.93 | 0.53 |
| Hex | A1 | F6 | 16 | 23 | 0 | 5B | 4 | 53 | 5D | 35 |
| Octal | 241 | 366 | 26 | 43 | 0 | 133 | 4 | 123 | 135 | 65 |
| Binary | 10100001 | 11110110 | 10110 | 100011 | 0 | 1011011 | 100 | 1010011 | 1011101 | 110101 |
Color Harmonies of #A1F616
Complementary color
Monochromatic Colors of #A1F616
Black with #A1F616
Text Example
Text Example
White with #A1F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F616; }
p { color: rgb(161,246,22); }
H1.HeaderClassName
{
color: #A1F616;
}
.AnyTagClassName
{
color: #A1F616;
}
</style>
background-color css
<style>
a { background-color: #A1F616; }
a { background-color: rgb(161,246,22); }
div.DivClassName
{
background-color: #A1F616;
}
.BgClassName
{
background-color: #A1F616;
}
</style>
border-color css
<style>
span { border-color: #A1F616; }
span { border-color: rgb(161,246,22); }
td.TdClassName
{
border-color: #A1F616;
}
.TagClassName
{
border-color: #A1F616;
}
</style>