Shades of Spring Bud #A1F708
Tints of Spring Bud #A1F708
RGB
CMYK
RGB Variations
Color information
#A1F708 (or 0xA1F708) is known color: Spring Bud. HEX triplet: A1, F7 and 08. RGB value is (161,247,8). Sum of RGB (Red+Green+Blue) = 161+247+8=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 247 (96.88% from 255 or 59.38% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F708 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F708 is #5E08F7. Grayscale: #C2C2C2. Windows color (decimal): -6162680 or 587681. OLE color: 587681.
HSL color Cylindrical-coordinate representation of color #A1F708: hue angle of 81.59º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1F708 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 8 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.03 |
| HSL | 81.59º | 0.94% | 0.5% | - |
| HSV(B) | 81.59º | 0.97% | 0.97% | - |
| XYZ | 48 | 74.12 | 12.01 | - |
| YUV | 194.04 | 23.01 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 8 | 0.35 | 0 | 0.97 | 0.03 | 81.59 | 0.94 | 0.5 |
| Hex | A1 | F7 | 8 | 23 | 0 | 61 | 3 | 52 | 5E | 32 |
| Octal | 241 | 367 | 10 | 43 | 0 | 141 | 3 | 122 | 136 | 62 |
| Binary | 10100001 | 11110111 | 1000 | 100011 | 0 | 1100001 | 11 | 1010010 | 1011110 | 110010 |
Color Harmonies of #A1F708
Complementary color
Monochromatic Colors of #A1F708
Black with #A1F708
Text Example
Text Example
White with #A1F708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F708; }
p { color: rgb(161,247,8); }
H1.HeaderClassName
{
color: #A1F708;
}
.AnyTagClassName
{
color: #A1F708;
}
</style>
background-color css
<style>
a { background-color: #A1F708; }
a { background-color: rgb(161,247,8); }
div.DivClassName
{
background-color: #A1F708;
}
.BgClassName
{
background-color: #A1F708;
}
</style>
border-color css
<style>
span { border-color: #A1F708; }
span { border-color: rgb(161,247,8); }
td.TdClassName
{
border-color: #A1F708;
}
.TagClassName
{
border-color: #A1F708;
}
</style>