Shades of Spring Bud #A1F717
Tints of Spring Bud #A1F717
RGB
CMYK
RGB Variations
Color information
#A1F717 (or 0xA1F717) is known color: Spring Bud. HEX triplet: A1, F7 and 17. RGB value is (161,247,23). Sum of RGB (Red+Green+Blue) = 161+247+23=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F717 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F717 is #5E08E8. Grayscale: #C4C4C4. Windows color (decimal): -6162665 or 1570721. OLE color: 1570721.
HSL color Cylindrical-coordinate representation of color #A1F717: hue angle of 83.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1F717 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 23 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.03 |
| HSL | 83.04º | 0.93% | 0.53% | - |
| HSV(B) | 83.04º | 0.91% | 0.97% | - |
| XYZ | 48.11 | 74.16 | 12.59 | - |
| YUV | 195.75 | 30.51 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 23 | 0.35 | 0 | 0.91 | 0.03 | 83.04 | 0.93 | 0.53 |
| Hex | A1 | F7 | 17 | 23 | 0 | 5B | 3 | 53 | 5D | 35 |
| Octal | 241 | 367 | 27 | 43 | 0 | 133 | 3 | 123 | 135 | 65 |
| Binary | 10100001 | 11110111 | 10111 | 100011 | 0 | 1011011 | 11 | 1010011 | 1011101 | 110101 |
Color Harmonies of #A1F717
Complementary color
Monochromatic Colors of #A1F717
Black with #A1F717
Text Example
Text Example
White with #A1F717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F717; }
p { color: rgb(161,247,23); }
H1.HeaderClassName
{
color: #A1F717;
}
.AnyTagClassName
{
color: #A1F717;
}
</style>
background-color css
<style>
a { background-color: #A1F717; }
a { background-color: rgb(161,247,23); }
div.DivClassName
{
background-color: #A1F717;
}
.BgClassName
{
background-color: #A1F717;
}
</style>
border-color css
<style>
span { border-color: #A1F717; }
span { border-color: rgb(161,247,23); }
td.TdClassName
{
border-color: #A1F717;
}
.TagClassName
{
border-color: #A1F717;
}
</style>