Shades of Spring Bud #A1F517
Tints of Spring Bud #A1F517
RGB
CMYK
RGB Variations
Color information
#A1F517 (or 0xA1F517) is known color: Spring Bud. HEX triplet: A1, F5 and 17. RGB value is (161,245,23). Sum of RGB (Red+Green+Blue) = 161+245+23=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F517 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F517 is #5E0AE8. Grayscale: #C3C3C3. Windows color (decimal): -6163177 or 1570209. OLE color: 1570209.
HSL color Cylindrical-coordinate representation of color #A1F517: hue angle of 82.7º degrees, saturation: 0.92, 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 #A1F517 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 23 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.04 |
| HSL | 82.7º | 0.92% | 0.53% | - |
| HSV(B) | 82.7º | 0.91% | 0.96% | - |
| XYZ | 47.51 | 72.94 | 12.39 | - |
| YUV | 194.58 | 31.17 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 23 | 0.34 | 0 | 0.91 | 0.04 | 82.7 | 0.92 | 0.53 |
| Hex | A1 | F5 | 17 | 22 | 0 | 5B | 4 | 53 | 5C | 35 |
| Octal | 241 | 365 | 27 | 42 | 0 | 133 | 4 | 123 | 134 | 65 |
| Binary | 10100001 | 11110101 | 10111 | 100010 | 0 | 1011011 | 100 | 1010011 | 1011100 | 110101 |
Color Harmonies of #A1F517
Complementary color
Monochromatic Colors of #A1F517
Black with #A1F517
Text Example
Text Example
White with #A1F517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F517; }
p { color: rgb(161,245,23); }
H1.HeaderClassName
{
color: #A1F517;
}
.AnyTagClassName
{
color: #A1F517;
}
</style>
background-color css
<style>
a { background-color: #A1F517; }
a { background-color: rgb(161,245,23); }
div.DivClassName
{
background-color: #A1F517;
}
.BgClassName
{
background-color: #A1F517;
}
</style>
border-color css
<style>
span { border-color: #A1F517; }
span { border-color: rgb(161,245,23); }
td.TdClassName
{
border-color: #A1F517;
}
.TagClassName
{
border-color: #A1F517;
}
</style>