Shades of Spring Bud #A1F701
Tints of Spring Bud #A1F701
RGB
CMYK
RGB Variations
Color information
#A1F701 (or 0xA1F701) is known color: Spring Bud. HEX triplet: A1, F7 and 01. RGB value is (161,247,1). Sum of RGB (Red+Green+Blue) = 161+247+1=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 247 (96.88% from 255 or 60.39% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F701 is #5E08FE. Grayscale: #C2C2C2. Windows color (decimal): -6162687 or 128929. OLE color: 128929.
HSL color Cylindrical-coordinate representation of color #A1F701: hue angle of 80.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1F701 is Cyan = 0.35, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 1 | - |
| CMYK | 0.35 | 0 | 1.00 | 0.03 |
| HSL | 80.98º | 0.99% | 0.49% | - |
| HSV(B) | 80.98º | 1% | 0.97% | - |
| XYZ | 47.96 | 74.1 | 11.8 | - |
| YUV | 193.24 | 19.51 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 1 | 0.35 | 0 | 1.00 | 0.03 | 80.98 | 0.99 | 0.49 |
| Hex | A1 | F7 | 1 | 23 | 0 | 64 | 3 | 51 | 63 | 31 |
| Octal | 241 | 367 | 1 | 43 | 0 | 144 | 3 | 121 | 143 | 61 |
| Binary | 10100001 | 11110111 | 1 | 100011 | 0 | 1100100 | 11 | 1010001 | 1100011 | 110001 |
Color Harmonies of #A1F701
Complementary color
Monochromatic Colors of #A1F701
Black with #A1F701
Text Example
Text Example
White with #A1F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F701; }
p { color: rgb(161,247,1); }
H1.HeaderClassName
{
color: #A1F701;
}
.AnyTagClassName
{
color: #A1F701;
}
</style>
background-color css
<style>
a { background-color: #A1F701; }
a { background-color: rgb(161,247,1); }
div.DivClassName
{
background-color: #A1F701;
}
.BgClassName
{
background-color: #A1F701;
}
</style>
border-color css
<style>
span { border-color: #A1F701; }
span { border-color: rgb(161,247,1); }
td.TdClassName
{
border-color: #A1F701;
}
.TagClassName
{
border-color: #A1F701;
}
</style>