Shades of Spring Bud #A3F107
Tints of Spring Bud #A3F107
RGB
CMYK
RGB Variations
Color information
#A3F107 (or 0xA3F107) is known color: Spring Bud. HEX triplet: A3, F1 and 07. RGB value is (163,241,7). Sum of RGB (Red+Green+Blue) = 163+241+7=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F107 is #5C0EF8. Grayscale: #BFBFBF. Windows color (decimal): -6033145 or 520611. OLE color: 520611.
HSL color Cylindrical-coordinate representation of color #A3F107: hue angle of 80º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3F107 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.05 |
| HSL | 80º | 0.94% | 0.49% | - |
| HSV(B) | 80º | 0.97% | 0.95% | - |
| XYZ | 46.6 | 70.71 | 11.39 | - |
| YUV | 191 | 24.16 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 7 | 0.32 | 0 | 0.97 | 0.05 | 80 | 0.94 | 0.49 |
| Hex | A3 | F1 | 7 | 20 | 0 | 61 | 5 | 50 | 5E | 31 |
| Octal | 243 | 361 | 7 | 40 | 0 | 141 | 5 | 120 | 136 | 61 |
| Binary | 10100011 | 11110001 | 111 | 100000 | 0 | 1100001 | 101 | 1010000 | 1011110 | 110001 |
Color Harmonies of #A3F107
Complementary color
Monochromatic Colors of #A3F107
Black with #A3F107
Text Example
Text Example
White with #A3F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F107; }
p { color: rgb(163,241,7); }
H1.HeaderClassName
{
color: #A3F107;
}
.AnyTagClassName
{
color: #A3F107;
}
</style>
background-color css
<style>
a { background-color: #A3F107; }
a { background-color: rgb(163,241,7); }
div.DivClassName
{
background-color: #A3F107;
}
.BgClassName
{
background-color: #A3F107;
}
</style>
border-color css
<style>
span { border-color: #A3F107; }
span { border-color: rgb(163,241,7); }
td.TdClassName
{
border-color: #A3F107;
}
.TagClassName
{
border-color: #A3F107;
}
</style>